Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Why is the GridHeader sometimes hidden in Firefox?
11/09/2008
10:14
Avatar
MarcS
Member
Members
Forum Posts: 7
Member Since:
25/08/2008
sp_UserOfflineSmall Offline

Hi there,

I'm having this problem where the GridHeader div above the grid table

as well as the pager below the table are sometimes hidden when I load

the page in firefox. This never happens in other browsers and seems to

be a random issue in firefox.

Has anyone ever experience this and found out what causes it?

thanks,

Marc

11/09/2008
10:30
Avatar
michael_echlin
Member
Members
Forum Posts: 3
Member Since:
29/07/2008
sp_UserOfflineSmall Offline

No but I am having a similar problem, as I posted a couple of days ago.

It seems the Pager and Header are called by the JS and are visible

in firebug but the display:none css is not turned off.

However they nearly always work in IE.

It doesnt even happen on all pages.

11/09/2008
12:17
Avatar
MarcS
Member
Members
Forum Posts: 7
Member Since:
25/08/2008
sp_UserOfflineSmall Offline

One thing that I noticed it that it happens very often when I a page is

being reloaded using firefox's refresh button or pressing f5. Most of the time

when I do the header and pager will be hidden.

When I load another url and then load the url with the grid again they will

usually (but not always) show

it is very weird

12/09/2008
02:43
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

I think that the problem is in the loader. I will go back to the old loader

function which causes no problems. Found the bug in IE (maybe)

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

15/09/2008
03:34
Avatar
MarcS
Member
Members
Forum Posts: 7
Member Since:
25/08/2008
sp_UserOfflineSmall Offline

thanks for your reply tony.

This is not a bug in IE. In fact in IE it works at least 99% of the time.

This is happening pretty much every time in firefox. It seems like it is worse when the server that the page is on is a bit slower. On my dev server on my local machine it doesn't happen all that often. Once I upload ot though it happens pretty much all the time.

This is not only an issue with the new version. It has also been there with the old version 3.1

15/09/2008
03:39
Avatar
MarcS
Member
Members
Forum Posts: 7
Member Since:
25/08/2008
sp_UserOfflineSmall Offline

I just noticed that the red LOADING div also doesn't show whenever the header and pager won't show

16/09/2008
02:46
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

I will try to test this and maybe change the show with .show("fast").

Not sure if this will help, but ...

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

19/09/2008
03:29
Avatar
MarcS
Member
Members
Forum Posts: 7
Member Since:
25/08/2008
sp_UserOfflineSmall Offline

I should've mentioned ...

this issue only appears in FF3
I have an install of FF2 on another computer and there this never happens

19/09/2008
04:23
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

I found the bug and it is corrected.

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

23/09/2008
05:10
Avatar
MarcS
Member
Members
Forum Posts: 7
Member Since:
25/08/2008
sp_UserOfflineSmall Offline

thanks tony,

is it corrected in the 3.2.4 version that is availabe for download?

23/09/2008
08:33
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

No it is a part of the upcomming beta release.

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

23/10/2008
13:59
Avatar
globalisateur
Member
Members
Forum Posts: 9
Member Since:
29/08/2008
sp_UserOfflineSmall Offline

Hi,

This bug occurs also with jqgrid 3.3 on safari 3.1 for Vista. It occurs with me 100% times when you refresh the page (f5), the top and pager of the grid disappear, they only reappear when re-loading the page by a html link/url address (but only after the second or third re-click on the link to the page).

Interestingly, when the grid is primarly hidden in a outer div (via display: none), the top and pager never disappear and everything works fine when we refresh the page via f5, i.e. when we make the div display via display: block, the top and pager of the grid are always there)

Another remark is that when this bug occurs, the width of the grid is altered and is slightly smaller than expected.

Cordialy, Geoffroy

25/10/2008
06:37
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

Thank you for this investigation. I should test this.

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

12/12/2008
09:24
Avatar
cms
Member
Members
Forum Posts: 8
Member Since:
08/09/2008
sp_UserOfflineSmall Offline

Hello Tony,

it definitely seems to be a speed issue.
I use
jqGrid 3.3.1 - jQuery Grid, Date: 2008-11-01 rev 67
with
FireFox 3.0.4

and have many things to load during startup, in sum 2 MB.
When i initialize the grid with

var self = this;
setTimeout(self.initGrid, 1000);

where initGrid is the function that really initializes my grid, it works, the caption and navbar appear.

As you mentioned on 2008-09-23 that it is part of a beta version, should that bug be fixed with 3.3.1 or not?

best regards, Christoph

14/12/2008
08:29
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

At last I was lucky to see this bug in FF. Sorry, but it will be fixed

in the next release, not in release which will be this Sunday.

Thanks

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

22/12/2008
05:25
Avatar
cms
Member
Members
Forum Posts: 8
Member Since:
08/09/2008
sp_UserOfflineSmall Offline

Thanks Tony, i just wanted to be sure that i did not misunderstand you 😉

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
109 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information