Closed jayala closed 7 years ago
Confirmed this is still broken in v1.2.1. Also tried dev-master.
UPDATE: It works correctly with IE 11.0.9600.18321. It does NOT work with FixFox 46.0.1. Tried deleting browser and website cache with no luck.
Second UPDATE: Determined the problem only occurs in FireFox when the user presses Enter without exiting the field.
This is STILL a problem with Firefox. It works fine with IE. Any update on a fix? My site will be moving to production in the near future and this is a major concern since it causes loss of data.
Thank you!
kartik/yii-money version 1.2.1 Firefox version 53.0.2 (32-bit) OS: Windows 8.1with all patches
Resolved via updates & enhancements to release v1.2.2. Duplicate to #24, #17, #4.
If you press enter a value and press enter the form is sent, but the value is not saved. This is caused because the value is saved with the blur event. To solve this I made a modification to the keyDown event, by firing blurEvent when enter key is pressed.