Change behavior of toolbar in browsers not supporting document.selection:
authorErik Moeller <erik@users.mediawiki.org>
Mon, 15 Mar 2004 02:36:40 +0000 (02:36 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Mon, 15 Mar 2004 02:36:40 +0000 (02:36 +0000)
commit8dfc08dbca0015f87b7a6aa68fffbae59996ca8a
tree6c94ceacb87cec8b10bc2852bdac6f6ba4dec1d0
parent46071b3a161f31e78605c4deaa378dced8733716
Change behavior of toolbar in browsers not supporting document.selection:
- When the mouse is moved over the buttons the infobox shows an example text
- When the user *clicks* a button, he is prompted to enter text, which is
  then formatted according to the button they chose and inserted into the
  infobox
- After the first button has been clicked, the infobox no longer changes
  on mouse move to allow for copy and pasting.

This could be modified to add an additional [+] button that pastes the
content of the the infobox into the textarea, but I've tried this and found
it confusing.
includes/Skin.php
languages/Language.php
stylesheets/wikibits.js