SplitContainer sizing is blocked when the top pane is scroll down
Having a vertical SplitContainer? with activeSizing = false. The top content pane has overflow = "auto" and contains a lot of text hence a vertical scrollbar is present.
When scrolling down to the bottom then want to resize: the top pane automatically takes the maximum place in the Splitcontainer and it is impossible resize it. I have to scroll back to the top to perform the sizing.
The problem occurs only with Firefox (2.0) it works fine with IE6 and IE7.
dojo version : 0.4.2-src
A testcase to copy to dojo/tests/widget is provided
As a first analysis:
The bug seems to be in the originPos calcutation in method beginSizing. A call to dojo.html.getAbsolutePosition is made and in case of node with orverflow = auto and scroll offset the resulting orgin could be a big negative integer.
Change History (8)
Component: |
Widgets →
Dijit
|
Milestone: |
→ 0.9
|
Owner: |
changed from bill to koranteng
|
Owner: |
changed from koranteng to Adam Peller
|
Keywords: |
bordercontainer added
|
Resolution: |
→ wontfix
|
Status: |
new →
closed
|
test ported to 1.0 and BorderContainer?; SplitContainer? still fails in FF2, BorderContainer? seems ok