Opened 3 years ago
Last modified 3 years ago
#58487 new defect (bug)
Text editor problem
| Reported by: | burhi | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Posts, Post Types | Version: | 6.2.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
3 years ago
#3
in reply to: ↑ 2
@
3 years 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
@
3 years 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.