Closed (fixed)
Project:
Bluecheese
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
29 Sep 2013 at 14:03 UTC
Updated:
23 Mar 2014 at 15:31 UTC
Jump to comment: Most recent
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
Comment #1
rakhimandhania commentedHi, can you please specify the cases by providing links (of the git7site) where the problem occurs?
Comment #2
jthorson commentedAn example is the map on the main landing page ... the text associated with map pins can extend out of the browser window.
Comment #3
tvn commentedComment #4
drummTag
Comment #5
drummTrying to get the tags to stick.
Comment #6
drummNo patch for review here.
Comment #7
paddy_deburca commentedIn a duplicate issue #2126529: Homepage news bubble/tooltip is overlaid by community news updates, I suggested the following fix
Paddy.
Comment #8
drupalshrek commentedIn the original post it is said:
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.
Comment #9
drummI'm guessing
text-overflow: ellipsiscombined with a max width will be a good way to solve this.Comment #10
drummComment #11
drummCommitted http://drupalcode.org/project/bluecheese.git/commit/d3e0a24 and deploying shortly
Comment #12
drupalshrek commentedGreat! Thanks a lot drumm.
Comment #13
caspervoogt commentedThanks drumm!!! Wonderful news!