Closed
Bug 783250
Opened 13 years ago
Closed 13 years ago
with appendChild, <option> disappear
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 780661
People
(Reporter: zefling, Unassigned)
Details
(Keywords: regression, testcase, Whiteboard: [mozfr-community])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0
Build ID: 20120815030556
Steps to reproduce:
I call appendChild with a element containing <select> and <option>.
e.appendChild(element); //BUG for new selects
e.innerHTML += element.outerHTML; // BUG for all selects in e
I have this problem only on Fx17.
Actual results:
Except one, all <option> have disappeared.
![]() |
||
Comment 2•13 years ago
|
||
most likely Bug 780661
Updated•13 years ago
|
Keywords: regression,
testcase-wanted
I had not made the relation with the scroll. In fact, it seems like the same problem as Bug 780661.
Attachment #652459 -
Attachment mime type: text/plain → text/html
Comment 5•13 years ago
|
||
Bug 780661 was merged to m-c on "Wed Aug 15 08:23:05 2012 PDT" so it
can't be in the build 20120815030556 AFAIU.
https://tbpl.mozilla.org/?usebuildbot=1&rev=0678e3e84923
Is this a duplicate of bug 780661?
Célian, please verify that everything works in the latest Nightly and
resolve it as a duplicate if so. Thanks.
Keywords: testcase-wanted → testcase
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Sorry, i wait the update for Windows Nightly for French version. :)
You need to log in
before you can comment on or make changes to this bug.
Description
•