"Jdlrobson" posted a comment on MediaWiki.r112886.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/112886#c31735

Commit summary for MediaWiki.r112886:

make sure toggling is enabled

some older browsers
e.g. nokia e63 do not support various operations
for getting elements
see http://www.quirksmode.org/m/w3c_core.html

currently using document.querySelectorAll
which means for these browsers sections will be hidden
but no buttons added
this change checks for this situation
making sure the information is still accessible

going forward to support toggling on these browses
we could add the Sizzle library but it would increase the size of the page

Jdlrobson's comment:

Please see r112889 - mistake in this commit.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to