Bug 11025 - hasAttribute/getAttribute broken on XML DOM nodes
Summary: hasAttribute/getAttribute broken on XML DOM nodes
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 419.x
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 11:15 PDT by Julien Lecomte
Modified: 2019-02-06 09:04 PST (History)
2 users (show)

See Also:


Attachments
test case (works correctly) (293 bytes, text/html)
2007-07-02 04:41 PDT, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Lecomte 2006-09-25 11:15:03 PDT
Calling hasAttribute on an XML DOM node seems to always return false, and calling getAttribute on an XML DOM node seems to always return null, even though the attribute with the specified name does exist (and it can be enumerated using the attributes collection). The same calls behave correctly when called on an HTML DOM node.
Comment 1 Alexey Proskuryakov 2007-07-02 04:41:45 PDT
Created attachment 15349 [details]
test case (works correctly) 

I have tried to create a test case for this issue, but hasAttribute() and getAttribute() seem to work correctly for me.

Could you please attach a test case?
Comment 2 Alexey Proskuryakov 2007-10-05 04:12:56 PDT
No response in three months, closing as INVALID.
Comment 3 Lucas Forschler 2019-02-06 09:04:15 PST
Mass moving XML DOM bugs to the "DOM" Component.