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

Long titles make the action buttons flicker #47

Closed
cxw42 opened this issue Sep 13, 2017 · 1 comment
Closed

Long titles make the action buttons flicker #47

cxw42 opened this issue Sep 13, 2017 · 1 comment
Assignees
Labels

Comments

@cxw42
Copy link
Owner

cxw42 commented Sep 13, 2017

because the a.jstree-anchor and the div.tf-action-group are not children of the div.jstree-wholerow, so mouseenter and mouseleave trigger when the mouse moves on and off of the a text and the div icons.

@cxw42 cxw42 added this to In testing in cxw42's worklist Sep 14, 2017
cxw42 pushed a commit that referenced this issue Sep 14, 2017
@cxw42
Copy link
Owner Author

cxw42 commented Sep 14, 2017

A strange one: moving the mouse left-to-right onto the action buttons works fine, but moving the mouse right-to-left onto them makes them nonresponsive even though they do appear. Maybe change the action group to a transparent div over the whole node?

cxw42 pushed a commit that referenced this issue Sep 15, 2017
I think this is close to a solution for #47
cxw42 pushed a commit that referenced this issue Sep 15, 2017
Fixes #47 :) .

Also, fixed right-click rename - context menu was staying open while the
rename happened, and doesn't do that any more.
@cxw42 cxw42 added the bug label Sep 15, 2017
@cxw42 cxw42 self-assigned this Sep 15, 2017
cxw42 pushed a commit that referenced this issue Sep 15, 2017
Fixes #47 :) .  May also make #31 and #38 easier to implement, but I'm
not sure.

Also, fixed right-click rename - context menu was staying open while the
rename happened, and doesn't do that any more.
@cxw42 cxw42 closed this as completed in 14b5141 Sep 18, 2017
@cxw42 cxw42 removed this from In testing in cxw42's worklist Sep 19, 2017
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