Re: [osg-submissions] CompositeViewer bug

2018-03-12 Thread Sebastian Schmidt
Hi Robert, Thanks, thats awesome. I will test it. The case, where the mouse is moved directly over title bar and the previous window gets the resize event is exactly my issue. Cheers, Sebastian OSG Version: 3.4.1 OS: OpenSuse Leap 42.1 -- Read this

Re: [osg-submissions] CompositeViewer bug

2018-03-08 Thread Robert Osfield
I have spent time looking into how the CompositeViewer::eventTraversal() handles event focus and different types of events and decided the best way to improve the event handling behaviour is to treat different classes of events in different ways, the enum I've used to should hopefully be self

Re: [osg-submissions] CompositeViewer bug

2018-03-08 Thread Robert Osfield
Hi Sebastian, To track what is happening with resize events I modified the test example to include the following event callback: class MyEventCakkback : public osgGA::GUIEventHandler { public: std::string _message; MyEventCakkback(const std::string& message): _message(message)

Re: [osg-submissions] CompositeViewer bug

2018-03-08 Thread Robert Osfield
Hi Sebastian, I have finally got time to look into this matter. I've compiled the test case. Is there anything specific with osgWidget using a osgWidget example that is important here? Should I be expecting any console output or behaviour on screen that illustrates the issues you are seeing?

Re: [osg-submissions] CompositeViewer bug

2018-02-02 Thread Robert Osfield
Thanks for the test program Sebastian. I don't have to time look into it right away, but hope to get some time next week. On 1 February 2018 at 09:02, Sebastian Schmidt wrote: > I modified the osgwidgetcanvas example. > - a compositeviewer with two views > - each view

Re: [osg-submissions] CompositeViewer bug

2018-02-01 Thread Sebastian Schmidt
I modified the osgwidgetcanvas example. - a compositeviewer with two views - each view has a window/canvas object - put one window in foreground (the other should be maximized/bigger in background) - try to resize the first window -> both windows get the resize event - if you don't see the bug,

Re: [osg-submissions] CompositeViewer bug

2018-01-31 Thread Robert Osfield
On 31 January 2018 at 09:48, Sebastian Schmidt wrote: > Still not fixed with 3.5.9 :-( Could you create a small example that demonstrates the problem you seeing. This will others to see the issue first hand and investigate it fully. Thanks, Robert

Re: [osg-submissions] CompositeViewer bug

2018-01-31 Thread Sebastian Schmidt
Still not fixed with 3.5.9 :-( OSG Version: 3.4.1 OS: OpenSuse Leap 42.1 -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=72894#72894 ___ osg-submissions mailing list

Re: [osg-submissions] CompositeViewer bug

2018-01-24 Thread Robert Osfield
On 24 January 2018 at 08:50, Sebastian Schmidt wrote: > Sry for digging up, but whats the current status of this bug? > I have migrated to 3.4.1 stable release and the problem still exits. Wow, that's an old thread to resurrect. There have quite a few changes to the

Re: [osg-submissions] CompositeViewer bug

2018-01-24 Thread Sebastian Schmidt
Sry for digging up, but whats the current status of this bug? I have migrated to 3.4.1 stable release and the problem still exits. OSG Version: 3.0.1 OS: OpenSuse Leap 42.1 -- Read this topic online here:

Re: [osg-submissions] CompositeViewer bug

2011-05-03 Thread Robert Osfield
Hi Brad, I've reviewed your changes and they make me feel like I really need to spend some time rethinking the management of the event focus. Neither your changes or the original feel like clean solution. Could you please outline how I can reproduce the bugs that you've seen then I can think

Re: [osg-submissions] CompositeViewer bug

2011-05-03 Thread Brad Huber
-Original Message- From: osg-submissions-boun...@lists.openscenegraph.org [mailto:osg-submissions-boun...@lists.openscenegraph.org] On Behalf Of Robert Osfield Sent: Tuesday, May 03, 2011 3:57 AM To: OpenSceneGraph Submissions Subject: Re: [osg-submissions] CompositeViewer bug Hi Brad, I've