-
Notifications
You must be signed in to change notification settings - Fork 334
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
importFile html content #183
Comments
I'm using a gem with your editor but I think It's not the latest version of your editor. |
If you're talking about http://rubydoc.info/gems/epiceditor-rails/0.1.0/frames It's not the latest, but it looks like it's 0.1.0. That's only 1 release difference from master. I also don't see any changes to importFile really in the release notes: https://github.com/OscarGodson/EpicEditor/wiki/Release-Notes Can you reproduce this on http://epiceditor.com somehow? |
Okey it come from the browser (Firefox 15.0.1), it work well on chrome (21.0.1180.89) |
Awh, yes, this is actually pretty bad it looks like. Even if you type |
Exactly ! I don't know why and I'm curious to know :) |
Well, more than likely it's because Firefox doesn't support the |
The fix is easy. I need to QA it some more, but all tests are passing and the bug appears to be fixed now and it was in fact something to do with our |
…n the editor and instead rendering literal HTML
OK! hotfixed! Please test it out on http://epiceditor.com again and see if you can repro. The version number is now I also cherry-picked this into develop as well. |
It works ! Thanks @OscarGodson :) |
I don't know if it's an issue or not but if I try something like this :
It import the html to editor but it interpret it so I have a h2 title.
The text was updated successfully, but these errors were encountered: