Open NovemLinguae opened 1 week ago
Hmm, sounds like it's listening to only keydown events. Might have to listen to drop
and paste
events as well.
This is probably a good-first-task then. Just need to find where the .on( 'keydown' )
is, and change it to something like .on( 'keydown', 'paste' )
. It may be in the tag module, or it may be in Morebits.js. It may or may not be related to the select2 element.
How about changing keydown
to input
?
Reported by Kline at https://en.wikipedia.org/wiki/Wikipedia_talk:Twinkle#Twinkle_does_not_update_selections_when_copy-pasting_via_right_click
Steps to reproduce
What happens?
What should happen instead?