Closed
Bug 1045016
Opened 11 years ago
Closed 9 years ago
Pin and Remove tile icons are always displayed
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: noni, Unassigned)
Details
Attachments
(1 file)
1.02 MB,
image/png
|
Details |
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0
Reproducing on latest Nightly, build ID: 20140727030204
STR:
1. Open Firefox
2. Open a new tab
3. Observe the tile grid.
Expected Results:
The tile grid is correctly displayed, the icons (pin and remove tile) are displayed on each tile when hovered.
Actual Results:
The pin and remove tile icons are always displayed.
Reproduced on my Microsoft Surface Pro 2 device so this might be a hi-DPI issue as I could not reproduce it on other computer.
Also reproduces using a Clean Profile and Safe Mode.
Reporter | ||
Comment 1•11 years ago
|
||
Updated•10 years ago
|
Flags: firefox-backlog?
Updated•10 years ago
|
Flags: firefox-backlog? → firefox-backlog+
Updated•10 years ago
|
Flags: qe-verify?
http://mxr.mozilla.org/mozilla-esr38/source/browser/base/content/newtab/newTab.css#283
> 283 @media (-moz-touch-enabled) {
> 284 .newtab-control {
> 285 opacity: 1;
> 286 }
> 287 }
This is intentionally, due to @media property for touch devices. I don't know if "Microsoft Surface Pro 2" is one. If it is, then this bug should be marked as "resolved invalid"
Flags: needinfo?(cornel.ionce)
Summary: Pin and Remove tile icons are always displayed on HiDPI → Pin and Remove tile icons are always displayed
Reporter | ||
Comment 3•9 years ago
|
||
This must be it, the MS Pro 2 is a touch device.
I've updated it to Windows 10 and still that behavior.
Closing as Invalid.
Thank you!
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: qe-verify?
Flags: qe-verify-
Flags: needinfo?(cornel.ionce)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•