Closed
Bug 809411
Opened 13 years ago
Closed 13 years ago
[style editing] handling of ":" (colon) and ";" (semi-colon) key is inconsistent when double-clicking
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 809413
People
(Reporter: fb+mozdev, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Firefox/17.0
Build ID: 20121031065642
Steps to reproduce:
Inspect the header in Bugzilla (right-click where it says "Bugzilla@Mozilla …", should be td#title > p). Add a new property to the inline style by **double**-clicking after `element {` and type `margin:`.
Actual results:
The inspector jumps to a new line (new property) and the property added before gets a strike through.
Expected results:
When typing the colon (:), the carret should jump to the next field, i. e. from property-descriptor to property-text instead.
This bug may (or may not) be region-specific, can reproduce this on a German keyboard. May also be OS-specific (Mac OS X) or hardware-specific (MBA 2012). May also be an issue with the Macs touchpad: When I click, I actually **tap** (resp. double-tap).
| Reporter | ||
Comment 1•13 years ago
|
||
Whoops. Uncovered yet another UX bug in the inspector ;-).
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•