In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
245 [In-Portal CMS] Admin Interfaces bug report always 2009-08-26 03:52 2010-01-11 22:05
alex  
alex  
normal  
closed 5.0.0  
fixed  
 
none 5.0.2  
0
0000245: Filter in ID column in grid in IE8 sometimes is resized incorrectly
Usually filters on top of grid columns are automatically resized to match column's width. In some cases, not all filters are properly resized (see attached image). Currently problem happens only in IE8 and only on Widget List grid on ID column. Maybe it has something to do, that some of column titles are not translated, but I'm not sure.
png id_colum_filter_is_small.png (58,483) 2009-08-26 03:52
http://tracker.in-portal.org/file_download.php?file_id=42&type=bug
png

patch ie_column_width_problem.patch (6,589) 2009-10-10 18:17
http://tracker.in-portal.org/file_download.php?file_id=94&type=bug
Issue History
2010-01-11 22:05 Dmitry Note Added: 0001371
2010-01-11 22:05 Dmitry Status resolved => closed
2009-10-20 09:01 alex Note Added: 0000933
2009-10-20 09:01 alex Status reviewed and tested => resolved
2009-10-20 09:01 alex Fixed in Version => 5.0.2
2009-10-20 09:01 alex Resolution open => fixed
2009-10-20 09:01 alex Changeset attached 5.0.x r12714
2009-10-20 09:00 alex Changeset attached 1.0.x r12713
2009-10-18 01:15 Dmitry Note Added: 0000907
2009-10-18 01:15 Dmitry Assigned To !COMMUNITY => alex
2009-10-18 01:15 Dmitry Status needs testing => reviewed and tested
2009-10-10 18:27 alex Time Estimate Removed 2 =>
2009-10-10 18:27 alex Note Added: 0000873
2009-10-10 18:27 alex Assigned To alex => !COMMUNITY
2009-10-10 18:27 alex Status active => needs testing
2009-10-10 18:17 alex File Added: ie_column_width_problem.patch
2009-10-03 07:52 administrator Status reviewed and tested => active
2009-09-30 06:59 alex Assigned To andrew => alex
2009-09-30 06:58 alex Status active => reviewed and tested
2009-09-30 06:58 alex Assigned To => andrew
2009-09-23 13:27 alex Time Estimate Added 2
2009-09-23 13:27 alex Note Added: 0000536
2009-09-11 00:11 Dmitry Target Version => 5.0.2
2009-09-11 00:11 Dmitry Note Added: 0000421
2009-09-10 03:49 alex Note Added: 0000419
2009-08-26 03:52 alex New Issue
2009-08-26 03:52 alex File Added: id_colum_filter_is_small.png

Notes
(0000419)
alex   
2009-09-10 03:49   
Noticed also in group list in IE8 (tested in 5.0.0 release), but in compatibility mode works. Maybe it's related to amount of text in grid columns.
(0000421)
Dmitry   
2009-09-11 00:11   
Let's see how it behaves once we put in the "width" for Grids.

I have noticed similar, but it flashes for a split second and then resizes to normal in IE on my end.

I'll keep an eye on this too.
(0000536)
alex   
2009-09-23 13:27   
Seems strange, that this only affect only 1st column. Need to look closely in grid_scroller.js in all column iterations.
(0000873)
alex   
2009-10-10 18:27   
There is some strange "limited_heights" parameter to "grid" block, that is intended to limit heights of rows for cases when there are a lot of data in cells, to prevent creating of rows with large height.

Strange, but in IE it also affects column filters making some cursor workaround divs around them. Don't know why, but such divs for first filter (no matter what filter is used) always act like they don't have "width: 100%", but like "width: auto", but only for first filter only. Same divs are set for all filters.

Again, I don't know how height limiting should related with column filter cursor workarounds, but it works that way. Besides it don't work in IE7 too.

Such parameter was applied only for 9 lists and widget list (in screenshot) is one of them.

I've removed it from that lists and all is fixed.

(0000907)
Dmitry   
2009-10-18 01:15   
Tested ok
(0000933)
alex   
2009-10-20 09:01   
Fix committed to 5.0.x branch. Commit Message:

Fixes 0000245: Filter in ID column in grid in IE8 sometimes is resized incorrectly
(0001371)
Dmitry   
2010-01-11 22:05   
Closing completed tasks.