Opened 13 years ago
Closed 13 years ago
#4962 closed defect (fixed)
Grid column resize error
Reported by: | guest | Owned by: | sorvell |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | DojoX Grid | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
e.g. in testcase /grid/tests/test_edit.html Try resizing the "message" and "amount" columns. When you try to drag the line between the columns, the column separator moves to the opposite direction (the column you wanted to make bigger, becomes smaller). Tested in FF2.0.0.8 Using SVN HEAD, currently revision 11255.
Note: See
TracTickets for help on using
tickets.
(In [11305]) headerBuilder was looking for 'td' elements, but header now uses 'th' for a11y concerns. Fixes #4962.