Menu

#4934 Shift-click function doesn't seem to apply to all rows

4.4.8
out-of-date
None
Normal
2015-06-04
2015-05-29
No

When in the Insert tab, the tool tip on the MySQL function dropdown says "Shift + CLick on function name to apply to all rows" but I have tried with Firefox and Chrome and can't get it to apply to all rows.

Discussion

  • Madhura Jayaratne

    • assigned_to: Madhura Jayaratne
     
  • Madhura Jayaratne

    Works in Firefox 38 and IE 11. Bug can be reproduced in Chrome 43

     
  • Madhura Jayaratne

    Selection is captured with
    $(document).on('click', "select[name*='funcs']", function (event) { });
    In Chrome, while this correctly captures click events on both select and its options, information on whether the shift key is pressed is only present for the former.

     
  • Madhura Jayaratne

    Shift + Click on a dropdown option is non standard. Browsers do not detect click event on <option> and that is why click event being propagated to <select> is being detected. So, I wonder whether Shift + click is a good choice after all.

     
    • Marc Delisle

      Marc Delisle - 2015-06-02

      We could just remove this minor feature.

       
      • Isaac Bennetch

        Isaac Bennetch - 2015-06-02

        That would be fine by me.

         
  • Madhura Jayaratne

    Ok, I am removing this feature.

     
  • Madhura Jayaratne

    • status: open --> out-of-date