mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #93] Unresponsive after back in focus #66
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mefjush on GitHub (Feb 25, 2017).
Original GitHub issue: https://github.com/mthenw/frontail/issues/93
How to reproduce:
(Tested on Chrome 56.0.2924.87 on Mac OS)
It looks like Tinycon needs a lot of cpu time to execute setBubble (and it's invoked for each new line).
As a temporary bypass I've used this hack:
@mthenw commented on GitHub (Feb 27, 2017):
Thanks for info. I will looks into it.
@mthenw commented on GitHub (Feb 27, 2017):
Hey,
I've just publish v4.0.2. Please check and let me know if this issue still occurs.
@mefjush commented on GitHub (Feb 28, 2017):
Yup. That solves the problem. Thanks.