Closed
Bug 540284
Opened 15 years ago
Closed 9 years ago
Get rid of __proto__ usage in getControlElement methods
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sergeyreym, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5
Build Identifier:
1. foo = new Image();
2. bar = {__proto__: foo};
3. for(i in bar) ;
With third line bar == foo is true without bar == foo is false. Problem of __proto__ parsing.
Bugs with this didn't catch but for regularity of code and future bugs needs to be fixed.
Additional info in bug 537881.
Reproducible: Always
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•9 years ago
|
||
RIP xforms
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•