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 |
Let url wrap.
Bug: 8043http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=ecf916c5a19deea445688d18c08401f2ded759d6&r2=77996be5301599c3d99e61b88eada8300281576d
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-git&r1=73caf02850de9ce3d1d6f3fc0d76ae9978b8904a&r2=77996be5301599c3d99e61b88eada8300281576d
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde&r1=1.165.2.251&r2=1.165.2.252&ty=u
http://cvs.horde.org/diff.php/kronolith/themes/screen.css?rt=horde&r1=1.2.4.21&r2=1.2.4.22&ty=u
Assigned to Jan Schneider
State ⇒ Resolved
Priority ⇒ 1. Low
New Attachment: screenshot.png
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Calendar Info broken in IE7
Type ⇒ Bug
State ⇒ Unconfirmed
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;
}