Share Pop-Up goes off page

IceCreamYou - February 1, 2008 - 00:00
Project:Share
Version:5.x-2.0-alpha1
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

The Share Pop-Up Window appears with its upper-left corner somewhere near the "Share" link. However, that means that sometimes parts of the Pop-Up often appear "off the page" so to speak, in areas that weren't rendered. The browser window expands so users can scroll over to see the Pop-Up, but it's obnoxious and the non-rendered areas look ugly.

IMHO, the Pop-Up should just appear in the middle of the screen, not near the button. That's much more user-friendly. It would also be nice to be able to move the Pop-Up around on the screen.

I'm using the Forward module v1.12 as well as Share (both properly configured) on Drupal 5.5 with MySQL 5.0.45, PHP 5.2.5 and an Apache/2 webserver.

#1

hingsimon - July 24, 2008 - 18:05

sss

#2

hingsimon - July 24, 2008 - 18:05

sss

#3

psynaptic - February 23, 2009 - 13:34

I have the same issue for a site I've added the ShareThis popup to. In the theme the ShareThis button is placed in the upper right hand corner so when clicking the link it displays mostly off the right side of the page.

I got around this by adding an important rule to my CSS to override the inline style left position:

#stwrapper {
left: 50% !important;
}

 
 

Drupal is a registered trademark of Dries Buytaert.