Closed
Bug 1566283
Opened 2 years ago
Closed 2 years ago
Clickable label area for event listener breakpoint entries is too small
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: Harald, Assigned: shellyc23)
References
(Depends on 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(2 files)
What were you doing?
- Open the Debugger
- Click a row in the Event BP panel, to the right of the panel
What happened?
Nothing.
What should have happened?
Checkbox gets toggled.
Updated•2 years ago
|
Depends on: dbg-frontend
Keywords: good-first-bug
| Assignee | ||
Comment 1•2 years ago
|
||
I looked into this, and might have came up with a solution.
By adding width: 100% to the .event-listener-label selector in 'debugger\src\components\SecondaryPanes\EventListeners.css', the label would stretch the whole width.
Let me know what you think
Comment 2•2 years ago
|
||
That may work! Give it a shot, open a phabricator patch, and we'll have a look. Thank you!
| Assignee | ||
Comment 3•2 years ago
|
||
In EventListeners.css I added width: 100% to the .event-listener-label to increase the width of the clickable area.
Updated•2 years ago
|
Attachment #9080901 -
Attachment description: Bug 1566283 - Increased width of event listener breakpoint clickable area r=jlast → Bug 1566283 - Increased width of event listener breakpoint clickable area r=davidwalsh
Pushed by dwalsh@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a666f60836b7 Increased width of event listener breakpoint clickable area r=davidwalsh
Comment 5•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Assignee: nobody → shellyc23
You need to log in
before you can comment on or make changes to this bug.
Description
•