Open
Bug 1908867
Opened 2 months ago
Updated 2 months ago
Inline preview adjusts line wrapping
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: bomsy, Unassigned)
References
(Blocks 1 open bug)
Details
STR
- Go to https://todomvc.com/
- Open the debugger and make sure the "Wrap Lines" setting is turned on (also make sure the "Inline Variable Preview" setting is off).
- Open https://todomvc.com/site-assets/main.js
- Set breakpoint on line 28
- Reload web page to trigger a pause on line 28
- Reduce the size of the editor, till the lines begin to wrap
- Turn on the "Inline Variable Preview" setting
ER
The inline previews are displayed, and the lines remain wrapped.
AR
The inline previews are displayed but the wrapped lines get adjusted and straighten out.
Reporter | ||
Updated•2 months ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•