Open
Bug 2025535
Opened 1 month ago
Updated 1 month ago
Editing values in box model with keyboard leaves artifact on screen
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: leo, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
276.59 KB,
video/webm
|
Details |
If the numbers in the "Box Model" view are changed, and the value "submitted" with the return key, a visual artifact is left on screen.
Simple STR:
- open
data:text/html;charset=utf-8,<!doctype html><body><style>body {%0A%20 background: red;%0A}</style></body> - click on width value to edit
- press the return key on keyboard
Expected outcome:
The width value returns to its previously displayed state
Actual outcome:
An outline is left around the element, which doesn't clear until clicking, and clicking off again.
Updated•1 month ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•