Comment 9 for bug 1341413

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/3560
Committed: http://gitorious.org/mahara/mahara/commit/97d916c20d4dcab3a56ce34c59f7b6f2678d5321
Submitter: Son Nguyen (<email address hidden>)
Branch: 1.9_STABLE

commit 97d916c20d4dcab3a56ce34c59f7b6f2678d5321
Author: Son Nguyen <email address hidden>
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 address hidden>