#391 closed defect (fixed)
SplitPanePanels sometimes have undesired scrollbars
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | [email protected]…, [email protected]…, [email protected]… | |
Blocked By: | Blocking: |
Description
This problem can be seen in the "Panes" demo in the distribution, and also affects the application I have been working on.
In the panes demo, move the vertical splitter a bit to the right or the horizontal splitter a bit down, and I see inappropriate scrollbars in FF 1.0 or Mozilla. If moved far enough in the other direction, I have found that the scrollbars go away again.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Milestone: | → 0.4 |
---|
Changed 14 years ago by
removed scrollbars from old gekko browsers and added support for opera
comment:2 Changed 14 years ago by
Cc: | [email protected]… [email protected]… [email protected]… added |
---|
Please verify the attached patch file works (trunk revision 5625).
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [5631]) Fixes #173 - just clicking a splitter makes it move 1px Fixes #391 - splitContainer panels sometimes have undesired scrollbars Fixes #883 - opera: resizing fails in test_SplitContainer.html
Patch from Doug (IBM, CCLA on file)
Also, I changed activeResize to be true/false rather than 0/1. Because we're not programming in C anymore. :-)
Assigning to the 0.4 milestone.