Bug 24082 - Popup form not displaying (aip.org)
Summary: Popup form not displaying (aip.org)
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://scitation.aip.org/getabs/servl...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-22 17:44 PST by Graham Dennis
Modified: 2009-02-22 18:35 PST (History)
1 user (show)

See Also:


Attachments
screenshot showing it works (this is Safari 3.2.1) (373.67 KB, image/png)
2009-02-22 18:31 PST, Gavin Sherlock
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Graham Dennis 2009-02-22 17:44:33 PST
Problem:
A javascript-created form does not display.

Steps to reproduce:
1. Visit http://rmp.aps.org
2. In the top-right hand side look up article in volume 80, article number 1531.
3. Click 'download citation' link on the right side under 'article tools'.
4. A white popup box (not new window, a box within the page) displays that should contain a form for obtaining the citation for the article. Instead, the box is simply white. Pressing 'esc' closes this popup box.

Using the Web Inspector, it appears that the html content added by the javascript code is in the document tree, however it is not rendering or is being obscured (I don't know which).

This page should be viewable outside of a university with subscription to the journal.

This problem exists both in the latest release Safari (3.2.1) and in the latest nightly WebKit build (r41121). The page is displayed correctly by Firefox.
Comment 1 Gavin Sherlock 2009-02-22 18:30:47 PST
This works for me both in Safari 3.2.1 and in r41121, on a MacPro, running 10.5.6.
Comment 2 Gavin Sherlock 2009-02-22 18:31:21 PST
Created attachment 27870 [details]
screenshot showing it works (this is Safari 3.2.1)
Comment 3 Graham Dennis 2009-02-22 18:35:53 PST
Oops. The problem was with my userContent.css file. Thanks for checking.