Skip to content
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

Tooltips do not disappear #77

Open
markgeraty opened this issue Aug 6, 2015 · 2 comments
Open

Tooltips do not disappear #77

markgeraty opened this issue Aug 6, 2015 · 2 comments
Labels

Comments

@markgeraty
Copy link
Member

If you type while an author tooltip is displayed over the timestamps, the tooltip will not go away when you move the mouse.

To recreate:

  1. Click a line in the editor to put your cursor there
  2. Hover over one of the timestamps in the editor so that the author's name displays
  3. Type
  4. Now move your mouse off of the timestamp
  5. The tooltip stays
@markgeraty markgeraty added the bug label Aug 6, 2015
@markgeraty
Copy link
Member Author

This is also especially bad during a replay! While the replay is happening, just hover up and down the timestamp column, and tooltips show up and never disappear.

@markgeraty
Copy link
Member Author

It looks like bootstrap has an issue where, if an element is removed while the tooltip is shown, the tooltip won't go away. I think this explains our case, as we redraw the timestamps when the document changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant