Opened 12 years ago
Closed 11 years ago
#9105 closed defect (fixed)
column resizing error in IE7
Reported by: | Becky Gibson | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
open dojox/grid/tests/test_data_grid_empty.html in IE7. Grab the right hand separator of of the field 0 column header. Drag it to the left to make the column smaller - get an invalid argument error in IE7 and IE8 when it reaches minimum/no size. This works properly in Firefox 3.0.8. Found in the April 10, 2009 nightly as I was testing keyboard column resizing. This bug was apparent before [17259] was committed.
Change History (1)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This has been fixed in the trunk - there is now a very small minimum size (I think 5 px or so).