Closed Bug 1440902 Opened 6 years ago Closed 6 years ago

Select element does not open on Windows 7 in DevTools extention

Categories

(DevTools :: General, defect)

x86
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1417043

People

(Reporter: jdescottes, Unassigned)

Details

Attachments

(1 file)

Attached file devtools-select.zip
Seems to be windows 7 only as far as I can tell. Tried on two different Win 7 machines, with clean profiles, with FF58 to 60.

STRs:
- download zipped extension attached here
- open about:debugging and load it as temporary extension
- open devtools
- click on "test select" panel
- expand the select

ER: Should see popup with options 1, 2 and 3
AR: Nothing happens

The code for the extension only contains some basic markup:

  <!DOCTYPE html>
  <meta charset="utf-8">
  <div class="toolbar">
    <select id="type">
      <option value="1">Option 1</option>
      <option value="2">Option 2</option>
      <option value="3">Option 3</option>
    </select>
  </div>

in devtools/panel/panel.html
Luca, have you already heard about something similar?
Flags: needinfo?(lgreco)
Thanks Adrian, looks like this is a dupe.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(lgreco)
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: