Open Bug 1296181 Opened 8 years ago Updated 2 years ago

Fix margin of initial-value in searchbox-panel-listbox

Categories

(DevTools :: Inspector, defect, P3)

defect

Tracking

(firefox48 affected, firefox49 affected, firefox-esr45 affected, firefox50 affected, firefox51 affected)

Tracking Status
firefox48 --- affected
firefox49 --- affected
firefox-esr45 --- affected
firefox50 --- affected
firefox51 --- affected

People

(Reporter: magicp.jp, Unassigned)

Details

Attachments

(2 files)

User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20160817030202

Steps to reproduce:

1. Start Nightly
2. Open DevTools > Inspector
3. Enter "." in inspector-searchbox > searchbox-panel-listbox will be opened
4. Check margin of list items


Actual results:

-moz-margin-start of initial-value is too wide, and opposite is too narrow.


Expected results:

I think ...

[chrome://devtools/skin/tooltips.css]
#searchbox-panel-listbox .autocomplete-item > .initial-value {
  max-width: 130px;
-  -moz-margin-start: 15px;
+  -moz-margin-start: 5px;
}
Has STR: --- → yes
Component: Untriaged → Developer Tools: Inspector
OS: Unspecified → All
Hardware: Unspecified → All
Version: Trunk → unspecified
Attached image example-2.png
>1. Start Nightly
+ Go to about:home
>2. Open DevTools > Inspector
>3. Enter "." in inspector-searchbox > searchbox-panel-listbox will be opened
Enter "#" is better example than "."
>4. Check margin of list items
Inspector bug triage (filter on CLIMBING SHOES).
Priority: -- → P3
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: