#495 closed defect (fixed)
tab rendering problems
Reported by: | bill | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On tests/widget/test_Layout.html the tabs draw strangely (both on firefox and IE) Alignment of the header
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | → 0.3release |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in #3249. I decided that SplitPane? was at fault for setting it's children's padding. The parent widget shouldn't mess with the children widget's CSS except for setting position, size, and maybe margin.
Note: See
TracTickets for help on using
tickets.
The tab is inside a split pane. Due to the css for dojoHtmlSplitterPanePanel, padding is 5px all around. This interfers with the way the tab uses padding; specifically it affects the tab content but not the tab labels, causing misalignment. Hmm...