[copy] shortcode is broken
-
In the previous versions, the [copy] shortcode was working correctly, when it encloses a formatted text, like below where the character © is bolded:
[copy]©[/copy]On the user-facing front-end, what is seen is © and when you click on it, the the plain unformatted character © is copied. Which is the correct behavior.
However, this broke with the latest version. when the [copy] shortcode encloses a formatted text, like below where the character © is bolded:
[copy]©[/copy]On the user-facing front-end, what is seen is:
<strong>©</strong>And what is copied is also:
<strong>©</strong>
You must be logged in to reply to this topic.