NicolasCARPi / jquery_jeditable

jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
https://jeditable.elabftw.net
MIT License
1.74k stars 459 forks source link

Active class stays there when hitting enter in Firefox #145

Closed rahmathm1 closed 6 years ago

rahmathm1 commented 9 years ago

Active class which is added when focused, is not removed when jEdittable is closed by hitting enter.

Steps to reproduce:

  1. Open jEditable in Firefox
  2. Click and activate on the jEditable
  3. Close jEdittable by hitting Enter key
  4. Observe the behavior in console Expected result: Active class should be removed from the element Actual result: Active class is not removed from the element. issue
NicolasCARPi commented 6 years ago

Hello,

I cannot reproduce this behavior. Closing.