Closed
Bug 1381241
Opened 8 years ago
Closed 10 months ago
xml javascript select not working
Categories
(Core :: XML, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bradbell, Unassigned)
Details
Attachments
(1 file)
9.58 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170310133403
Steps to reproduce:
1. Run the attached scipt in an empty directory (called dir below).
2. Open the file dir/one.htm.
3. Select 'two' from the 'one->' drop down menu (works).
4. Select the 'problem' link (works).
5. Select the 'one.xml' link (works).
6. Select 'two' from the 'one->' drop down menu (does not work).
Actual results:
Step 3 opens a web page called Two.
Step 4 returns the the web page called One.
Step 5 switches from one.htm to one.xml.
Step 6 cannot be down because the drop down menu does not appear.
In addition, if you open the browser console you will get the following errors at step 6
TypeError: dummyOption.style is undefined SelectContentHelper.jsm:163:5
TypeError: this._updateTimer is undefined SelectContentHelper.jsm:91:5
This may be related to
https://bugzilla.mozilla.org/show_bug.cgi?id=1375817
because the TypeErrors above appear in that report
Expected results:
Step 6 should have the same result as Step 3
Updated•8 years ago
|
Component: Untriaged → XML
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•10 months ago
|
Attachment #8886779 -
Attachment mime type: application/x-shellscript → text/plain
Comment 1•10 months ago
|
||
worksforme
Status: UNCONFIRMED → RESOLVED
Closed: 10 months ago
Resolution: --- → WORKSFORME
I just tested it with Firefox 132.0.2 (64 bit) on Windows 11 Pro and it also works for me (now).
You need to log in
before you can comment on or make changes to this bug.
Description
•