Changes between Version 1 and Version 2 of Ticket #1844, comment 12
- Timestamp:
- 09/06/19 15:05:51 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1844, comment 12
v1 v2 3 3 Notes and caveats: 4 4 * may trigger clipboard warnings with some browser versions and security settings - so maybe this new feature should be made optional? 5 * tested on Chrome only for now - Firefox isn't working (will look into it )5 * tested on Chrome only for now - Firefox isn't working (will look into it - maybe not allowed from click events?) 6 6 * ideally the code should be modified to use an asynchronous call, to guarantee that the clipboard contents are sent before the click - meh: difficult to read, and may delay the clicks too much 7 * if this approach works well enough, maybe we should use it more so that we can catch weird keyboard shortcuts? (ie: fire the clipboard polling code on every key event? )7 * if this approach works well enough, maybe we should use it more so that we can catch weird keyboard shortcuts? (ie: fire the clipboard polling code on every key event? probably not with Firefox..) 8 8 * I still need to look into the PRIMARY 30 requests per second issue