Closed
Bug 994488
Opened 12 years ago
Closed 11 years ago
Canceling editing of a css property doesn't visually revert the styling change
Categories
(DevTools :: Inspector, defect)
Tracking
(firefox30 ?, firefox31 affected, firefox32 ?, firefox33 ?)
People
(Reporter: kibaurufu, Unassigned)
Details
(Whiteboard: regression?)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0 (Beta/Release)
Build ID: 20140409030203
Steps to reproduce:
1. Go to http://mozilla.org/
1. Open the Dev tools and inspect the div#outer-wrapper.
2. Begin editing the background value for the .sand #outer-wrapper style rule
3. Change the value from the two images and color to just #0F0
4. Wait for the page to dynamically show the value change
5. Cancel editing the value by hitting [ESC]
Actual results:
The background for body visually stays green while the css property shows the correctly reverted value.
Expected results:
The background for body should have visually reverted back to the original value
| Reporter | ||
Updated•12 years ago
|
Component: Untriaged → Developer Tools: Inspector
Comment 1•12 years ago
|
||
Confirmed in Nightly 31.0a1.
Status: UNCONFIRMED → NEW
status-firefox31:
--- → affected
Ever confirmed: true
Whiteboard: regression?
| Reporter | ||
Comment 2•12 years ago
|
||
Minor update, but I tested on linux x64 and windows x64 with the latest builds and the bug is present on both systems.
OS: Mac OS X → All
Hardware: x86 → All
| Reporter | ||
Comment 3•12 years ago
|
||
Also noticed that the current release (Firefox 30) is affected by this bug, along with the Firefox 33 & 32
| Reporter | ||
Comment 4•11 years ago
|
||
This is now working again in Firefox 34.0a1 and Aurora (Firefox 33.0a2). Marking as Resolved - WFM
Status: NEW → RESOLVED
Closed: 11 years ago
QA Whiteboard: [bugday-20140820]
Resolution: --- → WORKSFORME
Whiteboard: regression? → regression?
Comment 5•11 years ago
|
||
I can confirm this is working in Linux Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Status: RESOLVED → VERIFIED
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•