Tui.image-editor: Load Button in Image editor UI does not work/function in Firefox browser

Created on 30 Jan 2019  路  3Comments  路  Source: nhn/tui.image-editor

Version

v3.3.0

Development Environment

Mozilla Firefox, Window 7 OS

Current Behavior

Doesnt throw an error or bug when its clicked in Mozilla browser.
Usually load button works in other browsers.
Even in the demo page the load button isnt working.
http://nhnent.github.io/tui.image-editor/latest/tutorial-example01-includeUi.html

Expected Behavior

Working load funcion

Thank You.

Bug

All 3 comments

I'm getting a TypeError: e is null error around tui-image-editor.min.js:8:25404 whenever I click the Load button in FF65.

I can confirm this issue. In Firefox v65.0 (64-bit) load button not working. The issue occurs because the input file is used inside button tag which is not a valid HTML. Changing into div tag fixed issue for me.

@arifhussain353
Thanks. I'll fix this right away.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RadhikaMayani picture RadhikaMayani  路  6Comments

Aleczhang1992 picture Aleczhang1992  路  3Comments

lightway82 picture lightway82  路  5Comments

zhaoyuhang1033 picture zhaoyuhang1033  路  3Comments

mbasirati picture mbasirati  路  3Comments