Changes between Version 6 and Version 11 of Ticket #11503
- Timestamp:
- Mar 28, 2014, 8:59:55 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11503
- Property Cc wim.leers@… added
-
Ticket #11503 – Description
v6 v11 2 2 3 3 1. Integration with styles applicable to widgets. See #11297. 4 2. Disabling ACF in body of some widgets - e.g. mediaembed. See #1 0925.4 2. Disabling ACF in body of some widgets - e.g. mediaembed. See #11737 and #10925. 5 5 3. Filtering pasted widgets. See #11115. 6 6 … … 36 36 But of course for now we'll need just one of these flags, so only one should be implemented. 37 37 38 Ticket: #11737. 39 38 40 3. Filtering pasted widgets. It's not possible to filter widget's upcasted version - only its source version can be filtered. If we had full control over clipboard we could downcast selected data on cut/copy and then filtering on paste would work like filtering on data load. Unfortunately, we don't have full control over clipboard and won't have even after #11437, because of IEs. 39 41