Closed
Bug 1468678
Opened 7 years ago
Closed 7 years ago
Exiting Responsive Design Mode does not re-enable autoscrolling
Categories
(DevTools :: Responsive Design Mode, defect, P1)
DevTools
Responsive Design Mode
Tracking
(firefox60 wontfix, firefox61 wontfix, firefox62 verified, firefox64 verified, firefox65 verified, firefox66 verified)
VERIFIED
FIXED
Firefox 62
People
(Reporter: yurivkhan, Assigned: jryans)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180602171201
Steps to reproduce:
0. In Preferences | General | Browsing, enable [x] Use autoscrolling.
1. Open a page long enough to have a scrollbar.
2. Middle-click in the page. Observe that autoscrolling is triggered. Click again to stop scrolling.
3. Press Ctrl+Shift+M to go into Responsive Design Mode.
4. Middle-click in the page. Observe that autoscrolling is not triggered.
5. Press Ctrl+Shift+M again to exit Responsive Design Mode.
6. Middle-click in the page. Observe that autoscrolling is not triggered.
7. Reload the page, or navigate to a different page in the same tab. Observe that autoscrolling is no longer triggered in this tab no matter what you do.
Expected results:
At least in steps 6 and 7, after Responsive Design Mode is canceled, autoscrolling should have kicked in again.
Comment 1•7 years ago
|
||
I have managed to reproduce this issue on Firefox 62.0a1 (2018-06-18) (64-bit) nightly
Firefox 61.0b14 (64-bit) beta and Firefox 60.0.2 (64-bit) release on Windows 10 and macOS 10.13.
Auto-scrolling does not trigger in Responsive Design Mode even after it is canceled.
Status: UNCONFIRMED → NEW
Component: Untriaged → Responsive Design Mode
Ever confirmed: true
OS: Unspecified → All
Product: Firefox → DevTools
Hardware: Unspecified → All
Version: 61 Branch → Trunk
| Assignee | ||
Comment 2•7 years ago
|
||
Thanks for reporting! I wasn't aware of this autoscrolling feature until now. :) I was able to reproduce the issue.
I believe it should be straightforward to fix.
Assignee: nobody → jryans
Status: NEW → ASSIGNED
Priority: -- → P1
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
status-firefox60:
--- → wontfix
status-firefox61:
--- → fix-optional
status-firefox62:
--- → affected
| Assignee | ||
Comment 5•7 years ago
|
||
(In related news, I filed bug 1470235 to attempt tunneling messages by default to avoid future issues like this.)
Comment 6•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8986836 [details]
Bug 1468678 - Allow autoscrolling with RDM.
https://reviewboard.mozilla.org/r/252086/#review258560
I didn't knew about this feature either!
Attachment #8986836 -
Flags: review?(poirot.alex) → review+
Pushed by jryans@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/eecfdc7799ca
Allow autoscrolling with RDM. r=ochameau
Comment 8•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•7 years ago
|
Updated•7 years ago
|
Flags: qe-verify+
Comment 10•7 years ago
|
||
Hi, this issue no longer occurs on Firefox Release 64.0 and Nightly 66.0a1 (2018-12-18.
Status: RESOLVED → VERIFIED
status-firefox64:
--- → verified
status-firefox66:
--- → verified
Flags: qe-verify+
Updated•7 years ago
|
status-firefox65:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•