Reviewed: https://reviews.mahara.org/5190 Committed: https://git.nzoss.org.nz/mahara/mahara/commit/1e7ec190ee8034c756a77748f9f0c89c171db1bd Submitter: Robert Lyon ([email protected]) Branch: master
commit 1e7ec190ee8034c756a77748f9f0c89c171db1bd Author: Jono Mingard <[email protected]> Date: Fri Aug 28 15:09:12 2015 +1200 Fix aria-expanded attribute on pieforms fieldsets (Bug #1484779) The attribute was being set in reverse (1 for collapsed, 0 for expanded) so I've made it more explicit. Note this also fixes various other pages (eg. "Settings" in "Add group") as well as the reported bug behatnotneeded Change-Id: Id49fdca3db1d3585418179695b4ec60e6d3fc093 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1484779 Title: Expanders in Site options are all ARIA-expanded by default Status in Mahara: Fix Committed Bug description: In 15.10, the sections in Site options (/admin/site/options.php) use new Bootstrap expanders, with the ARIA-expanded attribute added for accessibility. However, on page load all the expanders have the attribute aria-expanded="1" despite being collapsed by default. This needs to be changed to aria-expanded="false" or equivalent. Affects latest master To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1484779/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

