Opened 12 years ago
Closed 10 years ago
#8576 closed defect (worksforme)
Mixing percentage with other width units causes the layout to glitch when resizing columns
Reported by: | Jared Jurkiewicz | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | blocker | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Grid errors and scrambles view in tests/test_edit_dijit.html when adjusting column width.
I've tried this in FF2 and IE 7. In FF2 (And safari 3.1), the view becomes scrambled after a resize. See attached picture 1.
On IE 7 just clicking on the column to resize it throws JS errors:
Runtime error: Invalid argument
In either case, that testcase fails terribly.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | Resize_priority_mangles_grid.jpg added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|---|
Summary: | Grid errors and scrambles view in tests/test_edit_dijit.html when adjusting column width. → Mixing percentage with other width units causes the layout to glitch when resizing columns |
This is because the test mixes % widths with em widths and that is failing right now. Because we're so close to 1.3, I don't want to go in and muck around with the resizing code and potentially break it. I'm checking in a fix to change the width of the message to 10 instead of 100%. I'm also going to move this to "future".
comment:2 Changed 12 years ago by
comment:3 Changed 10 years ago by
Milestone: | future → 1.6 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Not able to reproduce this issue in trunk(by changing the layout with a combination of '100%', '10px', 10 in test_edit_dijit.html) on FF3.0+/IE7+/Safari 5.0, seems to be already fixed, so closing it. We can reopen this if any more hints found.
Screenshots showing after resize of field (in this case priority), grid becomes scrambled.