Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4025729

newEventsOnly flag set even if there are no listeners to a Component

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P2 P2
    • None
    • 1.1
    • client-libs
    • None
    • sparc
    • solaris_2.5.1


      I am working on a 1.1 GUI design tool that works with Components using the
      1.0.2 event model (handleEvent). During the design mode I would like to
      listen to Mouse events on a Component (addMouseListener), but this permanently
      breaks the old event model propigation even if I call removeMouseListener before
      entering test mode.

      The 1.0.2 event model should work if no listeners are registered on a Component.
      Looking at the Component.java code, I see that the newEventsOnly flag is set
      when listeners are added, but it is never reset if all listeners have been
      removed.

            amfowler Anne Fowler (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: