Closed
Bug 863695
Opened 13 years ago
Closed 13 years ago
getNode() not available anymore for ElemBase instances (no backward compatibility)
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
In Mozmill 2.0 the getNode() method for elements retrieved via elementslib.js has been removed. This is one of the most used methods in tests for Mozmill 1.5 and we should keep the backward compatibility.
I will bring back that method so we can get rid of a lot of test failures we currently see in accessing elements.
| Assignee | ||
Comment 1•13 years ago
|
||
Please drop that. The getNode() method has been moved to mozelement.js which now wraps the elements even when created via an elementslib.js class.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: compat,
regression
Resolution: --- → INVALID
Whiteboard: [mozmill-2.0?]
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•