Ticket #4233 (closed defect: fixed)
Pixel bug in dijit.layout.TabContainer css
| Reported by: | guest | Owned by: | peller |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When using layoutAlign="top" on a layout widget inside a tabcontainer the widgets domNode gets a computed style of top=1.
This is caused by the tabcontainers css:
.dijitTabContainer .dijitAlignTop {
/* position the tab labels row down by 1 px, and on top of the dijitTabPaneWrapper
so the buttons can overlay the tab pane properly */
top:1px !important;
z-index:10;
}
See my test here: http://thomas.dev.webhuset.no/static/js/whm/tests/tab.html
In the test you can see a 1 px white line above the toolbar.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.