6.0.0-beta1
8/31/25

[#8043] Calendar Info broken in IE7
Summary Calendar Info broken in IE7
Queue Kronolith
Queue Version 2.3
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester almarin (at) um (dot) es
Created 03/03/2009 (6025 days ago)
Due
Updated 01/13/2010 (5709 days ago)
Assigned
Resolved 03/06/2009 (6022 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
03/06/2009 11:17:47 AM Jan Schneider Comment #2
Assigned to Jan Schneider
State ⇒ Resolved
Reply to this comment
Committed, thanks.
03/03/2009 08:20:12 AM almarin (at) um (dot) es Comment #1
Priority ⇒ 1. Low
New Attachment: screenshot.png Download
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Calendar Info broken in IE7
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Hello,



In IE7, the calendar info window doesn't show the subscription URL 
correctly when URL's are too big (and that happen very frecuently).



See the screenshot to show what i mean.



I have solved that adding word-wrap property. That is a CSS3 property 
that IE7 supports:



.calendar-info-url{

   word-wrap: break-word;

}




Saved Queries