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:
- Start an Inline Timing Function Editor
- Make the function invalid, like
cubic-bezier(1.000001, 0, 0, 0)
- Make it valid again
- Make some other valid changes (like deleting the additional zeros) while the fadeout is still running
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
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.hintobject 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