IPS-LMU / EMU-webApp

The EMU-webApp is an online and offline web application for labeling, visualizing and correcting speech and derived speech data.
http://ips-lmu.github.io/EMU-webApp/
MIT License
51 stars 14 forks source link

firefox: editing labels in hierarchy view cannot be completed by pressing enter #174

Closed MJochim closed 8 years ago

MJochim commented 8 years ago

Steps to reproduce

In Firefox, open hierarchy view, edit a label, press enter.

The hierachy is still in "edit label" mode and doesn't save anything.

MJochim commented 8 years ago

This is because the hierarchy uses the focusin and focusout events to detect whether the user is currently in an edit field or elsewhere. These events are not supported in Firefox [1]. Mozilla have had an open feature request for this since 2011 [2]. But it seems to be currently worked on, at least they discussed a patch in June.

[1] https://developer.mozilla.org/en-US/docs/Web/Events/focusin [2] https://bugzilla.mozilla.org/show_bug.cgi?id=687787