Closed
Bug 1221173
Opened 9 years ago
Closed 9 years ago
Filter button collision
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1221238
People
(Reporter: aurelien.masfrand, Unassigned)
Details
Attachments
(2 files, 1 obsolete file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20151103004217
Steps to reproduce:
With inspector element, modify css filter, add a filter and open right panel (predefine filter)
Actual results:
Buttons close and label unit of filters are in the same position.
Expected results:
need space between close button and unit label
Watch the attachment file to see this bug.
Severity: normal → minor
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86
Comment 2•9 years ago
|
||
Please provide a minimal, self-contained testcase.
Flags: needinfo?(aurelien.masfrand)
Comment 3•9 years ago
|
||
This affects all branches from 42 to Nightly (45).
Steps to reproduce:
1. Open a web page. I used https://wiki.mozilla.org/
2. Right click a link.
3. Select 'Inspect Element'.
4. In the CSS rules of the Inspector on the right, click below the items of the group to add a new CSS rule for the group.
5. Type "filter:" and select "unset".
6. Click on the icon for the filter.
7. Select "blur" and press "+".
8. Click the icon to open the saved filter sets.
Status: UNCONFIRMED → NEW
Component: Untriaged → Developer Tools: Inspector
Ever confirmed: true
OS: Mac OS X → All
Hardware: x86 → All
Version: 44 Branch → Trunk
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Comment on attachment 8684989 [details] [diff] [review]
make FilterWidget handle "unset", "initial", and "inherit"
Sigh, wrong bug.
Attachment #8684989 -
Attachment is obsolete: true
(In reply to Sebastian H. [:aryx][:archaeopteryx] from comment #3)
Why have you set 'OS: Mac OS X → All' ? I don't see this issue on Win7:
> screenshot: https://dl.dropboxusercontent.com/s/y52ujxg8pyz8o97/screenshot%20-%20Bug%201221173%20-%20Filter%20button%20collision.png?dl=0
Comment 7•9 years ago
|
||
(In reply to arni2033 from comment #6)
> Why have you set 'OS: Mac OS X → All' ? I don't see this issue on Win7:
Because it occurred on all branches on Windows. Now it has been fixed in bug 1221238 on Nightly (45) and Aurora (44).
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(aurelien.masfrand)
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•