Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
-
Empty show more show less
Description
Multiple fixes for UI errors reported by the clients.
- Fix for error when switching customer in add task window and quickly closing the window with esc key. (me.selectedCustomersConfigStore is null)
- Fix for error when "segment qualities" are still loading but the user already left/close the task. (this.getMetaFalPosPanel() is undefined)
- Right clicking on disabled segment with spelling error leads to an error. (c is null_in_quality_context.json)
- Applying delayed quality styles to segment can lead to an error in case the user left the task before the callback/response is evaluated.