mediawiki-extensions-Visual.../modules/ve
Christian Williams 5d44800b53 Correct Rendering for Block Images After Resize Undo
If a block image is resized and undone, there are lots of problems.

* The block image gets the wrong size. When rolling back the
transaction, height and width are passed as strings.
MWBlockImage tries to set the width to: width + 2. A 300px image
became 3002px.

* Resize handles didn't reposition and resize

* Relocatable drag marker didn't reposition and resize

* Focusable highlights didn't reposition and resize.

Change-Id: I8792b567b77da90ce5a2ad132e306705c5706606
2013-07-02 12:08:42 -07:00
..
ce Correct Rendering for Block Images After Resize Undo 2013-07-02 12:08:42 -07:00
dm Some basic async code in the initialization 2013-07-01 13:02:10 -07:00
init Fix for edit links, RTL wikis with LTR interface 2013-07-01 21:18:42 -04:00
test Blacklist Firefox <= 10 per reports that it's broken 2013-07-01 16:52:50 -07:00
ui Merge "Search widget key commands" 2013-07-02 17:25:42 +00:00
ve.BranchNode.js
ve.debug.js
ve.Document.js
ve.Element.js Code style fix: (X) -> ( X ) 2013-06-24 18:51:59 +01:00
ve.EventEmitter.js
ve.Factory.js
ve.js Make loading VE work on Opera again, attempt two 2013-06-29 15:02:00 +02:00
ve.LeafNode.js
ve.NamedClassFactory.js
ve.Node.js
ve.Range.js
ve.Registry.js