Closed Bug 1263975 Opened 8 years ago Closed 8 years ago

Scrolling the tab strip has wild behaviour on a MBP with touchpad

Categories

(Firefox :: Tabbed Browser, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 48
Tracking Status
firefox48 --- fixed

People

(Reporter: jrmuizel, Assigned: mstange)

References

Details

Attachments

(2 files)

It goes very fast from one side to the other. It is for example impossible to scroll by a single tab.

Ideally you could scroll the tab strip pixel by pixel just like other scrollable things.
Is this a recent regression? I can't reproduce on beta...
Flags: needinfo?(jmuizelaar)
I can reproduce this on 45.0.1. It doesn't look like a regression to me.
Nope, we've had this problem for a long time.
Flags: needinfo?(jmuizelaar)
The summary of this bug kinda ends on a cliffhanger. With what?
Flags: needinfo?(jmuizelaar)
Attachment #8740492 - Flags: review?(enndeakin)
Flags: needinfo?(jmuizelaar)
Summary: Scrolling the tab strip has wild behaviour on a MBP with → Scrolling the tab strip has wild behaviour on a MBP with touchpad
I don't think we gain anything from forcing scrolls to line up with the boundaries of the scrolled elements, for any type of scrollbox. I think we should allow pixel scrolling everywhere. There's one case where the decision maybe isn't completely clear, and that's menupopups: On OS X, if you have a native menu with lots of items so that it overflows, the native menu responds to touchpad scrolling by scrolling one item at a time. With this patch, in Firefox, overflowing menus will allow pixel scrolling. I think that's fine.

The patch treats wheel events with deltaMode DOM_DELTA_PAGE as line wheel events. I don't even know if there's a way to produce DOMSDELTA_PAGE wheel events.
Comment on attachment 8740492 [details]
MozReview Request: Bug 1263975 - XUL scrollbox (e.g. the tab bar) should respond to pixel scrolls by pixel scrolling. r?enndeakin

https://reviewboard.mozilla.org/r/45805/#review42967
Attachment #8740492 - Flags: review?(enndeakin) → review+
Oops.
Flags: needinfo?(mstange)
Attached patch test adjustments (deleted) — Splinter Review
The test was testing that we were ignoring the pixel delta and only using the lineOrPageDelta. We're no longer doing that.
This changes the test so that it doesn't really matter which delta is respected.
Assignee: nobody → mstange
Status: NEW → ASSIGNED
Attachment #8741917 - Flags: review?(masayuki)
Attachment #8741917 - Flags: review?(masayuki) → review+
https://hg.mozilla.org/mozilla-central/rev/f46b25846856
https://hg.mozilla.org/mozilla-central/rev/6963c6f6caac
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Depends on: 1251980
Depends on: 1251987
Depends on: 1266596
Maybe not strictly a bug, but this broke two addons which allowed switching tabs by scrolling the mouse wheel over the tabs (Fire gestures and Tab Wheel Scroll).
(In reply to Avi Halachmi (:avih) from comment #14)
> Maybe not strictly a bug, but this broke two addons which allowed switching
> tabs by scrolling the mouse wheel over the tabs (Fire gestures and Tab Wheel
> Scroll).

Please file a followup bug with more details about what broke and ping the assignee of this bug there if there's an API issue?
Flags: needinfo?(avihpit)
I won't file a bug since I don't know if it's a bug. If Markus thinks it's a bug, he can file it.
Flags: needinfo?(avihpit)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: