Ticket

+commit
 

tinyMCE is generally not now getting the css from *css. It shouldn't be that hard to fix, though currently it's configured separately in each *tinyMCE, and to be less flaky we need a true "raw" view.

 

 

http://wagn.org/*css?view=raw&layout=none

...generates code tags from our slash-star star-slash markup. Removed such comments from http://test.dwagn.org/wagn/*css and used the above trick to have http://test.dwagn.org/wagn/*tinyMCE pull from it (also imported stylesheets/defaults.css). Now when you go to http://test.dwagn.org/card/edit/Menu the fat dotted black bottom border specified at the end of *css flashes, but then disappears. Hmm.

 

Now we have true raw view, right?


we do, yes. but *css.css won't be raw -- we want it to render inclusions. It will work now, though, because it will no longer render the / * thing, which is the issue. We'll want to replace that long form with the short one: /*css.css, because it will have the correct mime type.

  --Ethan McCutchen.....Fri Jan 28 08:30:40 -0800 2011


I removed this code for now. Was slowing down tinymce loads. Will reactivate when we've optimized card css loading with fingerprinting.

  --Ethan McCutchen.....Wed Jan 25 15:25:22 -0800 2012


I put this back in after moving from "load" to "ready" in jquery.

  --Ethan McCutchen.....Sat Mar 24 03:48:34 +0000 2012