Skip to content
This repository has been archived by the owner. It is now read-only.

Title mode only changes when mouse is over tabs bar #9850

Closed
srirambv opened this issue Jul 3, 2017 · 4 comments
Closed

Title mode only changes when mouse is over tabs bar #9850

srirambv opened this issue Jul 3, 2017 · 4 comments

Comments

@srirambv
Copy link
Collaborator

@srirambv srirambv commented Jul 3, 2017

  • Did you search for similar issues before submitting this one?
    Yes

  • Describe the issue you encountered:
    Title mode only changes when mouse is over tabs bar

  • Platform (Win7, 8, 10? macOS? Linux distro?):
    Windows 10 x64

  • Brave Version (revision SHA):
    master

  • Steps to reproduce:

    1. Build from master
    2. Open a new tab and visit a site
    3. Mouse over URL bar, doesn't change to URL mode from title mode, move mouse back on tabs bar changes to URL mode
  • Actual result:
    Title mode only changes when mouse is over tabs bar

  • Expected result:
    Should change to URL mode when mouse over tabs/URL

  • Extra QA steps:
    1.
    2.
    3.

  • Screenshot if needed:
    title_url

  • Any related issues:

@cezaraugusto
Copy link
Member

@cezaraugusto cezaraugusto commented Jul 3, 2017

setting to 0.19.x to be included together with #9411

@cezaraugusto cezaraugusto added this to the 0.19.x (Developer Channel) milestone Jul 3, 2017
@slug23
Copy link

@slug23 slug23 commented Jul 13, 2017

I see this behavior on MacOS v 0.17.13
When a site updates the title text (to show unread messages for example), the tab title for that page does not update until a mouseover, thereby failing to alert me of changes to that page.

@cezaraugusto
Copy link
Member

@cezaraugusto cezaraugusto commented Jul 26, 2017

this happens because window is draggable and -webkit-app-region cancels mouse events to allow dragging so the mouse enter/mouse leave events never happen for areas that they apply, making the message to show urlbar unreachable for some mouse positions. While all platforms share the same code it seems to be windows-specific.

Chromium archived the issue related to that property and Electron has an issue tagged as wontfix. Needs a workaround so labelling as needs-investigation and OS/windows.

@bsclifton
Copy link
Member

@bsclifton bsclifton commented Sep 7, 2018

Closing in favor of brave/brave-browser#350

@bsclifton bsclifton closed this Sep 7, 2018
@bsclifton bsclifton removed this from the Triage Backlog milestone Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.