-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
stylebot adding code to WYSIWYG editor #561
Comments
@JoshJav thanks for reporting. can you give me an example public URL where I can debug and fix this |
It's an editor on a BigCommerce store dashboard, I wouldn't be able to provide a public URL, sorry about that |
@JoshJav No worries, I will try and find an example |
@viroxd I tried replicating this bug on https://s1.demo.opensourcecms.com/joomla/administrator/ and https://s1.demo.opensourcecms.com/wordpress/wp-admin/ while editing a post but couldn't. so a specific URL which I can access would be useful |
never mind, even though i couldn't reproduce, i am fairly sure i have narrowed down the root cause. |
Seeing the issue with a "You have unsaved changes" confirmation dialog. |
Having an issue where this code:
<div id="stylebot" style="top: 0; height: 100%; position: fixed; z-index: 100000000; line-height: 20px;"> </div>
is added to a WYSWYG automatically when the page is loaded
The text was updated successfully, but these errors were encountered: