Closed (fixed)
Project:
Calendar Tooltips
Version:
6.x-1.5
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 Jun 2010 at 11:12 UTC
Updated:
3 Nov 2010 at 12:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
BenK commentedSubscribing
Comment #2
rjb commentedThanks for reporting the first official issue :-)
Here is a quick workaround: enable "Vertical menu (for sidebar blocks)" in the block settings of your calendar block. It's under section "Superfish menu styles". That way the balloon won't get cut off. Is this an acceptable solution for you?
Anyway, I will try to fix it in my module.
Comment #3
rjb commentedThe problem is the "overflow:hidden" setting in Fusion core for .block elements. I currently cannot add an exception for calendar blocks from my module. There is no specific CSS class for calendar blocks I can use for overriding. I can override the setting for all blocks but that would defeat the safety measure implemented in Fusion, and may cause other problems.
The best solution IMHO is still #2. The Superfish setting is specifically designed for popups that flow outside the block region. I will document this on the project page.
Comment #4
SophieG commentedThanks, that made the trick for me !
And thanks for this module !!!
Comment #5
rjb commentedYou're welcome! And thanks for the feedback. I have updated the project page.
Comment #6
Ecio commentedHi,
i'm experiencing the same problem with my fusion-derived theme. I've tried the superfish vertical menu workaround but unfortunately the popup is still cut off (it shows only in IE which, I suppose, doesnt use overflow instructions correctly)
Any idea about the cause? Thanks!
Comment #7
rjb commentedHi,
It is probably an overflow setting somewhere else, or a z-index issue. What theme are you using?
Comment #8
Ecio commentedit's a theme developed in-house based on fusion core, but the strange fact is that I have the same overflow problem even if I switch to fusion core default theme (that it's unmodified)
Comment #9
rjb commentedI just tried Fusion core, but I cannot reproduce your problem.
Can I have a look at your site? Is it online?
Comment #10
Ecio commentedNo, it is not online yet (and it will be a sort of intranet, so it wont be publicly accessible).
I think i've understood what's happening: the "superfish overflow workaround" is working but only partially (and i didnt figure it out before).
I have the calendar block in sidebar first (left sidebar), this is what is happening:
-the baloon overflows correctly on the right (so it's ok over the central content region)
-it overflows on the top if there's another sidebar block over the top of calendar. If the calendar is the upper most block of the sidebar, it doesnt overflow the preface top /header region and it's cut off
-it doesnt overflow the left "limit" of the grid (i'm using a 16 column fixed grid [960px] with default two 3 grid units 180px sidebars) ot it's cut off on the left
I've attached two small screenshots showing the problem. Can you reproduce it?
thank you in advance
Comment #11
Ecio commentedI've changed the styling option from google-maps to a more "compact" (horizontal) one; by doing this the overflow seems to be ok.
Comment #12
rjb commentedGlad you found a workaround. Meanwhile I have tracked down the problem, so if you want to, you can go back to using the google-maps style.
The .row div that contains the .superfish div has "overflow" set to "hidden". The following override should prevent the cut off.
Comment #13
rjb commented