Uploaded image for project: 'Batik'
  1. Batik
  2. BATIK-1036

JSVGCanvas doesn't register PropertyChangeListeners properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.7
    • None
    • GVT
    • None

    Description

      JSVGCanvas uses an internal PropertyChangeSupport to support its bound properties. However, this breaks support for bound properties inherited from JComponent, Container and Component.

      The problem is that the addPropertyChangeListener and removePropertyChangeListener methods are overridden but the firePropertyChange and getPropertyChangeListeners are not, causing listeners registered on JSVGCanvas to not be accessible to super classes.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fastfedora Trevor Lohrbeer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: