Closed Bug 1389177 Opened 8 years ago Closed 8 years ago

Menu highlight shifts when the browser enters to full-screen mode

Categories

(Firefox :: Tours, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1388824
Tracking Status
firefox57 --- affected

People

(Reporter: Abe_LV, Unassigned)

Details

Steps to reproduce: Screen capture: https://testing-1.tinytake.com/sf/MTg2MDgyNF81OTg5NzI1 Steps are taken from: https://bugzilla.mozilla.org/show_bug.cgi?id=1049130#c6 1.) Launch Firefox. 2.) Load the URL: https://www.mozilla.org/ 2.) Open the Web Console (option + command + k). 3.) Paste the following JS snippet to trigger a UITour highlight on appMenu. var event = new CustomEvent('mozUITour', { bubbles: true, detail: { action: 'showHighlight', data: { target: 'appMenu', effect: 'none' } } }); document.dispatchEvent(event); 4.) Press F11 to enter to full-screen mode 5.) Verify the highlight is not shifted Expected results: The highlight should be centered over the icon even in full-screen mode. Actual results: The highlight shifts when the browser enters to full screen
Flags: needinfo?(rexboy)
QA Contact: jwilliams
See Also: → 1388824
This seems like a clear dupe of bug 1388824
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
See Also: 1388824
As Matt said the cause should be the same with bug 1388824. Clearing ni?.
Flags: needinfo?(rexboy)
You need to log in before you can comment on or make changes to this bug.