Opened 14 years ago
Closed 9 years ago
#6488 closed defect (fixed)
dojox.layout.FloatingPane fails on FF2/Mac
Reported by: | jeffg | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | DojoX Layout | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Drag handles in floating panes with scrollable content may be obscured and on some platforms this renders the drag handle un-usable.
As as result, the test for dojox.layout.FloatingPane? doesn't operate correctly on FF2 on the Mac.
To see the problem, try the test for floating pane. When it is up, resize a pane so that the scroll bars appear. Then try to resize the pane and you will be unable to do so.
Suggested solutions include:
- adding a footer bar option to floatingpane widgets which would separate the drag handle from the body of the pane
- putting the drag handle in a separate z-indexed item from the body content
Change History (6)
comment:1 Changed 14 years ago by
Owner: | changed from Adam Peller to dante |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → 1.2 |
Priority: | high → normal |
severity: | major → normal |
comment:3 Changed 14 years ago by
Milestone: | 1.2 → 1.3 |
---|
comment:4 Changed 14 years ago by
Milestone: | 1.3 → future |
---|
comment:5 Changed 12 years ago by
Component: | Dojox → DojoX Layout |
---|
comment:6 Changed 9 years ago by
Milestone: | future → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This is no longer an issue. Perhaps it was fixed by #5849.
Note: See
TracTickets for help on using
tickets.
i'll try to target the new FloatingPane? work in 1.3. There are several issues in the current form.