[Tickets #11340] Re: Calendar sharing with users not working in IE versions 9 and 10

bugs at horde.org bugs at horde.org
Fri Aug 10 19:08:25 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11340
------------------------------------------------------------------------------
  Ticket             | 11340
  Updated By         | ctimoteo at sapo.pt
  Summary            | Calendar sharing with users not working in IE versions
                     | 9 and 10
  Queue              | Kronolith
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


ctimoteo at sapo.pt (2012-08-10 19:08) wrote:

> Hello,
>
> 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.

The problem is in javascript, when permissions given are processed:

the form data passed to kronolith ajax request saveCalendar is alredy wrong,

instead of:

'u_show[testessapo2 at sapo.pt]': 'on', 'u_read[testessapo2 at sapo.pt]': 'on'

in IE 9 for example, the data from send is:

'u_show[testessapo2 at sapo.pt]': '', 'u_read[testessapo2 at sapo.pt]': ''

which removes all user permissions. Making it private again (if public).

Thanks in advance.





More information about the bugs mailing list