-
Notifications
You must be signed in to change notification settings - Fork 975
titleMode does not activate reliably #9410
Comments
|
@cezaraugusto This is still an issue on Windows. Mouse over tabs bar reveals URL bar but when moved quickly goes back to title mode. With mouse outside the window hover back on browser doesn't switch to URL mode and remains in title mode |
Yeah huge issue using windows 10 on my computer |
@srirambv IIRC, because of this issue we set title mode as OFF by default (for new installs). Can you confirm this? |
@bsclifton Yes this is an annoying issue on Windows when title mode is enabled. Both on new profile or on update. In fact it is quite impossible to click in URL when title mode is enabled as the URL mode only comes when the mouse is on tabs bar. Once it moves out of URL bar it switches back to title mode. Only shows for new tabs, existing tabs with pages loaded its impossible to click in URL bar using mouse. Have to use keyboard shortcut. |
Removing milestone as this issue is not release blocking. See above input @cezaraugusto |
I don't have time to look at this so I'm un-assigning me, leaving it open for grabs. For the people interested in solving this bug: We have a CSS property called This is a known bug both in Chromium and Electron but hopefully, some tweaks in urlbar/titemode sizing and elements rearrangements might fix this. The plan is to:
|
also note that this is a Windows-only bug. |
I was trying to take a look at this, but I am not able to reproduce it. I am using Windows 10 x64. |
Aside from edge cases like new tab page, title mode once activated should always be shown when mouse is not over navigation chrome, and be hidden (visible urlbar) when mouse is over it.
Given the above rule, at this moment we have two issues with titleMode:
on macOS
Result:
urlBar is still active
Expected
Given the mouse is not over navigation content, titleMode should be active (urlbar should be hidden)
on Windows
Result:
titleMode is still there, you can't hit urlbar
Expected
Given the mouse is over navigation content, titleMode should be removed (urlbar should be active)
The text was updated successfully, but these errors were encountered: