Opened 15 years ago
Last modified 11 years ago
#3887 closed task
Do layout in CSS not JS — at Version 2
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dijit | Version: | 0.9 |
Keywords: | bordercontainer | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
As per
http://www.alistapart.com/articles/conflictingabsolutepositions
try to do pane layout in CSS rather than JS. There still needs to be some JS, to test if (for example) tab labels overflow from one line to two lines, but may be able to make browser window resizing on FF smoother for the common case.
Even SplitContainer/AccordionContainer? may be convertible. See attached split.html for an example (it basically divides the screen into three equal section, each of which has a 10px divider and the remaining space is for content).
Change History (3)
Changed 15 years ago by
Attachment: | split.html added |
---|
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Type: | defect → task |
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
example of doing split container in CSS (except for dragging the dividers!)