Closed
Bug 1902661
Opened 2 years ago
Closed 7 months ago
Debugger left splitter is hard to use
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox147 fixed)
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(1 file)
Splitters in DevTools can be hard to use because they are only active on a few pixels around the splitter. In the Debugger, the splitter between the source tree and the source panel seems only active for a single pixel and is very difficult to use.
| Assignee | ||
Comment 1•7 months ago
|
||
This only seems to happen when the welcomebox is displayed, ie when there are no sources in the editor. For some reason this UI has a z-index: 10; which beats the z-index: 1 set for the splitter. We could increase the z-index for the splitter, but honestly I don't see any reason for setting a random z-index on the welcome box.
| Assignee | ||
Comment 2•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0bb74925ca12
https://hg.mozilla.org/integration/autoland/rev/15a7a52203a5
[devtools] Remove debugger WelcomeBox z-index to increase surface area for left splitter r=devtools-reviewers,bomsy
Comment 4•7 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Updated•7 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
You need to log in
before you can comment on or make changes to this bug.
Description
•