Open
Bug 1514154
Opened 7 years ago
Updated 3 years ago
Clicking outside the `Italic` checkbox widget still toggles it's ON/OFF state
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: nachtigall, Unassigned)
Details
Attachments
(1 file)
|
180.38 KB,
image/gif
|
Details |
AR:
See attached screencast. Clicking outside but on same line the `Italic` checkbox widget of the Fonts tab still toggles its states. Not sure why, maybe the <input type="checkbox"> padding is too wide, or because it is flexbox layout or an event is not caught and bubbles...
Reproducable on Windows 10 and Linux with current Nightly.
ER:
Clicking outside does just nothing.
Comment 1•7 years ago
|
||
Thanks for filing!
Yes, the issue stems from the Flexbox layout used on the toggle. Its hit area is wider than the visible part.
Priority: -- → P3
| Assignee | ||
Updated•5 years ago
|
Component: Inspector: Fonts → Inspector
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•