Last modified: 2010-05-15 15:37:56 UTC
If a site administrator has LivePreview enabled, you cannot preview User JS/CSS pages ([[User:Bob/monobook.js]], [[User:Bob/monobook.css]])
Created attachment 873 [details] A workaround A patch that disables LivePreview if Title::isCssJsSubpage() (called as $this->mTitle->isCssJsSubpage()) is true.
(In reply to comment #1) > A patch that disables LivePreview if Title::isCssJsSubpage() (called as > $this->mTitle->isCssJsSubpage()) is true. It should be noted that this patch should be tested for backwards compatibility due to the fact that it uses Title::isCssJsSubpage(). (I wonder because there's comments everywhere about a stupid PHP bug preventing one from using it. Seems to work ok for me.)
*** Bug 14486 has been marked as a duplicate of this bug. ***
fixed in r56939.