Compatibility fixes for edit toolbar:
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 1 Mar 2004 00:25:57 +0000 (00:25 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 1 Mar 2004 00:25:57 +0000 (00:25 +0000)
commit57662e79d456eb2db8b8744e5d62b1ffd22f1291
tree0ba8daaec5959b68ff420eef0afdd5f145974428
parent38711c618ac93b6e58eadc36a680061009341ad4
Compatibility fixes for edit toolbar:
* Use infobox mode for Gecko. Inline direct editing is neat, but because of
  a Mozilla bug that induces weird scrolling it's confusing and unusable.
  When Mozilla fixes the bug and we can detect it, we'll enable it for
  fixed versions only.
* Use 'new RegExp()' instead of '//' to avoid ugly JS parse errors when
  viewing pages in Netscape 3. There are still runtime errors in NS3 at
  edit time, but this lets people read in peace.
stylesheets/wikibits.js