OSDN Git Service

prevent behind the choice would be cleared.
authorakrstjp <akrst@users.osdn.me>
Sun, 6 Mar 2016 03:57:40 +0000 (12:57 +0900)
committerakrstjp <akrst@users.osdn.me>
Sun, 6 Mar 2016 03:57:40 +0000 (12:57 +0900)
app/views/quick_edit_issues/_input_dialog.html.erb

index 75eeef8..b4c8766 100644 (file)
      open: quick_edit_input_dialog_open,
      close: quick_edit_input_dialog_close
   });
+  $("#quick_edit_input_dialog").click( function(e) { e.stopPropagation(); } );
   $("#quick_edit_input_dialog #edit-page #new_value").focus();
   quick_edit_log("input_dialog open. size=<%=dialog_size[0]%>,<%=dialog_size[1]%>");
 //]]>