|
|
|
|
|
by photonthug
711 days ago
|
|
> maintains its own selection state This is the real bug. Why is it not global? Probably related to how if you go to google, leave the browser for terminal or ide, you still get a google hover text that brands everything else on your desktop depending on where your mouse was when you left the browser. |
|
The bug appears to be a race condition in how the state of which content process has the most recent selection is synchronized with the UI process. The patch at the end of the bug report changes it so that when the user unloads a page no message is sent to delete that state. Instead, only whatever page gets loaded or switched to next will send a message to replace the state. This should eliminate the problem.
Left–over tooltips are a completely different kind of problem.