The tooltips extend outside the map in many cases, sometimes off the screen (small screens). Tested with Chrome & FF on Mac.
This actually happens to a small degree on drupal.org too, but not enough to be a problem. On the D7 dev site it overlaps text on the right in some cases though.

Comments

rakhimandhania’s picture

Hi, can you please specify the cases by providing links (of the git7site) where the problem occurs?

jthorson’s picture

Status: Active » Needs review
Issue tags: +drupal.org D7

An example is the map on the main landing page ... the text associated with map pins can extend out of the browser window.

tvn’s picture

Project: [Archive] Drupal.org D7 upgrade QA » Bluecheese
Issue tags: -drupal.org D7 +Drupal.org 7.1
drumm’s picture

Tag

drumm’s picture

Trying to get the tags to stick.

drumm’s picture

Status: Needs review » Active

No patch for review here.

paddy_deburca’s picture

In a duplicate issue #2126529: Homepage news bubble/tooltip is overlaid by community news updates, I suggested the following fix

#community-updates {
  z-index: -1;
}

Paddy.

drupalshrek’s picture

Version: » 7.x-1.x-dev
Priority: Normal » Major
Issue summary: View changes

In the original post it is said:

This actually happens to a small degree on drupal.org too, but not enough to be a problem.

It is a problem on Drupal.org, and especially it is a problem which is on the home page. This to me makes it 10 or 100 times more important to fix asap than if it were on any other page of Drupal.org. It is a complete embarrassment and shame for Drupal itself to have such a glaring bug on the home page.

It is not a major functionality bug, but since it is on the home page of Drupal, it is a major priority to fix asap! For that reason I am increasing the priority of this issue to Major.

drumm’s picture

I'm guessing text-overflow: ellipsis combined with a max width will be a good way to solve this.

drumm’s picture

Assigned: Unassigned » drumm
drumm’s picture

Status: Active » Fixed
drupalshrek’s picture

Great! Thanks a lot drumm.

caspervoogt’s picture

Thanks drumm!!! Wonderful news!

Status: Fixed » Closed (fixed)

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