Reviewed: https://reviews.mahara.org/3560 Committed: http://gitorious.org/mahara/mahara/commit/97d916c20d4dcab3a56ce34c59f7b6f2678d5321 Submitter: Son Nguyen ([email protected]) Branch: 1.9_STABLE
commit 97d916c20d4dcab3a56ce34c59f7b6f2678d5321 Author: Son Nguyen <[email protected]> Date: Tue Jul 15 13:42:38 2014 +1200 Fix IE issue when adding a blocktype (Bug 1341413) The dynamic change of an input element from type=radio to type hidden caused its value set to "" in IE. It would be better to just hiding it instead of changing its type. Change-Id: Id6a86f2e9a4bba2f2988e7fcbc3fac8f3d8468a2 Signed-off-by: Son Nguyen <[email protected]> -- 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/1341413 Title: can't add textbox to page in IE10 Status in Mahara ePortfolio: Fix Released Status in Mahara 1.10 series: Fix Released Status in Mahara 1.9 series: In Progress Bug description: This relates to IE 10 on windows. If I try to add a textbox to the page by clicking on the 'textbox' option at top of chooser list I get the placement dialog box and when I click 'Save' I get this error: The 'blocktype' parameter is not alphabetical only If I try and do the same thing with the 'textbox' option under the 'General' section it works fine. It looks as though the system is passing the blocktype variable as blank rather equal to 'textbox' Same happens with the two 'image' options so it looks to be an issue with the two options at the top of the chooser list. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1341413/+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

