Hi, thank You for module, realy it's very usefull.
Now I test it on site with Acquia prosper theme enabled and fix that Calendar Tooltips work fine only with overriden overflow: visible; styles in .row and .block Fussion Core theme classes.
Buy.

CommentFileSizeAuthor
#10 uppermost_left_block.png31.25 KBEcio
#10 central_left_block.png23.47 KBEcio

Comments

BenK’s picture

Subscribing

rjb’s picture

Thanks 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.

rjb’s picture

Assigned: Unassigned » rjb
Status: Active » Closed (won't fix)

The 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.

SophieG’s picture

Thanks, that made the trick for me !
And thanks for this module !!!

rjb’s picture

You're welcome! And thanks for the feedback. I have updated the project page.

Ecio’s picture

Hi,
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!

rjb’s picture

Status: Closed (won't fix) » Active

Hi,
It is probably an overflow setting somewhere else, or a z-index issue. What theme are you using?

Ecio’s picture

it'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)

rjb’s picture

I just tried Fusion core, but I cannot reproduce your problem.
Can I have a look at your site? Is it online?

Ecio’s picture

StatusFileSize
new23.47 KB
new31.25 KB

No, 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

Ecio’s picture

I've changed the styling option from google-maps to a more "compact" (horizontal) one; by doing this the overflow seems to be ok.

rjb’s picture

Glad 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.

.row {
   overflow: visible;
}
rjb’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.