[Webkit-unassigned] [Bug 7994] Wikipedia editing buttons do not render correctly
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Apr 5 04:22:38 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7994
------- Comment #2 from opendarwin-2004 at ryandesign.com 2006-04-05 04:22 PDT -------
MediaWiki deliberately does not draw these buttons when both document.selection
and is_gecko evaluate to false. (See the addButton() function in
http://en.wikipedia.org/skins-1.5/common/wikibits.js .) On Safari and WebKit
nightlies, these both evaluate to false, so the buttons are not drawn.
The Redirect button is drawn manually without using the addButton() function
(see InsertButtonsToToolBar() in
http://en.wikipedia.org/w/index.php?title=-&action=raw&gen=js ) so this button
still shows up, although the Wikipedia folks should really reprogram so that
this button also does not get drawn for browsers that wouldn't support the
functionality.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list