Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 4.3.0
-
Fix Version/s: None
-
Component/s: con.oozie
-
Labels:None
Description
In Coordinator editor in oozie app, "#chooseWorkflowDemiModal" is alive from the beginning.
It is faded but acts it's function. When user click the white background of the editor, it changes selected workflow in the coordinator. And even save action succeed.
This faded modal can be shown when workflow get over some counts since this modal's top position is -25%.
I found this is caused by the modal window is added up after ajax call and disabling code is in document ready event of the response. (The view template file of the event is "coordinator_editor.mako" and file of the modal is "common_scheduler.inc.mako".)