-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
[Floorp] Vertical Tab Bug #766
Comments
Okay. Is there a binary that can be reproduced? (Should I download version v11.2.0 and test it?) |
It's possible that v11.2.0 is reproducible, but we'll be handing out a reproducible build tomorrow on Daylight channel, as it includes the temporary fixes we made. |
More info: https://twitter.com/Naporitansabu/status/1697778469093167457?s=20 Newtab button's view bug is fixed by Floorp Injection /* Lepton injection */
#tabs-newtab-button .toolbarbutton-icon[class] {
padding: 0px !important;
}
#tabs-newtab-button[class]::before {
opacity: 0 !important;
} |
Build is finished. https://github.com/Floorp-Projects/Floorp/releases/tag/beta |
First, I found the cause. Firefox-UI-Fix/css/leptonChromeESR.css Lines 4198 to 4202 in cc24b33
However, considering that the commit is last year, it is speculated that there is a problem with the Firefox version update. What is certain is that if there is an overflow property( As a temporary solution, you can use the following code: #tabbrowser-tabs[orient="vertical"] {
--tab-block-margin: 4px !important;
} |
Thank you very much. I appreciate it. I am very unfamiliar with the CSS area in Gecko. so your advice is helpful. I will try to provide an update using a temporary fix. |
I've documented it a little bit, but there are a lot of pitfalls besides. 😿 |
Don't worry about it. Floorp is still small, so as long as it supports Firefox with a much larger user base, nothing will go wrong. Thank you for your approach 💛 |
For now, I also reflected it, and I added a small code to make the height the same as before. I found one more hidden reproduction condition. |
Describe the bug
Lepton 8.0.0 or previous breaks Floorp's verticaltab.
Not show newtab icon & cannot scroll tab.
I tried to fix it, but it seemed to return depending on the environment, so I gave up.
NOTE: Not found at Photon UI or Proton FIx
We carry on research about this problem
Expected behavior
Not show tab scroll button & show newtab button
Screenshots
OS
Windows 11
OS - Others
No response
Firefox Version
115.2.0
Distribution
Theme
Theme - More Info
No response
user.js
setupuser.js
setupAdditional context
If you have any other information I would be happy to provide it.
During this time, there is no problem as Floorp provides Photon as the default.
The text was updated successfully, but these errors were encountered: