Opened 15 months ago
Last modified 15 months ago
#58487 new defect (bug)
Text editor problem
Reported by: | burhi | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.2.2 |
Component: | Posts, Post Types | Keywords: | |
Focuses: | Cc: |
Description
Hi, the < character causes corruption.
lines are concatenating and shortcodes don't work
If there is no < character, everything will look normal.
Attachments (4)
Change History (8)
This ticket was mentioned in Slack in #core by vshmal. View the logs.
15 months ago
#3
in reply to:
↑ 2
@
15 months ago
Replying to NekoJonez:
We usually don't zip up screenshots and post them here... So, I unzipped the screenshots and uploaded them for you @burhi ... This way they are also easily viewable in the ticket :D.
Thank you
#4
@
15 months ago
I have confirm the issue. When you are on the classic editor (text tab) and add html content with less than "<" symbol and a short code and save it. In database it saves as < symbol and not as "<" with the resulton the frontend the short code is not being interpreted.
If you change tab from text to visual and back to text the tiny mce is changing the < symbol to "<". And if you save it with the changed value it works correctly.
I haven't confirm where this problem exactly happens.
I believe the short code interpreter breaks, if it finds an open html tag without closing.
Will check it again later.
We usually don't zip up screenshots and post them here... So, I unzipped the screenshots and uploaded them for you @burhi ... This way they are also easily viewable in the ticket :D.