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

Michael Glavassevich resolved XERCESJ-1385.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10.0

Right, that's clearly a typo. I've committed a fix in SVN rev 890177. Thanks 
for pointing out this bug.

> wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()
> -------------------------------------------------------------------------
>
>                 Key: XERCESJ-1385
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1385
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DOM (HTML)
>    Affects Versions: 2.9.0, 2.9.1
>            Reporter: Johannes Koch
>            Assignee: Michael Glavassevich
>             Fix For: 2.10.0
>
>
> org.apache.html.dom.HTMLAreaElementImpl.getNoHref():
>         return getBinary( "href" );
> must be
>         return getBinary( "nohref" );

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to