Changes between Version 3 and Version 4 of Ticket #11145, comment 16
- Timestamp:
- Feb 23, 2015, 3:25:06 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11145, comment 16
v3 v4 7 7 > That would surely regress. We didn't just write that code for fun. 8 8 9 #10144 used something similar to the original. I don't follow your Git repo to know when or what version the selection save/restore code was added or for what purpose. The originaldid support keypress to select and did not flicker the selection when accessing the menu as focus was not called on click so no save/restore was needed.9 The original fix for #10144 prevented the event. I don't follow your Git repo to know when or what version the selection save/restore code was added or for what purpose. The original plugin did support keypress to select and did not flicker the selection when accessing the menu as focus was not called on click so no save/restore was needed. 10 10 11 11 > Keypress on what? Any element in the document?