"Preilly" changed the status of MediaWiki.r112886 to "resolved"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/112886

Old status:  new
New status: resolved

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

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to