Reviewed: https://reviews.mahara.org/5755 Committed: https://git.mahara.org/mahara/mahara/commit/bb4b80c7db3fb8922d89d85e37cf5a9b5fe05af3 Submitter: Robert Lyon ([email protected]) Branch: 15.10_STABLE
commit bb4b80c7db3fb8922d89d85e37cf5a9b5fe05af3 Author: Robert Lyon <[email protected]> Date: Tue Nov 17 17:01:47 2015 +1300 Bug 1514718: Help icons and trouble with .form-group position relative The help icons clickable area was being hidden. Removing the position relative seems to fix the problem and not cause any other issues. behatnotneeded Change-Id: Ib0ae7368c52ebdb952ba147f03e25ec3e4301d02 Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit 32d56680eaa5136b93a2756ef9af80b4be0dc78e) -- 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/1514718 Title: help icons don't work in modal windows Status in Mahara: Fix Committed Status in Mahara 15.10 series: Fix Committed Status in Mahara 16.04 series: Fix Committed Bug description: Mahara 15.10 $config->version = 2015092910; $config->series = '15.10'; $config->release = '15.10.0'; Browser: Firefox 42 When adding an Authentication plugin to an institution, in the modal forms, the help icons generate javascript errors. such as: * node.nextSibling is null (coming from admin/users/addauthority.php) once the above is fixed: * elem is null (coming from js/MOchiKit/DOM.js) To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1514718/+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

