[ww-bugs] Bug 3288: Problem with parser radio buttons and BR

bugzilla-daemon at webwork.maa.org bugzilla-daemon at webwork.maa.org
Sun Jan 11 18:07:43 EST 2015


http://bugs.webwork.maa.org/show_bug.cgi?id=3288





--- Comment #2 from Davide P. Cervone <dpvc at union.edu>  2015-01-11 18:07:43 ---
Found it.  It is in math4.js.  The line

    $('label.radio').nextUntil(':not(br)').remove();

looks to me like it is removing BR's that follow labeled radio buttons, which
is what parserRadioButtons produces.  This should be fixed in the math4 theme.

-- 
Configure bugmail: http://bugs.webwork.maa.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the webwork-bugs mailing list