-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Underline inline style outputs code on the front end #140
Comments
Where are you seeing the underline option? It is not part of the plugin. |
@johngodley Weird! It's in the live forums, for example when creating a post: https://wordpress.org/support/forum/how-to-and-troubleshooting/?view=all#new-topic-0 |
It's not part of Gutenberg itself, or this plugin, so must be something added on that forum but not the test ones. If it is supposed to be there then it will need to be added to the KSES filters. |
OK! What's the best way to address this, do you think I should make a Meta ticket, or something else? |
I don't think we need underlining or justification in the forums, personally. |
Underlining may be important when users want to mimick a link without creating a real one, when paraphrasing an error message, bug or proposal. A situation which is realistic on a support forum for a CMS. |
Or when quoting text which has underlines, which is possible in Gutenberg. Why limit expression? |
@kathrynwp I don't know what the process is, maybe @dd32 can advise. If it's not intentional then it's probably a plugin or configuration thats running on the main forums but not the test one. |
Actually, trying the wp.com editor it appears there (along with some others) so I'm guessing it's Jetpack. |
|
No. As far as I know that is now fixed. |
While the Underline option is provided as an inline style, it isn't displayed correctly.
To replicate
Result
Before submission the underlined text looks OK in the editor:
Once submitted, inline HTML is visible on the front end:
Expected
Underlining should be displayed on the front end instead of HTML and inline CSS.
Note
The inline options appear to be different in the live WP.org Support forums than in the test forum, which may be why this was not caught earlier. If it would be possible to get the test forum in sync with the live forum, it would be helpful.
Test Forum Inline Options
Live Forum Inline Options
Includes Justify & Underline options:
Report
Reported in Slack here
The text was updated successfully, but these errors were encountered: