Last modified: 2014-11-01 23:09:57 UTC
This version of my sandbox at enwiki, [https://en.wikipedia.org/w/index.php?title=User:Fram/sandbox&oldid=585258547], is no longer editable in VE by me (FF25, W7). It opens, and I can make whatever changes I want, but the "save" button stays disabled, and when I open the reference interface, I can no longer close that one either. The category and media interface work allright though.
Could you please open the Error Console (or whatever it is called in your browser) and reload the page that you see the problem on? If there is a problem or an error with JavaScript it should be printed in that console. For more information please see: * Firefox ≥24: https://developer.mozilla.org/en-US/docs/Tools/Web_Console * Internet Explorer: http://msdn.microsoft.com/en-us/library/ie/dn255006 * Google Chrome: https://developers.google.com/chrome-developer-tools/ * Apple Safari: https://developer.apple.com/library/safari/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/PrototypingYourWebsite/PrototypingYourWebsite.html * Opera: http://help.opera.com/Linux/12.10/en/errorconsole.html
[16:24:59.875] TypeError: itemNode is undefined @ https://bits.wikimedia.org/en.wikipedia.org/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki%2CSpinner%7Cjquery.triggerQueueCallback%2CloadingSpinner%2CmwEmbedUtil%7Cmw.MwEmbedSupport&only=scripts&skin=vector&version=20131210T024153Z:298
Yuck. So the problem is that you've got a reference in an image's caption, which is inside a reference; this is not allowed in wikitext (as you can see from the "Cite error: A <ref> tag is missing the closing </ref> (see the help page)." error), and is because the restriction on media items' captions doesn't inherit the restriction of the reference block. We'll need to build a way for restrictions to be explicit and inheritable.