Closed
Bug 1905840
Opened 2 years ago
Closed 2 years ago
Switching between document may lose scroll position
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
- On https://nchevobbe.github.io/demo/console-test-app.html
- Open the debugger
- Open
webpack:///node_modules/react-dom/cjs/react-dom.development.js - Scroll until you can see line 1000
- Open
console-test-event-listeners.js
-> the file is scrolled at the bottom
- Select
react-dom.development.jsagain
-> scroll position is at line 51 (the last line of the previous file)
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → hmanilla
Attachment #9413480 -
Attachment description: WIP: Bug 1905840 - [devtools] Maintain scroll positon when switching through documents → Bug 1905840 - [devtools] Maintain scroll positon when switching through documents r=#devtools-reviewers
Status: NEW → ASSIGNED
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/df8cc74f04e6
[devtools] Maintain scroll positon when switching through documents r=devtools-reviewers,nchevobbe
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•