Patch issue#655 - SplitPanel Enhancements / Fixes#657
Patch issue#655 - SplitPanel Enhancements / Fixes#657Orbisman wants to merge 2 commits intomabe02:masterfrom
Conversation
|
if there are no conflicts with the base branch, please merge. |
|
This is not the way to go, this should not be merged. --> "First Mouse click will focus component before allowing it to be dragged" I disagree that this detail should be the mechanism. It is a matter of opinion I suppose. I think this happens in a couple of different ways on the various well known desktops. The behavior that I strongly favor is that of basically "mouse click brings focus to component and start of dragging has begun". Setting aside preferences, this change no longer performs the drag correctly even with the extraneous user clicking. |
See Issue #655 for details.
Note: Updated SplitPanelTest to add additional Splits with Multiline Textbox to show how the components where not expanding
Testing requires the mouse capture turned on in the TestBase class, ie.
Screen screen = new TestTerminalFactory(args).setMouseCaptureMode(MouseCaptureMode.CLICK_AUTODETECT).createScreen();