Closed Bug 1556765 Opened 7 years ago Closed 7 years ago

HTML-Tag <select> does not work in Mobilie-View + Device-templates

Categories

(DevTools :: Responsive Design Mode, defect)

60 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1318661

People

(Reporter: mail, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0

Steps to reproduce:

If a device template is selected in the mobile view (CTRL-SHIFT-M), the <select> element stops working. It does not matter which template is selected. Iphone, LG .... If you change the size of the view with the mouse, the element works again.

FF-Version: 60, 67 ...

--
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TEST</title>
</head>
<body>
<select>
<option value="1">Element1</option>
<option value="2">Element2</option>
<option value="3">Element3</option>
</select>
</body>
</html>

Actual results:

  • CTRL-SHIFT-M + Template
    <select> does not open
Component: Untriaged → Responsive Design Mode
Product: Firefox → DevTools

Thanks for the report!

This bug is a duplicate of bug 1318661. It's related to problems we have with touch simulation, which where fixed (I believe) in Firefox 67 or 68.

We're currently hard at work to fix more of those issues. If you rely on Firefox 60 or encounter the issue, I'm afraid my only advice is to disable touch simulation. You can do this by clicking the hand icon in the top right corner. Unfortunately you will need to do this every time you change to a different (touch) device preset 😕

I'm closing this bug as duplicate. Feel free to reopen it if you think I made a mistake.

Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: