Opened 13 years ago
Closed 12 years ago
#6686 closed defect (duplicate)
StackContainer should use dijitDisplayNone to hide and show
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I would like to override how panes are hidden to fix an issue how IE doesn't calculate widths when DOM nodes are hidden. I think I can do this by hiding by z-index or large negative left instead of actually setting the display to none. Using a css class instead of inline styles would allow me to do this.
Patch attached.
schallm
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | StackContainer.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | → 1.3 |
---|---|
Owner: | set to bill |
Note: See
TracTickets for help on using
tickets.
Basically a dup of #5672. I can switch it to use dijitDisplayNone but what should that CSS class be defined as?
Also currently many users/test files have defined their markup to be
style="display:none"
for the children of TabContainers so I want to be sure that markup continues to work, both in terms of hiding inactive panes and of showing active ones.