Opened 9 years ago
Closed 9 years ago
#13904 closed defect (wontfix)
SplitContainer cant move splitter if I hit the line
Reported by: | StephanBiegel | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | SplitContainer | Cc: | |
Blocked By: | Blocking: |
Description
If I hit exactly the line grafic of the spliter I cant move it. If I try to move the spliter outside the line grafik it works fine.
I have tested this in IE9 and FF6.0.2 Some users of my software also found this problem. Germans seem to click all exactly on this point :)
Change History (7)
comment:1 Changed 9 years ago by
Component: | DojoX Layout → Dijit |
---|
comment:3 Changed 9 years ago by
I mean that if I try to mouse down direct on the small line some designs have. Then you can´t move the slider.
I switched to Borderlayout now and this is gone. But now in the current IE9 the mouse up make problems. If I release the mouse it don´t free the splitter. So it also resize the two frames on mouse move without holding any key and i can´t get it free again so I have to close the browser.
IE 9.0.8112.16421 Update 9.0.2
comment:6 Changed 9 years ago by
Sounds like you are confused about widget names. There's no such widget as "Borderlayout". There is a deprecated SplitContainer widget, but it doesn't have any small line. There is a small line (a "handle") on BorderContainer's splitters. So, which widget are you talking about?
comment:7 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing this ticket since no response. I'm going to assume your problem was with the deprecated SplitContainer widget and that you worked around it by switching to the BorderContainer widget.
note that SplitContainer is deprecated in favor of BorderContainer