Summary | Calendar sharing with users not working in IE versions 9 and 10 |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | No Feedback |
Priority | 2. Medium |
Owners | |
Requester | ctimoteo (at) sapo (dot) pt |
Created | 08/10/2012 (4709 days ago) |
Due | |
Updated | 11/26/2012 (4601 days ago) |
Assigned | 08/30/2012 (4689 days ago) |
Resolved | 11/26/2012 (4601 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug: 11359?the older prototypejs version that we ship with Horde 4.
I have prototype.js version 1.7
Priority ⇒ 2. Medium
State ⇒ Feedback
older prototypejs version that we ship with Horde 4.
the form data passed to kronolith ajax request saveCalendar is alredy wrong,
instead of:
'u_show[testessapo2@sapo.pt]': 'on', 'u_read[testessapo2@sapo.pt]': 'on'
in IE 9 for example, the data from send is:
'u_show[testessapo2@sapo.pt]': '', 'u_read[testessapo2@sapo.pt]': ''
which removes all user permissions. Making it private again (if public).
Thanks in advance.
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Calendar sharing with users not working in IE versions 9 and 10
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
i tested the calendar sharing with users, in browsers Internet
Explorer 9 and 10 versions and is not working,
ignores the changes in form, reseting to "do not share this calendar"
option even if calendar is public.
in all other browsers, including Internet Explorer 7/8 is working fine.
Thanks in advance.