Closed
Bug 1383468
Opened 8 years ago
Closed 8 years ago
Modal dialogs do not work in FF54/Linux/e10s/Responsive design mode
Categories
(DevTools :: Responsive Design Mode, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1273997
People
(Reporter: inkatadoc, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170612122310
Steps to reproduce:
IF FF has e10s ENABLED:
1. Go to any page
2. Switch responsive view (Shift-CTRL-M)
3. open console (F12)
4. type "confirm('aaa')"
Actual results:
5. Returns false immediately, no modal shown
confirm(), alert() and prompt() exhibit the same behaviour
Expected results:
6. Open a modal confirm window
--- ADDITIONAL INFO ----
-------- This does NOT happen in:
* FF54/Linux/20170612122310 with e10S DISABLED (modals do work fine)
* FF54/Linux/20170612122310 outside responsive view (modals do work fine)
Updated•8 years ago
|
Component: Untriaged → Developer Tools: Responsive Design Mode
Thanks for filing! This is currently a known issue with the new version of RDM.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•