Closed Bug 1354781 Opened 7 years ago Closed 7 years ago

Filter tab strip scrollbox overflow and underflow events more accurately

Categories

(Firefox :: Tabbed Browser, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 55
Tracking Status
firefox55 --- fixed

People

(Reporter: dao, Assigned: dao)

References

(Blocks 1 open bug)

Details

(Keywords: perf)

Attachments

(1 file)

I haven't seen this myself, but in theory overflow/underflow events could bubble up to <arrowscrollbox> from some anonymous element other than <scrollbox>. This could contribute to bug 1339859 among other things.

We already ignore events originating from tab elements (as of bug 658467), and we can be more explicit here by using event.originalTarget rather than event.target.
Keywords: perf
Comment on attachment 8856086 [details]
Bug 1354781 - Filter scrollbox overflow and underflow events more accurately.

https://reviewboard.mozilla.org/r/128030/#review130574

r=me as the patch looks reasonable, and I assume you have verified locally that this doesn't regress tab overflow. But I would be curious to know which elements were sending these overflow events if it wasn't the tabs (as you say they were already filtered).
Attachment #8856086 - Flags: review?(florian) → review+
(In reply to Florian Quèze [:florian] [:flo] from comment #2)
> Comment on attachment 8856086 [details]
> Bug 1354781 - Filter scrollbox overflow and underflow events more accurately.
> 
> https://reviewboard.mozilla.org/r/128030/#review130574
> 
> r=me as the patch looks reasonable, and I assume you have verified locally
> that this doesn't regress tab overflow.

Yes.

> But I would be curious to know which
> elements were sending these overflow events if it wasn't the tabs (as you
> say they were already filtered).

Me too. Like I said it's just a theory at this point; the patch can be seen as a precautionary measure.
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c0e6cf04adb9
Filter scrollbox overflow and underflow events more accurately. r=florian
https://hg.mozilla.org/mozilla-central/rev/c0e6cf04adb9
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: