Bug #39389
RTE: paste plain does not work in IE9
| Status: | Resolved | Start date: | 2012-07-30 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stanislas Rolland | % Done: | 100% |
|
| Category: | rtehtmlarea | |||
| Target version: | 4.7.5 | |||
| TYPO3 Version: | 4.7 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 0 |
Description
Pasting to plain text in IE9 does not work for me.
Firefox works great, IE8 seems to treat some linebreaks a bit different, but IE9 pastes the "original" text in the htmlarea instance before the layer with the textarea opens.
My setup is this to force pasting plain (copied from a recent post in the rte mailing list):
pageTS
RTE.default.buttons.pastetoggle.setActiveOnRteOpen = 1 RTE.default.buttons.pastetoggle.hidden = 1
userTS
setup.override.rteCleanPasteBehaviour = pasteStructure
Pasting in the textearea-layer then works, and the text is appended to the already inserted "styled" text.
I also tested with a current git checkout, because i saw some IE9 fixes, but this does not seem to have any effect.
Associated revisions
[BUGFIX] RTE: paste as plain text does not work in IE9
Problem: IE9 may be configured to enable clipboard access, but most
users will not know how.
Solution: Use pasting pad.
Change-Id: Id2296600d3f76f50aec139672184b18d6fe50813
Resolves: #39389
Releases: 4.7, 6.0
Reviewed-on: http://review.typo3.org/15497
Reviewed-by: Stanislas Rolland
Tested-by: Stanislas Rolland
[BUGFIX] RTE: paste as plain text does not work in IE9
Problem: IE9 may be configured to enable clipboard access, but most
users will not know how.
Solution: Use pasting pad.
Change-Id: I2f0a03547c91c51e022d6bdd4ed8c91474a08805
Resolves: #39389
Releases: 4.7, 6.0
Reviewed-on: http://review.typo3.org/15639
Reviewed-by: Stanislas Rolland
Tested-by: Stanislas Rolland
History
Updated by Gerrit Code Review 7 months ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/15497
Updated by Stanislas Rolland 7 months ago
- Target version set to 4.7.5
- PHP Version set to 5.3
Please test this change: http://review.typo3.org/15497
Updated by Stanislas Rolland 7 months ago
- Assignee set to Stanislas Rolland
Updated by Gerrit Code Review 7 months ago
Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/15497
Updated by Gerrit Code Review 7 months ago
Patch set 3 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/15497
Updated by Gerrit Code Review 7 months ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15639
Updated by Stanislas Rolland 7 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f1e65e6428ac673b47e0e8971c8c6274fea382ff.