Closed
Bug 1549727
Opened 6 years ago
Closed 6 years ago
The page shifts slightly to the left after dismissing the onboarding modal
Categories
(Firefox :: Messaging System, defect, P1)
Firefox
Messaging System
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | unaffected |
| firefox67 | --- | verified |
| firefox68 | --- | verified |
People
(Reporter: cmuresan, Assigned: rrosario)
References
Details
(Keywords: github-merged)
Attachments
(1 file)
[Affected versions]:
- Firefox Nightly 68.0a1, Build ID 20190507094727
[Affected Platforms]:
- All Windows
- All Mac
- All Linux
[Steps to reproduce]:
- Start the browser with a new profile and navigate to about:welcome.
- Observe the page as you dismiss the modal.
[Expected results]:
- The page remains in the same place.
[Actual results]:
- The page shifts slightly to the left after the modal is dismissed.
[Notes]:
- It looks like this is related to the fact that while the modal is displayed the page does not have a scrollbar. And when the modal is dismissed the page has a scrollbar and this moves all the elements to the left.
- The issue is also reproducible with the "sync" modal.
- Attached a screen recording of the issue: Link.
Comment 2•6 years ago
|
||
In bug 1549714, our fix changed height breakpoint to 760px and width breakpoint to 924px to show scrollbars (and push the modal up slightly). Given that those breakpoints seem somewhat large, should we just always allow the page to be scrolled (and maybe remove the "push up modal" behavior) ?
See Also: → 1549714
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → rrosario
| Assignee | ||
Comment 3•6 years ago
|
||
UX/Aaron gave us the go to always be scrolling.
Comment 4•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Iteration: --- → 68.4 - Apr 29 - May 12
Updated•6 years ago
|
Keywords: github-merged
Priority: P3 → P1
Comment 5•6 years ago
|
||
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
| Reporter | ||
Comment 6•6 years ago
|
||
I have verified that the issue is no longer reproducible on the latest Nightly 68.0a1 (Build ID 20190509033505) on Windows 10x64, Mac 10.14, and Arch Linux 4.14.3.
Status: RESOLVED → VERIFIED
Comment 7•6 years ago
|
||
Marking verified as per bug 1550098 Comment 13 for bugs that were status-firefox68=verified
Updated•6 years ago
|
Component: Activity Streams: Newtab → Messaging System
You need to log in
before you can comment on or make changes to this bug.
Description
•