Hi,
We have an application with a quite typical split pane layout and we are setting showResizeBar(true) to make the pane width and heights resizeable for user. We are using some iframe-based components in our panes (for example rich text editors which render their body content using iframes).
This has the effect that the panes' resize bars won't work quite well anymore as when you start to drag the bar the mouse 'slips' over the iframe and the resize bar loses focus. Basicly the resizing works only when you drag the resize bar very carefully so that the mouse cursor does not have time to jump over to the iframe.
Any ideas if this can be avoided somehow ? The fix I think would be that on mouse down event on a resize bar an opaque mask would be appended over the page which would make sure that the events aren't accidentally sent to the iframe.
Using smartgwt 3.1p lgpl NIGHTLY-2013-02-16.
br,
Marko
We have an application with a quite typical split pane layout and we are setting showResizeBar(true) to make the pane width and heights resizeable for user. We are using some iframe-based components in our panes (for example rich text editors which render their body content using iframes).
This has the effect that the panes' resize bars won't work quite well anymore as when you start to drag the bar the mouse 'slips' over the iframe and the resize bar loses focus. Basicly the resizing works only when you drag the resize bar very carefully so that the mouse cursor does not have time to jump over to the iframe.
Any ideas if this can be avoided somehow ? The fix I think would be that on mouse down event on a resize bar an opaque mask would be appended over the page which would make sure that the events aren't accidentally sent to the iframe.
Using smartgwt 3.1p lgpl NIGHTLY-2013-02-16.
br,
Marko
Comment