Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0.1
-
Component/s: None
-
Labels:None
-
Environment:Apple Safari 2.0.1
-
Complexity:Novice
-
Number of attachments :
Description
If you edit a schedule, the "Enabled" box is unchecked even if it was already enabled.
This results in accidentally disabling the schedule.
Safari parses this markup and does not check the box.
<input type="checkbox" name="schedule.active" checked/>
However, adding a space after the checked attribute fixes the problem:
<input type="checkbox" name="schedule.active" checked />