Opened 13 years ago
Closed 13 years ago
#8708 closed defect (fixed)
The GridContainer sets all table rows to 100% height, even contained ones
Reported by: | Shane O'Sullivan | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The CSS of the GridContainer? is not specific enough when specifying the height of the tbody and tr elements it contains. Instead of targetting just it's own nodes, it tells all tbody and tr elements inside it to be 100% height.
It should add specific classes to it's own nodes and just target those.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | GridContainer_rowHeight.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from Adam Peller to dante |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [16773]) series of patches from Shane O'Sullivan - fixes #8698 fixes #8698 and fixes #8708 - thanks shane! minor cleanups to patches in trac, plus worked with shane to optimize potteddnd portion. !strict