Opened 13 years ago
Closed 12 years ago
#7502 closed defect (worksforme)
Grid incorrectly renders when scrolled in complex layout.
Reported by: | taroth | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Version: svn trunk rev 14933 Browser: FF2 Platform: Linux (Ubuntu Gutsy) Errors: None
With a complex layout, BorderContainer?->TabContainer?->BorderContainer?->grid, when scrolling the grid leaves artefacts from the surrounding containers in the grid area. Moving the mouse over the artefacts clears them. Also, moving focus to another application clears the artefacts.
Attached is a simple test case and a screen shot of the problem.
Attachments (3)
Change History (10)
Changed 13 years ago by
Attachment: | grid-rendering-error-ff2.png added |
---|
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | example-ff3.png added |
---|
Changed 13 years ago by
Attachment: | test_grid_in_tab.html added |
---|
comment:2 Changed 13 years ago by
Milestone: | tbd → 1.3 |
---|
marking these TBD tickets for 1.3 for now, although Bryan may recategorize
comment:3 Changed 12 years ago by
Owner: | changed from Bryan Forbes to Nathan Toone |
---|
Reassigning to me
comment:4 Changed 12 years ago by
Milestone: | 1.3 → future |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I believe that this issue has been fixed. There were issues with the grid resizing within a content pane that have been resolved.
I am unable to reproduce with your attached test case.
comment:6 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
Looking at this again, it appears that the grid sizing is not correctly calculated and is not being recalculated as the grid's container is resized.
I have updated the test html file to have a moveable splitter which makes it a little easier to see the problem.
I've also added a screen shot showing the problem in FF3 and with firebug displaying the style.
Latest test is with svn version 15141.