Closed Bug 1683996 Opened 4 years ago Closed 4 years ago

GitHub actions mousewheel scrolling zooms out too fast after bug 1392460

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P3)

defect

Tracking

()

RESOLVED INVALID
Tracking Status
firefox-esr78 --- unaffected
firefox84 --- disabled
firefox85 --- disabled
firefox86 --- affected

People

(Reporter: emilio, Unassigned)

References

(Regression)

Details

(Keywords: regression)

If you go to https://github.com/rust-lang/rust-bindgen/actions/runs/439571874, expand the 30 jobs, and use the mousewheel, on release you see a somewhat nice zooming, but on Nightly we zoom out all the way because of bug 1392460.

It seems Chrome behaves this way though, so it might be either:

  • Intended behavior on GitHub's side (odd but ok I guess?)
  • GitHub didn't test this particular thing in Chromium browsers?

Karl, do you know if we have a contact there to check? In order to keep the Firefox behavior they can look at the event.deltaMode before looking at the event.delta* values at least...

Flags: needinfo?(kdubost)

Emilio, we do not have specific contact but they are usually pretty responsive on https://support.github.com/contact

Flags: needinfo?(kdubost)

Set release status flags based on info from the regressing bug 1392460

Severity: -- → S3
Priority: -- → P3

bug 1392460 changed the pref only for nightly, so beta and release aren't affected.

Just following up again as people have trickled back post-holidays! So the Actions folks had a chance to take a look at the report and confirmed that this mouse wheel behavior is indeed intended.

Alright, whatever then :)

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.