I am attempting to create a split pane which contains two gwt wrapped js implementations. The first is google earth plugin, and the second is dhtmlx scheduler. The layout containing GE as a child declares the resize bar and has it point to next.
The layout containing the scheduler has to manipulate the div element to resize the scheduler, and so it has a ResizedHandler.
Here is the behavior that I am seeing:
1. Dragging to make GE smaller works when the plugin doesnt take focus while dragging the resize bar over it, when it does the resize bar disappears.
2. Dragging to make the scheduler smaller always invokes onResized and getInnerWidth and getInnerHeight appear to report the new desired values correctly and are successfully used to resize the scheduler itself, but the VLayout itself only resizes every other time. i.e. drag to make scheduler smaller, scheduler shrinks but resizeBar snaps back to original position. drag to make scheduler smaller again, resizeBar stays in dropped location, and the VLayout resizes.
This behavior is quite repeatable. I have tried enabling debug for sizing and resizing, and am not seeing any errors reported, and I am not seeing any uncaught JS exceptions to explain this bizarre situation.
Any ideas what may be going on here?
SmartClient Version: v9.0p_2013-10-15/EVAL Deployment (expires 2013.12.14_09.18.02)
FF 24.0
IE 8
The layout containing the scheduler has to manipulate the div element to resize the scheduler, and so it has a ResizedHandler.
Here is the behavior that I am seeing:
1. Dragging to make GE smaller works when the plugin doesnt take focus while dragging the resize bar over it, when it does the resize bar disappears.
2. Dragging to make the scheduler smaller always invokes onResized and getInnerWidth and getInnerHeight appear to report the new desired values correctly and are successfully used to resize the scheduler itself, but the VLayout itself only resizes every other time. i.e. drag to make scheduler smaller, scheduler shrinks but resizeBar snaps back to original position. drag to make scheduler smaller again, resizeBar stays in dropped location, and the VLayout resizes.
This behavior is quite repeatable. I have tried enabling debug for sizing and resizing, and am not seeing any errors reported, and I am not seeing any uncaught JS exceptions to explain this bizarre situation.
Any ideas what may be going on here?
SmartClient Version: v9.0p_2013-10-15/EVAL Deployment (expires 2013.12.14_09.18.02)
FF 24.0
IE 8
Comment