-
-
Notifications
You must be signed in to change notification settings - Fork 544
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
Transparent top bar stops working when scroll #2069
Comments
Appearance -> header -> Transparent doesnt work at all for me in Vivaldi |
thank you! @joaolscosta |
This commit resolves issue code-charity#2069, where the transparent top bar would lose its transparency effect upon scrolling. The issue was addressed by removing unnecessary icons and adjusting opacity settings to maintain the desired transparent appearance even during scrolling.
… scroll." This reverts commit 4a9ac6c.
This commit resolves issue code-charity#2069, where the transparent top bar would lose its transparency effect upon scrolling. The issue was addressed by removing unnecessary icons and adjusting opacity settings to maintain the desired transparent appearance even during scrolling.
This commit resolves issue code-charity#2069, where the transparent top bar would lose its transparency effect upon scrolling. The issue was addressed by removing unnecessary icons and adjusting opacity settings to maintain the desired transparent appearance even during scrolling.
Hi in the last few days i worked in this issue very hard and i think user deserve to have a better experience with the transparent top bar than that. I totally respect your work and the point is there but check my last commit "51cb3b6" and see what i did. |
I just checked if my fix didnt work and it doesnt! when google puts
It wasnt doing this frosted-glass when I was sending my last patch :| joaolscosta so you want icons hidden until scrolling up?
bug: doesnt need 4 scroll listeners, can be combined into 1
there is an option for that, no need to force users into your preference :)
there is also "Settings > Developer options > CSS" for user personal preferences
you have a few doubled lines there, and double declarations EDIT: how about hidden until hover over? that wouldnt require any additional javascript at all :-) We could modify Appearance >Header
menu from switch buttons to normal|hover|hidden like the Position setting |
@ImprovedTube I have conflicts in the PR i've opened and somewhy i can't fix them here. Can you accept both changes (mine and the new code conflicted) ? |
Hi! I just followed what @ImprovedTube recommended me to do a few comments before. I've tested a lot of combined features of this extension and did not have any crash. It isn't my preference. I've tried to using hidden until over but not succesfully and if it is there a file where i can do the same in js why not? Thanks for your comment!!!! |
the crash is contained in the event handler. Open devtools, disable it-header-transparent, scroll
option as in new entry in https://github.com/joaolscosta/youtube/blob/154a8416b7b62e4bbdcdc896598d69741c928092/menu/skeleton-parts/appearance.js#L50
|
… Fixed reviewer notes.
… Fixed reviewer notes.
? |
This commit resolves issue code-charity#2069, where the transparent top bar would lose its transparency effect upon scrolling. The issue was addressed by removing unnecessary icons and adjusting opacity settings to maintain the desired transparent appearance even during scrolling. It also have modifications that admin requested to.
This commit resolves issue code-charity#2069, where the transparent top bar would lose its transparency effect upon scrolling. The issue was addressed by removing unnecessary icons and adjusting opacity settings to maintain the desired transparent appearance even during scrolling. It also have modifications that admin requested to.
This commit resolves issue code-charity#2069, where the transparent top bar would lose its transparency effect upon scrolling. The issue was addressed by removing unnecessary icons and adjusting opacity settings to maintain the desired transparent appearance even during scrolling. It also have modifications that admin requested to. Removed the filter top bar of the main page.
This commit resolves issue code-charity#2069, where the transparent top bar would lose its transparency effect upon scrolling. The issue was addressed by removing unnecessary icons and adjusting opacity settings to maintain the desired transparent appearance even during scrolling. It also have modifications that admin requested to. Removed not necessary lines.
This commit resolves issue code-charity#2069, where the transparent top bar would lose its transparency effect upon scrolling. The issue was addressed by removing unnecessary icons and adjusting opacity settings to maintain the desired transparent appearance even during scrolling. It also have modifications that admin requested to. Added an alternative choice in apperance to this transparent header.
…orking-when-scroll-bug-fix-2069 Fix #2069: Transparent top bar stops working when scroll.
Bug Report:
⚬ BUG: When i activate transparent top bar in Appearance it changes firstly but when we scroll it just becomes default again.
⚬ HOW: When i activate transparent top bar in Appearance it changes firstly but when we scroll it just becomes default again.
More / optionally:
/ ⚬ Expected /preferred behavior: When we scroll it should continue transparent instead of the default grey bar.
⚬ Browser: Firefox
⚬ Settings: Appearance -> header -> Transparent
⚬ OS: Arch Linux
⚬ Device: Huawei Matebook D14
transparent_header.webm
I can fix this issue!
The text was updated successfully, but these errors were encountered: