jQueryAutocompletePlugin icon indicating copy to clipboard operation
jQueryAutocompletePlugin copied to clipboard

Prevent IE 11 from using document.selection

Open shanekenney opened this issue 10 years ago • 3 comments

For IE 11, document.selection is no longer supported. See http://msdn.microsoft.com/en-us/library/ie/ms535869(v=vs.85).aspx for details.

Updated condition so IE 11 uses selectionStart and selectionEnd similar to Chrome and Firefox.

Versions of IE < 11 are unaffected.

image

shanekenney avatar Mar 21 '14 02:03 shanekenney

@shanekenney you just saved my day. it would be great to see that merged.

YurySolovyov avatar May 11 '15 12:05 YurySolovyov

It’s clear I’ve not had the disposition to maintain this repository. @shanekenney, would you be interested in being added as a collaborator to this project?

agarzola avatar May 11 '15 14:05 agarzola

Very good PR

toannh0104 avatar May 17 '17 03:05 toannh0104