The breakpoints pane scrolls horizontally
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(firefox71 fixed)
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: jlast, Assigned: khmorehouse)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [debugger-reserve])
Attachments
(3 files)
When you add a breakpoint with a long snippet, the snippet forces the pane to be too wide and introduces horizontal scrolling.
We should use CSS to truncate the snippet and prevent scrolling.
STR:
- go to https://send.firefox.com/
- add a breakpoint in app.<sha>.js
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Can I take this one?
Comment 2•6 years ago
|
||
Yes, that would be great!
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
I've come up with a mock solution for this that I'd like some input on:
For starters, here's a look at the current (buggy) behavior, before the solution is in place:
Assignee | ||
Comment 4•6 years ago
|
||
Here's my mock solution, which collapses and expands the watch expressions & breakpoints panels in tandem, so that the breakpoints panel's width cannot be expanded "behind" the watch expressions panel and cause the horizontal scrolling.
Is this the kind of behavior I should try to implement? Or is there an alternative implementation I should aim for?
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Hello Kevin, how's this going? Anything we can help with?
Comment 7•6 years ago
|
||
Comment 9•6 years ago
|
||
bugherder |
Description
•