Author Topic: Right click with selection  (Read 2558 times)

knobbs

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 8
    • View Profile
Right click with selection
« on: February 19, 2016, 12:39:50 am »
Is there a way to stop the right click from clearing the current selection?  I have a context menu with copy/paste available, but in order to keep the selection the user has to hold the shift key while right clicking.  I would like to keep the current selection so that the context menu knows what to copy.

Thanks

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Right click with selection
« Reply #1 on: February 19, 2016, 11:33:14 am »
It has been corrected in the upcoming version 3.3.0 so that right click doesn't clear the existing selection. It would be released and available for download in few days.

For v3.2.0, it can be fixed with this patch: http://jsfiddle.net/adn8yfkg/1/
« Last Edit: February 19, 2016, 11:36:28 am by paramquery »

knobbs

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Right click with selection
« Reply #2 on: February 25, 2016, 10:17:15 pm »
Thank you, the patch works perfectly.