Closed
Bug 1155113
Opened 11 years ago
Closed 11 years ago
Regression in rule-view: huge circle background appearing beneath rule when shorthand property is expanded
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(firefox40 verified)
VERIFIED
FIXED
Firefox 40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | verified |
People
(Reporter: pbro, Assigned: mahdi)
References
Details
(Whiteboard: [bugday-20150805])
Attachments
(2 files)
|
75.40 KB,
image/png
|
Details | |
|
1.04 KB,
patch
|
pbro
:
review+
|
Details | Diff | Splinter Review |
STR:
- Use FF40 (nightly, I was using a build of fx-team from this morning),
- Open the following URL: data:text/html,<div style="background:red">test</div>
- Open the inspector
- Select the <div> in the inspector
- In the rule-view sidebar, expand the background short-hand property name
| Reporter | ||
Comment 1•11 years ago
|
||
This comes from the ::before pseudo-element in the span.ruleview-colorswatch in the background-color long-hand property.
It seems like the .ruleview-swatch class is missing there:
.ruleview-swatch {
cursor: pointer;
border-radius: 50%;
width: 1em;
height: 1em;
vertical-align: text-top;
-moz-margin-end: 5px;
display: inline-block;
position: relative;
}
This was recently changed with bug 1055181.
| Reporter | ||
Updated•11 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
| Reporter | ||
Comment 2•11 years ago
|
||
I think we just need to add the "ruleview-swatch" class here:
http://mxr.mozilla.org/mozilla-central/source/browser/devtools/styleinspector/rule-view.js#2724
Mahdi, interested in tackling this small follow-up regression to bug 1055181?
Flags: needinfo?(mdibaiee)
| Assignee | ||
Comment 3•11 years ago
|
||
I remember that I had actually encountered this when I was working on CSS Filter Tooltip but I couldn't reproduce it afterwards. Thanks Patrick!
Flags: needinfo?(mdibaiee)
Attachment #8593315 -
Flags: review?(pbrosset)
| Reporter | ||
Updated•11 years ago
|
Attachment #8593315 -
Flags: review?(pbrosset) → review+
| Reporter | ||
Updated•11 years ago
|
Keywords: checkin-needed
Updated•11 years ago
|
Assignee: nobody → mdibaiee
Status: NEW → ASSIGNED
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 40
Updated•10 years ago
|
QA Whiteboard: [good first verify]
Comment 7•10 years ago
|
||
Successfully reproduce this bug on Firefox nightly 40.0a1 (2015-04-16)(20150416030209) as comment "0" on windows 7, 64 bit
Found this bug fixed on latest beta 40.0 (20150730171029)
(Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0)
QA Whiteboard: [good first verify] → [good first verify] [bugday-20150805]
Comment 8•10 years ago
|
||
Successfully reproduce the bug in Nightly 40.0a1 (2015-04-16) (Build ID: 20150416030209) on Linux x64
This Bug is now verified as fixed on Latest Firefox Beta 40.0b9
Build ID: 20150804131237
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0
As it is also verified on Windows (Comment 7), Marking it as verified!
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•