Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svg.disabled->true = youtube missing controls FF53+ #77

Closed
ZongMan opened this issue Apr 5, 2017 · 11 comments
Closed

svg.disabled->true = youtube missing controls FF53+ #77

ZongMan opened this issue Apr 5, 2017 · 11 comments
Labels

Comments

@ZongMan
Copy link

ZongMan commented Apr 5, 2017

Do you know what section in the user.js would cause the player controls YouTube to break or become missing>

@ZongMan
Copy link
Author

ZongMan commented Apr 5, 2017

/* 2671: disable in-content SVG (Scalable Vector Graphics) (FF53+)

@ZongMan ZongMan closed this as completed Apr 5, 2017
@earthlng
Copy link
Contributor

earthlng commented Apr 5, 2017

Thank you for the report

@crssi
Copy link

crssi commented Apr 5, 2017

@ZongMan, but I have user_pref("svg.disabled", true); and I can't reproduce your problem. Here everything is OK.
Are you sure there is not some other extension you are using that blocks those icon and enabling svg just resolves your specific configuration problem?
I am using FF 52.0.2 x64

@earthlng
Copy link
Contributor

earthlng commented Apr 5, 2017

@crssi that pref is only doing something in FF53+

@crssi
Copy link

crssi commented Apr 5, 2017

OK @earthlng but @ZongMan didn't say nothing about the version of FF he is using.

@ZongMan
Copy link
Author

ZongMan commented Apr 5, 2017 via email

@earthlng
Copy link
Contributor

earthlng commented Apr 5, 2017

Just tested in FF55 nightly and can confirm svg.disabled=true breaks youtube

@ZongMan
Copy link
Author

ZongMan commented Apr 5, 2017

https://github.com/earthlng I thought as much i wasn't going crazy was i man......

Another thing that i just noticed is the team over at portable apps combined there 32-bit and 64-bit apps into one install???? Why they did this i dont know but i dont like it. It just makes more Firefox processes and its rather annoying AND there is no way to use a older version of FFDev portable either, i read a post that says once a new version of "ffdev and only dev" comes out they delete the old one. Ive tested this because i horde Firefox installs of any kind for testing purposes. :/

@earthlng
Copy link
Contributor

earthlng commented Apr 5, 2017

https://sourceforge.net/projects/portableapps/files/Mozilla%20Firefox%20Developer%20Portable/

older versions are still there but they're "online" installers and idk if the older versions download and install older versions of FF or if it's always the latest DevEdition. It's the same for nightly portable btw.

@ZongMan
Copy link
Author

ZongMan commented Apr 5, 2017

https://imgur.com/a/RMTyT they dont install even with Admin privileges tested on FirefoxPortableDeveloper_53.0_Alpha_2_English_online.paf . Its cool knew it wouldn't but just to test it.
From the Portable Apps forum http://portableapps.com/node/55939 Explains this well.

So i guess you will be adding a notation to the master user.js about main issue though for the SVG pref.
We can button this thread up now, we know what issue i was having and how to solve it. Thanks for your support and getting back to me even after i closed the thread sorry i wasn't more specific from the get.

@earthlng
Copy link
Contributor

earthlng commented Apr 5, 2017

ok, thanks for the infos. maybe the dev edition is special. the nightly portable setup I tested, downloads
archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-55.0a1.en-US.win32.installer.exe +
archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-55.0a1.en-US.win64.installer.exe
into a randomly named subfolder of the temp directory (with some other portable-specific stuff, so easy to find) fe. nsdABC1.tmp/Downloaded for the 32bit and /Downloaded-2 for the 64bit.
So I assumed it may be possible to put the files in manually but the archive.mozilla.org/pub doesn't list any DevEdition so maybe this would only work for nightly portable-app "online" setups.

or you could try to copy out the setups after download but before deletion and store them together with your older portable devedition setups.

@earthlng earthlng mentioned this issue Apr 18, 2017
13 tasks
@Thorin-Oakenpants Thorin-Oakenpants changed the title Youtube missing controls. svg.disabled->true = youtube missing controls FF53+ May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

4 participants