#1204 closed defect (fixed)
SplitContainer with Vertical Orientation allows the top pane's content to bleed through to bottom
Reported by: | Carter Bradford | Owned by: | neil |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This can be seen in the current 0.3.1 demo on the website. If you move the "splitter" up all the way to the top so that it overlaps the the text in the top pane, the text in the top pane partially shows up in the bottom pane. I have the same behavior in my application.
Essentially the top pane bleeds into the bottom pane. It is more prounounced when you have more content in the top pane.
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 14 years ago by
Owner: | changed from bill to neil |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
- Problem described refering to "bleed through problem" with splitPanes resolved with proper layout of items. Use position attributes included in style of pane to resolve default behavior of overflow beyond defined boundary. Also define a minShare attribute to ensure legiable text within pane upon reducing size of pane with sizer.
- testcase: splitContainer_trac_1204.html to be used from $DOJO_ROOT/tests/widget directory demonstrates resolution of problem as described.
Changed 14 years ago by
Attachment: | splitContainer_trac_1204.html added |
---|
resolution by modifications to markup for demonstrated testcase.
comment:4 Changed 14 years ago by
Milestone: | 0.5 → 0.4 |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.