Closed
Bug 784126
Opened 13 years ago
Closed 13 years ago
Fix JSDOMParser textContent setter
Categories
(Firefox for Android Graveyard :: Reader View, defect)
Tracking
(firefox16 fixed)
RESOLVED
FIXED
Firefox 17
Tracking | Status | |
---|---|---|
firefox16 | --- | fixed |
People
(Reporter: bnicholson, Assigned: bnicholson)
References
Details
Attachments
(1 file)
1.00 KB,
patch
|
lucasr
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
The textContent setter is incorrectly called "textContext". Also, we should clear the parentNode for its children when we replace the childNodes.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #653483 -
Flags: review?(lucasr.at.mozilla)
Assignee | ||
Updated•13 years ago
|
status-firefox16:
--- → affected
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 653483 [details] [diff] [review]
Fix JSDOMParser textContent setter
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 779796
User impact if declined: some parsed articles may show up incorrectly
Testing completed (on m-c, etc.): none yet
Risk to taking this patch (and alternatives if risky): low risk
String or UUID changes made by this patch: none
Attachment #653483 -
Flags: approval-mozilla-aurora?
![]() |
||
Updated•13 years ago
|
Attachment #653483 -
Flags: review?(lucasr.at.mozilla) → review+
Assignee | ||
Comment 3•13 years ago
|
||
![]() |
||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Updated•13 years ago
|
Attachment #653483 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 5•13 years ago
|
||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•