Closed
Bug 1367022
Opened 8 years ago
Closed 8 years ago
Question mark icon size should match the spec
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
INVALID
Firefox 55
Tracking | Status | |
---|---|---|
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | affected |
People
(Reporter: hyacoub, Assigned: rickychien)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
90.43 KB,
image/png
|
Details |
[Affected versions]:
Nightly 55.0a1
[Affected platforms]:
Platforms: Ubuntu 16.10
[Steps to reproduce]:
1. Launch Firefox, go to about:config and search for "browser.preferences.search" and set it value to true.
2. Go to "about:preferences".
3. Inspect element "Question mark" icon beside "Firefox/Nightly Support".
[Expected result]:
Question mark icon size should match the spec.
The size should be 14x14 px.
[Actual result]:
Question mark icon size is defferenct than the spec.
The size is 24x24px.
Reporter | ||
Updated•8 years ago
|
Blocks: 1357285
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox55:
--- → affected
Whiteboard: [photon-preference]
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → rchien
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Updated•8 years ago
|
Flags: qe-verify+
Updated•8 years ago
|
Target Milestone: --- → Firefox 55
Assignee | ||
Comment 1•8 years ago
|
||
Hani,
I've confirmed the question mark icon size is correct with 14 x 14 px. (which is background-size: contain in html:a element). The devtools inspector shows the real image size of help-glyph.svg but it's not the computed size.
Unfortunately, I can't figure out how to inspect the displayed image size in devtools inspector. There might be some techniques to get the displayed size via Javascript but it's a little bit complicated. Let's assume background-size: contain works properly so that the image size will fit the height of html:a itself (14px).
I'd like to close this issue but feel free to inform me if you have any question. Thanks!
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(hani.yacoub)
Resolution: --- → WORKSFORME
Reporter | ||
Comment 4•8 years ago
|
||
I wasn't sure if this was the correct way to inspect the size of the question mark icon, i'll mark this as pass in the tests.
And I also couldn't figure out how to verify the question mark icon fill, Firefox support text-area and the distances between "Firefox/Nightly support", "?" and the button left corner as it's indicated the the spec.
Do you know how can I find if they matches the spec?
Flags: needinfo?(hani.yacoub) → needinfo?(rchien)
Whiteboard: [photon-preference]
Assignee | ||
Comment 5•8 years ago
|
||
Good question! Unfortunately, there are a few ruler addons which are able to measure the distances between elements, but they don't work in about:preferences as well as all in-content pages (e.g. about:addons).
Otherwise you can screenshot the browser and then try to match visual spec.
Flags: needinfo?(rchien)
Updated•8 years ago
|
Priority: P1 → --
Whiteboard: [photon-preference]
You need to log in
before you can comment on or make changes to this bug.
Description
•