Closed
Bug 1026532
Opened 11 years ago
Closed 10 years ago
in devtools inspector, decimal value can be wrongly incremented
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: me, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0 (Beta/Release)
Build ID: 20140616030203
Steps to reproduce:
- in inspector, focus a css rule where the value is `.2em`, ie with no «integer» part,
- click to edit
- click to unselect the whole value (having a simple cursor) : this step is mandatory, it works if the whole value is selected.
- use Cmd++ to increase of 0.1em
Actual results:
value is set to `.2.1em`
Expected results:
value is set to `.3em`
Comment 1•10 years ago
|
||
Not reproducing the problem anymore ( .2em is increased to 1.2em )
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•