DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37315>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37315


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Javascript Validation       |[Validator] Javascript
                   |currently uses unsupported  |Validation currently uses
                   |DOM method                  |unsupported DOM method
                   |getAttributeNode("name").   |getAttributeNode("name").




------- Additional Comments From [EMAIL PROTECTED]  2005-11-01 05:27 -------
Firstly, there is no reference to getAttributeNode() in any of the scripts you 
indicate since the fix/patch applied for Bug 35127 refactored the code to get 
the form name into a separate utility method - retrieveFormName() - which is 
located in validateUtilities.js

Having said that - that script does still use the getAttributeNode() function, 
but IMO its now less of an issue - since anyone wanting IE 5.5 support can 
simply provide their own implementation of that method and configure validator 
to use it.

Personally I haven't been involved in that change and don't have a copy of IE 
5.5 to test on. If you could supply a patch which resolves this in IE 5.5 then 
I will apply it. It needs to be soon though, if you want it included in 
Validator 1.2.0 - I just finished rolling "release candidate 2" when you posted 
this:

    http://www.mail-archive.com/commons-dev%40jakarta.apache.org/msg68919.html

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to