Also changed the "paste" behavior: prior to jQuery 1.7, event.metaKey mirrored event.ctrlKey (bug), which worked OK for tagit on all platforms. With jQuery 1.7, the current approach needs to be changed: now using "paste" event supported by all major browsers.
Also changed the "paste" behavior: prior to jQuery 1.7,
event.metaKey
mirroredevent.ctrlKey
(bug), which worked OK for tagit on all platforms. With jQuery 1.7, the current approach needs to be changed: now using"paste"
event supported by all major browsers.