Open
Bug 1261539
Opened 9 years ago
Updated 1 year ago
Autocomplete popup appears when deleting property of a new rule with modified selector
Categories
(DevTools :: Inspector: Rules, defect, P3)
Tracking
(firefox45 affected, firefox46 affected, firefox47 affected, firefox48 affected)
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [btpp-fix-later])
Attachments
(1 file)
116.10 KB,
image/gif
|
Details |
STRs (or see the attachment) :
- go to "data:text/html,<div>div"
- open inspector
- inspect the div
- click on create rule
- edit the selector from "div" to "div:before"
- click in the body of the rule to create a property
- type margin as property name
- press TAB to focus the value editor
- press shift+TAB to focus back the name editor
- press DELETE to clear the field
- press ENTER
An autocomplete popup will be displayed on the left of the firefox window.
Reporter | ||
Updated•9 years ago
|
status-firefox45:
--- → affected
status-firefox46:
--- → affected
status-firefox47:
--- → affected
status-firefox48:
--- → affected
Priority: -- → P3
Reporter | ||
Comment 1•9 years ago
|
||
Small update to the STRs:
`- edit the selector from "div" to "div:before"`
is actually
`edit the selector from "div" to anything else`
The final value doesn't matter, it just has to have changed.
Summary: Autocomplete popup appears when deleting property of a new :before rule → Autocomplete popup appears when deleting property of a new rule with modified selector
Reporter | ||
Comment 2•9 years ago
|
||
Inspector bug triage. Filter on CLIMBING SHOES.
Component: Developer Tools: Inspector → Developer Tools: CSS Rules Inspector
Whiteboard: [btpp-fix-later]
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•