night / betterttv

BetterTTV enhances Twitch with new features, emotes, and more.
https://betterttv.com
Other
1.21k stars 267 forks source link

Unable to Access BTTV Settings Menu #4684

Closed thenikster1 closed 3 years ago

thenikster1 commented 3 years ago

When I enter the Settings menu on Twitch, I am unable to click on the Betterttv settings menu. I have uninstalled and reinstalled the Betterttv extension, restarted Chrome, etc... but it still does not work. I can click on every other item in the Twitch settings menu except the BetterTTV settings. This began when I was logged out of Twitch and logged back in recently.

Screen Shot 2021-07-20 at 9 41 51 AM
dclstn commented 3 years ago

Can you open the console, and see if you're recieving an error?

thenikster1 commented 3 years ago

No there's no error, I just click on the BetterTTV Settings and nothing happens.

On Tue, Jul 20, 2021 at 10:13 AM Donnie @.***> wrote:

Can you open the console, and see if you're recieving an error?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/night/betterttv/issues/4684#issuecomment-882998148, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU46P2PFXL5M6QO5FY72BYLTYTLVFANCNFSM5AUZQ4XA .

-- Nicole S.

bkmak commented 3 years ago

Is your video player in Theatre Mode when you attempt this? I was able to replicate this by going into Theatre Mode.

Steps to reproduce:

  1. Select "Theatre Mode" on the video player.
  2. Select "Chat Settings" and then "BetterTTV Settings".
  3. Nothing happens.
  4. Select "Exit Theatre Mode" on the video player.
  5. BetterTTV settings menu suddenly appears.

This is with version 7.3.2, using the Chrome browser. The issue was probably introduced when the settings menu was redesigned.

bkmak commented 3 years ago

@night Possible fix:

Change z-index here from 1050 to 3000. Any number lower than 3000 will not show the settings menu while the video player is in Theatre Mode.

.bttv-rs-modal-wrapper { position: fixed; overflow: auto; z-index: 1050; top: 0; bottom: 0; right: 0; left: 0; }

dclstn commented 3 years ago

4685 should resolve this issue

thenikster1 commented 3 years ago

Yes! That solved it! Thank you so much!

On Wed, Jul 21, 2021 at 3:44 AM bkmak @.***> wrote:

Is your video player in Theatre Mode when you attempt this? I was able to replicate this by going into Theatre Mode. When I select "BetterTTV Settings", nothing initially happens. When I take the video player off of Theatre Mode, the settings menu then suddenly appears.

This is with version 7.3.2. It might be a bug with the new settings menu design,

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/night/betterttv/issues/4684#issuecomment-883648174, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU46P2MEJJLOWV6VMLPJS5LTYXGZNANCNFSM5AUZQ4XA .

-- Nicole S.

night commented 3 years ago

fixed via dbe1dcb5bbf7760c2f4bb8635bf72f3047e3eb42

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues or feature requests.