Closed
Bug 1387171
Opened 8 years ago
Closed 8 years ago
Tabbar scrolls when exiting customize mode
Categories
(Firefox :: Theme, defect, P1)
Firefox
Theme
Tracking
()
VERIFIED
FIXED
Firefox 58
People
(Reporter: Oriol, Assigned: daleharvey)
References
Details
(Whiteboard: [reserve-photon-visual][p3])
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
dao
:
review+
Sylvestre
:
approval-mozilla-beta+
|
Details |
1. Use Ctrl+T to create lots of tabs so that the tabbar overflows
2. Click Customize in hamburger menu
3. Click some tab other than the customizing one
Result: the tabbar scrolls so that the clicked tab appears at the right side of the tabbar.
Expected: the tabbar should not scroll.
Pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ecbeb9354c24bac41419cfbd71ce107f86ea4619&tochange=975e4a8c3e3e83af2ac54fa3691861f79186b48f
Updated•8 years ago
|
Whiteboard: [photon-visual][triage]
Updated•8 years ago
|
Whiteboard: [photon-visual][triage] → [reserve-photon-visual][p3]
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P3
Updated•8 years ago
|
Priority: P3 → P4
Updated•8 years ago
|
Flags: qe-verify? → qe-verify+
QA Contact: ovidiu.boca
Assignee | ||
Comment 2•8 years ago
|
||
Ill try seeing whats up with this
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → dharvey
Updated•8 years ago
|
Status: NEW → ASSIGNED
Iteration: --- → 57.3 - Sep 19
Priority: P4 → P1
Assignee | ||
Comment 3•8 years ago
|
||
Bisecting and looks caused by https://reviewboard.mozilla.org/r/163888/diff/3#index_header
Updated•8 years ago
|
Iteration: 57.3 - Sep 19 → ---
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
The change in display property for some reason causes the tab bar to scroll, confusing behaviour for me and seem like it may be a flexbox bug since I cant seen anything from js causing this, but I spent way too long looking and Justin said to not get stuck down obscure rabbit holes, making the border transparent or 0px doesnt cause the reflow + scroll
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8911457 [details]
Bug 1387171 - Prevent tabs scrolling when enter / leaving customise move.
https://reviewboard.mozilla.org/r/182926/#review188142
::: browser/themes/shared/browser.inc.css:39
(Diff revision 1)
> display: -moz-box;
> border-bottom: 1px solid var(--toolbox-border-bottom-color);
> }
>
> :root[customizing] #navigator-toolbox::after {
> - display: none;
> + border-bottom: 0px;
Please use border-bottom-style: none. Thanks!
Attachment #8911457 -
Flags: review?(dao+bmo) → review+
Comment hidden (mozreview-request) |
Pushed by dharvey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8a1fb4e24d18
Prevent tabs scrolling when enter / leaving customise move. r=dao
Comment 9•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Assignee | ||
Comment 10•8 years ago
|
||
Comment on attachment 8911457 [details]
Bug 1387171 - Prevent tabs scrolling when enter / leaving customise move.
Approval Request Comment
[Feature/Bug causing the regression]: Initial implementation of photon tabs (https://bugzilla.mozilla.org/show_bug.cgi?id=1349555)
[User impact if declined]: Confusing behaviour of scrolling tabs when entering / leaving customise mode
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: not yet
[Needs manual test from QE? If yes, steps to reproduce]: make a lot of tabs, then enter / leave customise mode
[List of other uplifts needed for the feature/fix]:
[Is the change risky?]:
[Why is the change risky/not risky?]:
[String changes made/needed]:
Attachment #8911457 -
Flags: approval-mozilla-beta?
Comment 12•8 years ago
|
||
Dale, next time, please fill the following information, they are key for release manager and QE:
[Is the change risky?]:
[Why is the change risky/not risky?]:
Assignee | ||
Updated•8 years ago
|
Attachment #8911457 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 13•8 years ago
|
||
Comment on attachment 8911457 [details]
Bug 1387171 - Prevent tabs scrolling when enter / leaving customise move.
[Feature/Bug causing the regression]: Initial implementation of photon tabs (https://bugzilla.mozilla.org/show_bug.cgi?id=1349555)
[User impact if declined]: Confusing behaviour of scrolling tabs when entering / leaving customise mode
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: not yet
[Needs manual test from QE? If yes, steps to reproduce]: make a lot of tabs, then enter / leave customise mode
[List of other uplifts needed for the feature/fix]:
[Is the change risky?]: Nope
[Why is the change risky/not risky?]: Minor CSS change
[String changes made/needed]:
Attachment #8911457 -
Flags: approval-mozilla-beta?
Comment 14•8 years ago
|
||
Comment on attachment 8911457 [details]
Bug 1387171 - Prevent tabs scrolling when enter / leaving customise move.
Polish photon, taking it.
Should be in 57b4. GTB later today.
Attachment #8911457 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 15•8 years ago
|
||
bugherder uplift |
status-firefox57:
--- → fixed
Comment 16•8 years ago
|
||
I have managed to reproduce this issue using Firefox 57.0a1 (BuildId:20170803134456) by following the steps mentioned in comment 0.
This issue is verified fixed on Firefox 57.0b6 (BuildId:20171005195903) using Windows 10 64bit macOS 10.11.6 and Ubuntu 16.04 64bit.
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•