HTML-Tag <select> does not work in Mobilie-View + Device-templates
Categories
(DevTools :: Responsive Design Mode, defect)
Tracking
(Not tracked)
People
(Reporter: mail, Unassigned)
Details
Attachments
(1 file)
|
1.17 MB,
video/mp4
|
Details |
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
Updated•7 years ago
|
Comment 1•7 years ago
|
||
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.
Description
•