This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug AWT/16735] New: MouseMotionEvents not dispatched


MouseMotionEvent class is implemented, and we can add
MouseMotionListeners, but the actual MouseMotionEvents are not
dispatched.  In the pre_event_handler(), we already have a check for
GTK_MOTION_NOTIFY signals, so in order to dispatch the events, we
should only need to enable MouseMotionEvents and add new cases in the
processEvent() method in the Component class.  We should also make
sure to properly dispatch events to Lightweight components.

I'm assigning this to myself since I already have some of this
implemented.
------- Additional Comments From djee at redhat dot com  2004-02-24 11:23 -------
Fixed in java-gui-branch.  Please verify.
------- Additional Comments From fitzsim at redhat dot com  2004-05-18 17:03 -------
What's a good test to verify this on?

------- Additional Comments From djee at redhat dot com  2004-05-18 17:15 -------
Here are a few tests that use MouseMotionEvent:

event.MouseEventTest
event.MouseMotionListenerTest
event.MouseListenerTest
event.MouseMotions
event.MouseListenerCrossed
------- Additional Comments From fitzsim at redhat dot com  2004-05-18 17:19 -------
Thanks.  Verified; fixed on java-gui-branch.


-- 
           Summary: MouseMotionEvents not dispatched
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P1
         Component: AWT
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: djee at redhat dot com
                CC: djee at redhat dot com,gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16735


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]