Summary | Can't delete Remote Calendars |
Queue | Kronolith |
Queue Version | 2.0.2 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | notify (at) te-server (dot) org |
Created | 11/17/2005 (7206 days ago) |
Due | |
Updated | 11/18/2005 (7205 days ago) |
Assigned | 11/17/2005 (7206 days ago) |
Resolved | 11/18/2005 (7205 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
calendars. I added some trimming to the form processing for the
future, just to be sure.
know what to look out for. I just need to make sure there are no
return characters when I paste something in the field. Just wanted to
post a note so you guys know that it has happen. However, which
method do you recommend to remove those remote calendar entries when
they can't be removed through the interface?
Thanks
Anyway, I'm tempted to not fix this, because we would need to fix
*all* input fields in *all* Horde modules then. Other opionions?
looks like it's a linux thing.
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050512 Red
Hat/1.7.8-1.1.3.1
I'm going to stop doing tests because I'm ending up with lots of
remote calendars I cannot delete ha ha.
Take care.
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10)
Gecko/20050716 Firefox/1.0.6]
I only have one linux box to test so I'm limited on that aspect.
I can't reproduce it here on my work machine. However, when I VNC
into my home machine, I can reproduce it. It might be OS/Browser
specific.
At work I use Windows 2000 and Firefox 1.0.4 and at home I use Debian
GNU/Linux Sarge with Firefox 1.0.6. Below are the browser details of
each.
When I copy and paste what is between the brakets on the windows
machine, it removes the return character. However, on the linux
machine, it keeps the return character, which is what is causing the
problem.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720
Firefox/1.0.6 (Debian package 1.0.6-1)
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8)
Gecko/20050511 Firefox/1.0.4
I can try using Firefox 1.0.6 on my windows machine to rule out the
possiblity that it is a browser thing.
State ⇒ Feedback
browser to paste a linebreak into a text field, which browser are you
using?
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Can't delete Remote Calendars
Queue ⇒ Kronolith
State ⇒ Unconfirmed
I came across this issue by accidently copying and pasting a URL into
the location path when the URL contained a return character. Once the
remote calendar has been added, it can't be deleted.
I'm not a Horde administrator so I'm limited on what I can
troubleshoot. However, I managed to reproduced this issue easily by
copying the following (within brackets) to the location.
[something with a space
]
The following is a source view from my browser:
<tr>
<td class="text"><a onclick="deleteCal('something with a space
'); return false;"><img
src="/horde-3.0.4/themes/graphics/delete.png" alt="Delete"
title="Delete" /></a></td>
<td class="text">something with a space
</td>
<td class="text">something with a space
</td>
</tr>
Hope this helps.
Thanks in advance.