If my theme is table based (3 cols), for sidesbar an content col, CalendarToolTip is broken?
I have a theme, 1 (div)Header, 1 (div) Menu, 1 Table for Sudebarleft, Content and SidebarRight, 1(div)footer.

I've put the block configuations in the sidebarright, and not shows the popup tooltips in this block. if i configure the block for header, it shows the popups for the calebdar block.

What can i do?

CommentFileSizeAuthor
#1 calendar not work successfully.jpg130.16 KBdvasquez

Comments

dvasquez’s picture

StatusFileSize
new130.16 KB

Hello.
I read the README.txt file, and read the article from http://linuxpc.info/node/83.

After reading these two files, I did everything I needed for my calendar shows the list of nodes on the corresponding dates.

- Then I tried again the calendar tooltip, and found that in the right column (sidebarright) does not work correctly.
- Then I tried it in the left column (sidebarleft), and the schedule worked.
- Then I tried it in the right column, and I reduced the size of my browser to 800x600px. This triggered the Horizontal Overflow. Then I dragged the Overflow fully clockwise, the Calendar Tooltip worked.

See the attachment

rjb’s picture

Assigned: Unassigned » rjb

Hello,

I tried to reproduce the bug with the calendar block on the right sidebar, using the built-in Bluemarine theme, which is table based, but the tooltip still worked. What theme do you use? If it is a custom theme, maybe you can post or mail it to me, so I can have a better look at it. My email address is in the README.txt file.

Cheers,
Ronald

dvasquez’s picture

Thanks rjb, i've sent you the theme to the mail.

rjb’s picture

Thanks. I can see the bug now. It seems to be related to the position of the balloon. In my case the balloon of June 1st displays ok, but June 4th (which is more to the right in this case) did not. I will look into it.

How did you manage to get the balloon to appear above the date instead of below?

dvasquez’s picture

I don't know. That is automatic for me... Shows its alone.

I have other issue, i will post it today, about It's displaying the balloon in one content type, in other is not displayed. Can i send to you my complete site? (Fixed in admin/settings/beautytips, with [Add beautytips js to every page])

rjb’s picture

I think I have found the problem, after a couple of hours debugging using console.log from Firebug. It is actually a typo in Beautytips, which results in a NaN error.

Please open beautytips/js/jquery.bt.min.js and change CornerRadius by cornerRadius. That should fix it. I will send a bug report to the Beautytips maintainer.

Cheers,
Ronald

As If’s picture

gotta love the title of this issue.

rjb’s picture

Title: Dude » Balloon does not appear when the calendar block is on the right sidebar
Status: Active » Fixed

:-) Yeah, he has a sense of humor alright. I will change the title.

@dvasquez: assuming #6 works I'm about to close this issue. Please reopen if it did not work. I reported the bug here: http://drupal.org/node/851842. The affected source file belongs to a jQuery plugin that is included in Beautytips. They are working on it.

Cheers,
Ronald

dvasquez’s picture

;-) OkDky !!

Status: Fixed » Closed (fixed)

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