Changes between Initial Version and Version 1 of Ticket #28272, comment 25
- Timestamp:
- 01/24/2015 08:22:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28272, comment 25
initial v1 1 Thank syou for the pull request @valendesigns. I'm not sure if a potential fix for TinyMCE should be added to Quirks.js or not, but if it should, it should be targeted at all browsers. Your patch would only work for IE and WebKit as far as I can see. That file is mainly meant to fix browser specific issues with contenteditable.1 Thank you for the pull request @valendesigns. I'm not sure if a potential fix for TinyMCE should be added to Quirks.js or not, but if it should, it should be targeted at all browsers. Your patch would only work for IE and WebKit as far as I can see. That file is mainly meant to fix browser specific issues with contenteditable. 2 2 3 3 We can try to fix this in WordPress though, and such a fix could also be used for captions. Attaching a patch now. The patch would also fix copy/paste, not just drag and drop.