Closed (fixed)
Project:
Event
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2005 at 13:20 UTC
Updated:
30 Aug 2006 at 21:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
heather commentednot sure if anyone is minding this, but unless the CSS is edited, others will continue to have this trouble
...
http://drupal.org/node/25038
Comment #2
SumDog commentedI added the CSS tag listed above and it works fine on my site now. I hope this is included in the next release.
Thanks!
Comment #3
skor commentedStill hapening with 4.7RC3 and latest Event module.
Comment #4
killes@www.drop.org commentednot a patch
Comment #5
skor commentedFair enough.
Comment #6
jkirkwood commentedHi, I think quite a few people also have a problem with the Events calendar 'month' view where the main table encroaches on sidebars or disappears off the right-hand side of the page (with no horizontal scrollbar to scroll with), particularly when the theme uses tables. This also affects the event 'day' view that displays when you click on the sidebar calendar.
This fixes it for IE and does not mess up FF too much (from http://drupal.org/node/15107#comment-27209)...
Thought it was worth mentioning it here if a patch is going in, as it is a bit of a spoiler 'out-of-the-box'.
(Sorry I'm not up to submitting patches myself yet - this is my first install).
Comment #7
jkirkwood commentedAlso (to get all the Event calendar width and format issues in one place), several people don't like the fact that the month view has flexible columns (which is probably that way as it covers up some of the problems caused by the white-space issue?). One suggestion (from DriesK at http://www.drupal.org/node/59662#comment-113152) is to add to event.css:
which will work even better when the white-space fix is in...
Comment #8
darren ohI have created a combined patch for all this issues mentioned.
Comment #9
darren ohMarked issue 74844 as a duplicate of this issue.
Comment #10
darren ohComment #11
RayZ commented+1 RTBC
Comment #12
killes@www.drop.org commentedagain: I don't understand much about CSS, I'd like to have a second opinion of somebody who does.
Comment #13
skor commentedSorry, but I can't claim to understand much CSS either. I've only started learning about it. In fact I can't even explain why my patch fixes the text wrap issue. I just took the fix posted by heather at the link provided and rolled the patch.
I've only experienced the original day-view not wrapping problem, so I can at least verify that the Darren OH's patch does fix that and doesn't appear to break anything else on the stock bluemarine theme.
Comment #14
darren ohHere is an explanation of the CSS code:
"whitespace: normal" turns on line wrapping. "!important" keeps line wrapping from being overridden by the default style.
The width settings are no mystery: they set up table and column widths.
This code (from forum topic 59662)
has been added because Internet Explorer ignores the min-height setting and uses the height setting instead. The practical effect of "* html" is that only Internet Explorer uses this setting. See
http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html
for more information.
Comment #15
darren ohAfter my doing my CSS research, I created a new patch. I removed "!important" from the patch to allow wrapping to be overridden by the site theme and added a backslash to the Internet Explorer code to hide it from the Mac version (which displays height correctly). See
http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html
for information about the backslash hack.
Comment #16
darren ohAnd here is the patch.
Comment #17
killes@www.drop.org commentedapplied
Comment #18
skor commentedDarren Oh: Thanks for the explanation. I was especially puzzled by "!important".
Talking to myself:
Comment #19
(not verified) commented