Ability for parent Containers *Listeners to be notified even if event consumed

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 1.4.0
    • Component/s: client-libs

      Developers using Swing often encounter the problem of adding a Listener
      (typically Mouse or Key) to a Swing Component and notice that they don't
      get any notification. The reason this happens with some swing components
      (JTabbedPane, JComboBox ...) is because they are composite Components made
      up of other Components with Listeners attached to the children, so that if
      the Listener is added to the actual Swing component it is not notified because
      the children Components have listeners. Swing, or perhaps AWT, should offer
      support for such Composite Components that developers want to treat as if they
      were not composite components.

            Assignee:
            Unassigned
            Reporter:
            Scott Violet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: