Continuum

Editing a schedule disables it

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor 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 :
    0

Description

If you edit a schedule, the "Enabled" box is unchecked even if it was already enabled.

This results in accidentally disabling the schedule.

Activity

Hide
Scott Schram added a comment -

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 />

Show
Scott Schram added a comment - 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 />
Hide
Emmanuel Venisse added a comment -

Fixed. Thanks.

I use now checked="checked"

Show
Emmanuel Venisse added a comment - Fixed. Thanks. I use now checked="checked"

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: