-
Notifications
You must be signed in to change notification settings - Fork 49
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
Not working with fullscreen Netflix #466
Comments
Possibly a z-index issue? |
I think the issue here is that the fullscreen API works by taking a specific element and making it occupy the whole screen. However, the Rikaichamp popup window is attached as a child of the document root element so it will be excluded from full-screen. In order to fix this I think we'd need to:
Even then I'm not entirely sure it would work. I think it would be worth trying, however, since Netflix is a pretty worthwhile usecase. |
I went to look at this today but for me Netflix is rendering subtitles using images. Specifically I see the following structure for the subtitle content: @Orzelius Has this changed for you too? Or is there some setting I need to tweak? |
@birtles sorry for late reply, but I was using an extension to render subtitles as text. The problem still exists for the text displayed in the UI. |
same here but on animelon seems to just not like full screen? |
What's the name of the extension to render subtitles as text? |
I think getting the popup to show in fullscreen should be possible but if it's not useful for reading subtitles it's probably not worth it. |
I think it's this one https://addons.mozilla.org/en-US/firefox/addon/subadub/ |
Like the title says, the popup isn't visible on full screen Netflix. Works with youtube though.
Example: (working when not full screen and when full screen the popup is not displayed)
![sub](https://user-images.githubusercontent.com/33936483/101726195-b7635300-3aba-11eb-8409-884f3baf0f56.gif)
The text was updated successfully, but these errors were encountered: