mediawiki-extensions-Visual.../modules/ve/ui/styles
Trevor Parscal db3da5d16b Link inspector bug fixes
Formerly known as "The greatest commit in the history of the world*".

* Within a 3 block radius of Drayton Park and Auburt Park, starting
from July 30th at about 9pm or so.

Bugs:

* (bug 51404) Allow escaping out of the link inspector when in creation
  mode (no text is selected, text will be inserted based on link target)
  and the text input is empty
* (bug 51065 and bug 51415) Keep model and view in sync when changing the
  link inspector's text input value and showing options in a menu
* (bug 51523) Either restore selection at the time of close to what it was
  before opening the inspector (when using back) or to what it was before
  closing (might be changed by transactions processed during the close
  method) - this makes it simpler and more natural when clicking away from
  the link inspector, even when there are changes that must be saved by
  the link inspector on close

Bonus:

* Use only the light blue highlight color for menu widget items - the
  checkmark already displays the selected item, the dark blue is just
  masking the current highlight position and confusing the peoples
* Remove links when the user deletes everything from the link inspector's
  text input and then closes the link inspector
* Replace select menu's evil "silent" selectItem/highlightItem argument
  with a new method called initializeSelection which sets both selection
  and highlighting to an item without emitting events - this is needed
  when synchronizing the view with the model so the model isn't
  immediately told to change to a value it already has
* Make the MWTitle lookup menu not flash like crazy as you type (this was
  caused by a copy-paste oversight overriding
  initializeLookupMenuSelection unnecessarily)

Bug: 51404
Bug: 51065
Bug: 51415
Bug: 51523
Change-Id: I339d9253ad472c2f42c3179edc84a83d27561270
2013-07-31 17:42:14 +00:00
..
images Cleanup code icon 2013-07-26 13:07:40 -07:00
ve.ui.Context.css Tool and context menu size and alignment fixes 2013-07-10 01:33:37 +00:00
ve.ui.css The great directory split of 2013 2013-07-02 20:51:38 -07:00
ve.ui.Dialog.css Ensure ve-ui-panelLayout-scrollable is actually scrollable 2013-07-20 13:21:05 +02:00
ve.ui.Element.css Stack panel, element mixins, cleanup 2013-03-28 12:40:01 -07:00
ve.ui.Frame.css Transplant CSS from the main document to each iframe 2013-07-09 16:13:28 -07:00
ve.ui.Icons-raster.css Merge "Code annotation icon" 2013-07-26 19:33:42 +00:00
ve.ui.Icons-vector.css Merge "Code annotation icon" 2013-07-26 19:33:42 +00:00
ve.ui.Inspector.css Remove dead CSS code 2013-07-10 01:32:57 +00:00
ve.ui.Layout.css Add padded option to layouts 2013-07-17 19:10:44 +00:00
ve.ui.Surface.css Make local overlays local to surface and remove insane z-indexes 2013-07-02 19:35:43 +00:00
ve.ui.Tool.css Tool and context menu size and alignment fixes 2013-07-10 01:33:37 +00:00
ve.ui.Toolbar.css Adjust toolbar group margins for equal vertical alignment 2013-07-11 11:22:45 -07:00
ve.ui.Widget.css Link inspector bug fixes 2013-07-31 17:42:14 +00:00
ve.ui.Window.css Transplant CSS from the main document to each iframe 2013-07-09 16:13:28 -07:00