Closed Bug 1642973 Opened 6 years ago Closed 6 years ago

Can't disable fullscreen animation

Categories

(Core :: DOM: Core & HTML, defect)

77 Branch
defect

Tracking

()

RESOLVED INVALID
Tracking Status
firefox77 --- wontfix
firefox78 --- wontfix
firefox79 --- wontfix

People

(Reporter: emhbuy, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0

Steps to reproduce:

full-screen-api.transition-duration.enter = 0
full-screen-api.transition-duration.leave = 0
full-screen-api.transition.timeout = 0

F11

Actual results:

The toolbar slowly fades away.

Expected results:

Instant transition into full screen. Worked prior to v77.

Hi, emhbuy!

Thanks for your contribution!

I could reproduce the described behavior in:

Windows 10 Pro (64-bit)
Firefox Nightly 79.0a1 (2020-06-12) (64-bit)
Firefox 77.0 (64-bit)

I'm not sure if the changes made in about:config are related or if it is expected behavior but I'll add product and component to this issue to keep on track.

Regards,

Status: UNCONFIRMED → NEW
Component: Untriaged → DOM: Core & HTML
Ever confirmed: true
Product: Firefox → Core

dao, is this by design or regressed by bug 1632166 even though the patch there looks like it shouldn't regress this?

Severity: -- → S4
Flags: needinfo?(dao+bmo)

(In reply to emhbuy from comment #0)

Actual results:

The toolbar slowly fades away.

Expected results:

Instant transition into full screen. Worked prior to v77.

Did you have toolkit.cosmeticAnimations.enabled = false set? If so, we now honor prefers-reduced-motion instead: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion#User_preferences

Flags: needinfo?(dao+bmo)

(In reply to Dão Gottwald [::dao] from comment #3)

(In reply to emhbuy from comment #0)

Actual results:

The toolbar slowly fades away.

Expected results:

Instant transition into full screen. Worked prior to v77.

Did you have toolkit.cosmeticAnimations.enabled = false set? If so, we now honor prefers-reduced-motion instead: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion#User_preferences

I do have toolkit.cosmeticAnimations.enabled = false set and still see the fullscreen animation.

As I said we don't support that pref anymore.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID

(In reply to Dão Gottwald [::dao] from comment #5)

As I said we don't support that pref anymore.

Sorry, I misunderstood. I was able to use the settings in your link and I have successfully disabled the fullscreen animation.

You need to log in before you can comment on or make changes to this bug.