mediawiki-extensions-Visual.../modules/ve-mw/ui
Trevor Parscal 3a6e91dfb7 RTL Improvements
Objectives:

* Make option widget icons correctly placed in RTL
* Make embedded context toolbar correctly placed in RTL

Approach:

Use separate elements for icons within option widgets which have more
flexibility when rendering in either LTR or RTL when compared to CSS
background position. The simpler approach, using CSS background
position offsets, isn't cross-browser compatible at this time.

Changes:

ve.ui.OutlineItemWidget.js
* Remove custom icon implementation, using parent class implementation
  instead

ve.ui.OptionWidget.js
* Add icon option, which adds an icon element only if an icon was
  specified

ve.ui.MenuItemWidget.js, ve-mw/ve.ui.MWParameterResultWidget.js
* Add override for icon config option
* Document icon config as private

ve.ui.Context.js
* Add detection and special handling for positioning embedded context
  toolbar when rendering in RTL

ve.ui.Widget.css
* Add styles for option widget's new icon option
* Add styles to make indentation still work for outline item widgets
* Adjust styles for menu item widget as per changes in option widget

ve-mw/ve.ui.Widget.css
* Adjust styles for parameter result widget as per changes in option
  widget

Change-Id: Ibfa4b613e0fd7902f8a2c78b5717de402c5f82b8
2013-07-10 00:09:22 +00:00
..
dialogs Transplant CSS from the main document to each iframe 2013-07-09 16:13:28 -07:00
inspectors Math Node UI 2013-07-07 07:32:11 +00:00
styles RTL Improvements 2013-07-10 00:09:22 +00:00
tools Revert "Add support for <blockquote> elements" 2013-07-09 21:35:47 +00:00
widgets RTL Improvements 2013-07-10 00:09:22 +00:00
ve.ui.MWDialog.js Transplant CSS from the main document to each iframe 2013-07-09 16:13:28 -07:00