[4.1] TinyMCE option to initially paste text without formatting#36328
Merged
bembelimen merged 10 commits intojoomla:4.1-devfrom Jan 10, 2022
Merged
[4.1] TinyMCE option to initially paste text without formatting#36328bembelimen merged 10 commits intojoomla:4.1-devfrom
bembelimen merged 10 commits intojoomla:4.1-devfrom
Conversation
Contributor
Member
Author
|
Sure, because this is not a view where you can do an override. So the only way is to add new options. Pasting text is especially helpful when you have a forum or ticket tool, where users paste blindly any kind HTML into the form. |
Contributor
|
I think this option is very useful, but I guess 4.1 as it's a feature? |
Member
Author
|
I would more say it is an enhancement |
Member
Author
|
Ok, changed to 4.1. |
Contributor
|
I have tested this item ✅ successfully on 2c00ed6 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36328. |
Contributor
|
I have tested this item ✅ successfully on db16d2d This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36328. |
1 similar comment
Contributor
|
I have tested this item ✅ successfully on db16d2d This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36328. |
Contributor
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36328. |
Member
Author
|
@bembelimen the System tests errors are not related to this pr |
Contributor
|
Thx |
Kostelano
added a commit
to JPathRu/localisation
that referenced
this pull request
Jan 22, 2022
joomla/joomla-cms#30522 + joomla/joomla-cms#32223 + joomla/joomla-cms#31675 + joomla/joomla-cms#35378 + joomla/joomla-cms#35612 + joomla/joomla-cms#35715 + joomla/joomla-cms#35610 + joomla/joomla-cms#35607 + joomla/joomla-cms#35788 + joomla/joomla-cms#35647 + joomla/joomla-cms#35143 + joomla/joomla-cms#36135 + joomla/joomla-cms#35998 + joomla/joomla-cms#36173 + joomla/joomla-cms#36212 + joomla/joomla-cms#36208 + joomla/joomla-cms#36206 + joomla/joomla-cms#36205 + joomla/joomla-cms#36203 + joomla/joomla-cms#36192 + joomla/joomla-cms#36191 + joomla/joomla-cms#36228 + joomla/joomla-cms#36211 + joomla/joomla-cms#36271 + joomla/joomla-cms#36270 + joomla/joomla-cms#36245 + joomla/joomla-cms#36294 + joomla/joomla-cms#36244 + joomla/joomla-cms#36242 + joomla/joomla-cms#36296 + joomla/joomla-cms#36190 + joomla/joomla-cms#36474 + joomla/joomla-cms#36297 + joomla/joomla-cms#36480 + joomla/joomla-cms#36479 + joomla/joomla-cms#36551 + joomla/joomla-cms#36366 + joomla/joomla-cms#36589 + joomla/joomla-cms#36583 + joomla/joomla-cms#36328 + joomla/joomla-cms#36515 + joomla/joomla-cms#36555 + joomla/joomla-cms#36653 + joomla/joomla-cms#36660 + joomla/joomla-cms#36657 + joomla/joomla-cms#36637 + joomla/joomla-cms#35983 + joomla/joomla-cms#36704 + joomla/joomla-cms#36708 + joomla/joomla-cms#36700 +
heelc29
added a commit
to heelc29/joomla
that referenced
this pull request
Mar 26, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Pull Request for forum post https://forum.joomla.org/viewtopic.php?t=971958.
Summary of Changes
Adds an option that text pasted into an editor field of TinyMCE will be without formatting. This can be controlled on a set level.
Basically it controls this TinyMCE option https://www.tiny.cloud/docs/plugins/opensource/paste/#paste_as_text
Testing Instructions
Actual result BEFORE applying this Pull Request
Formatting with links is inserted.
Expected result AFTER applying this Pull Request
Only raw text is inserted with new lines.