Project:Popups API (Ajax Dialogs)
Version:6.x-2.0-alpha4
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

The facebook skin sometimes gives you a cutoff version on the bottom dropshadow.

Also, the resize is operating on the wrong element.

Patch fixes both of these.

AttachmentSize
popups.facebook.js_.patch1.02 KB

Comments

#1

Great, I will test this out. Thanks.

#2

Status:needs review» fixed

In alpha5

#3

Without controlling the size of the facebook skin, I get a slightly odd looking display of the node using Chrome. See the attached image from Chrome output.

Using Firefox, it doesn't display at all but I have no problems with any of the other skins.

Does anybody else get these results?

AttachmentSize
facebook skin.JPG 56.32 KB

#4

Status:fixed» closed (fixed)

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

#5

Status:closed (fixed)» active

I'll update this to active as I think the issues I found should be looked into.

#6

On two macs here, get the same issue in Safari, and in firefox it doesn't display at all for me.

#7

@andrewsuth did you ever manage to fix the facebook popup style on Chrome? I have the same skin issue and I'm looking how to solve it.

#8

Status:active» closed (fixed)

@andrewsuth solution to the css problem:

td.popups-t, td.popups-b {
  height: 2px;
}