You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by "Trevor Lohrbeer (JIRA)" <ji...@apache.org> on 2013/01/25 17:59:14 UTC

[jira] [Updated] (BATIK-1036) JSVGCanvas doesn't register PropertyChangeListeners properly

     [ https://issues.apache.org/jira/browse/BATIK-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Lohrbeer updated BATIK-1036:
-----------------------------------

          Component/s: GVT
          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.
             Priority: Minor  (was: Major)
    Affects Version/s: 1.7
             Severity: minor
              Summary: JSVGCanvas doesn't register PropertyChangeListeners properly  (was: JSVGCanvas doesn)
    
> JSVGCanvas doesn't register PropertyChangeListeners properly
> ------------------------------------------------------------
>
>                 Key: BATIK-1036
>                 URL: https://issues.apache.org/jira/browse/BATIK-1036
>             Project: Batik
>          Issue Type: Bug
>          Components: GVT
>    Affects Versions: 1.7
>            Reporter: Trevor Lohrbeer
>            Priority: Minor
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org