-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] [BezierEditor] Fix fadeout issue #6549
Comments
Comment by redmunds
|
Comment by MarcelGerber
|
Comment by njx
|
Comment by peterflynn I always just copy-paste the branch name from the top of the PR into the terminal, personally :-) Or you can click the "command line" link at bottom (next to the merge button) and copy the full command line to the clipboard in 1 click... |
Comment by redmunds Looks good. Merging. |
Issue by MarcelGerber
Wednesday Mar 19, 2014 at 14:03 GMT
Originally opened as adobe/brackets#7248
Steps to reproduce the issue, introduced by #7235:
cubic-bezier(1.000001, 0, 0, 0)
Result: The hint is immediately hidden
Expected: The fadeout should continue
This PR makes the code a bit cleaner (using
editor.hint
object for everything that has to do with the hint) and uses.hide()
, suggested by@
zaggino.MarcelGerber included the following code: https://github.com/adobe/brackets/pull/7248/commits
The text was updated successfully, but these errors were encountered: