mediawiki-extensions-Visual.../modules/ve-mw/ce
Roan Kattouw acb30c3f51 Fix the save button disappearing on certain pages in Firefox
If the first thing on the page is an image, then we'll try to select
it in Firefox, and get a JS error because .data( 'view' ) is undefined.

It turned out that MWBlockImageNode's onSetup() didn't call the parent
implementation, and all the way up in ve.ce.View.onSetup is where
we set .data( 'view' )

Bug: 51986
Change-Id: I0de3692566b0aa02a229054e07767e45fd5d4a49
2013-07-24 14:02:08 -07:00
..
annotations Add a node class for mw:Nowiki 2013-07-16 19:35:24 -07:00
nodes Fix the save button disappearing on certain pages in Firefox 2013-07-24 14:02:08 -07:00
styles Fake superscript style for references generated as spans 2013-07-16 16:41:16 +00:00
ve.ce.MWResizableNode.js Create MWResizeableNode mixin to control defaultSize flag 2013-07-16 23:13:40 +01:00