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
First row is not hidden on IE on 3.2.1
04/08/2008
15:00
Avatar
santiago.aguiar
New Member
Members
Forum Posts: 1
Member Since:
28/07/2008
sp_UserOfflineSmall Offline

On 3.2.1, the first row was visible. Following patch fixes it:

--- web/js/grid.base.js 2008-08-01 14:35:31.000000000 -0300
+++ /home/santiago.aguiar/workspace/jqGrid/js/grid.base.js      2008-07-23 16:33:48.000000000 -0300
@@ -1053,7 +1053,7 @@
                        gw += w;
                });
                if(isMoz) {$(trow).css({visibility:"collapse"});}
-               else if( isSafari || isOpera || isMSIE ) {$(trow).css({display:"none"});}
+               else if( isSafari || isOpera ) {$(trow).css({display:"none"});}
                grid.width = IntNum(gw)-IntNum(hdc);
                ts.p.width = grid.width;
                grid.hTable = document.createElement("table");

05/08/2008
01:17
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

This was a previos behavior of jqGrid. If you use this in IE you will have missaligment between header row and body rows- just try to hide some columns with heideCol method to see what will be. I use this bug in IE to resolve other Smile

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.

05/08/2008
06:19
Avatar
stefan.livens
Member
Members
Forum Posts: 12
Member Since:
05/08/2008
sp_UserOfflineSmall Offline

Hi tony,

This "visibility:collapse" gives me a vertical scroll bar in FF2. If I use "display:none" this works fine for me in FF2.

I'm using height:"auto" as css-height for the table.

Can you tell me why you use visibility:collapse?

Thanks,

Stefan

05/08/2008
07:23
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

This was in version 3.2. You should use 3.2.1 fix for this.

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.

05/08/2008
08:21
Avatar
stefan.livens
Member
Members
Forum Posts: 12
Member Since:
05/08/2008
sp_UserOfflineSmall Offline

mmm, in my downlod of 3.2.1 in grid.base.js on line 1055 it's still using "collapse" ??

Is it somewhere else corrected?

Thanks

05/08/2008
08:29
Avatar
stefan.livens
Member
Members
Forum Posts: 12
Member Since:
05/08/2008
sp_UserOfflineSmall Offline

I'm sorry, I've should have been more clear:

I'm using your wonderfull component in a result page. I've set the rows to display to 2, and the result from the search contains 3 records, so I can show off the paging functionality.

So when displaying the first 2 rows, it works beautiful, no vertical scrollbar. when I click for the next page, I get a list with one record (the 3th). now when I click back to show me the first 2 rows again, I get the vertical scrollbar.

Any clue?

05/08/2008
08:52
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

If you set the height to 100% instead of auto you will have the expected result, but you will have problems in this case with Safari. I will try to handle height auto in FF correctly in the next bug fix release.

Thank you

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.

05/08/2008
08:57
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Ok. fixed.

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.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
22 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