Summary | javascript error editing event |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 09/07/2010 (5418 days ago) |
Due | |
Updated | 09/11/2010 (5414 days ago) |
Assigned | |
Resolved | 09/11/2010 (5414 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #9232: Fix reversed logichttp://git.horde.org/diff.php/kronolith/js/edit.js?rt=horde-git&r1=6012528cde3b6eeb6d7063ce3b84b130d1a36205&r2=ed4fa74578acbd27ca69c59ad6ef3479c9746724
Bug #9233.$_prefs['twentyFour']['value'] = false => No error
$_prefs['twentyFour']['value'] = true => Error
when set to true, AM/PM is not used/needed but js code thinks otherwise.
State ⇒ Not A Bug
Bug #9233.Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ javascript error editing event
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
When I select different values in start/end month and day, I get the
following error in firebug :
element is null
[Break on this error] var method = element.tagName.toLowerCase();
prototype.js (ligne 5175)
If I click on save, the event seems to be saved/updated as expected.