-
-
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
Editing in Advanced mode saves CSS but does not apply it to page #87
Comments
You have to use the getValue function to get the current css. BTW, I was looking for a way to do this:
And in the google group of CodeMirror, the developer says there's no need to have an onLoad callback, because the constructor returns after CodeMirror has been completely loaded. See here |
Yeah, I did that to set focus to the URL field. If you've fix for this issue (Advanced mode), please push. I'm having feeling this was introduced after we updated to jQuery 1.6.1 |
Never mind, issue fixed. jQuery 1.6.1 has really broken .attr(). .attr() now returns 'undefined' instead of "", and that is causing havoc! |
I thought you were using CodeMirror now, that's why I suggsted getValue :P |
I don't get why is that timeout there, lol |
It does not show live changes on the page. The changes are however saved, as they show up when you refresh the page.
The text was updated successfully, but these errors were encountered: