Closed (fixed)
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.1-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jan 2008 at 10:58 UTC
Updated:
13 Nov 2008 at 19:08 UTC
clicking on edit content types gets a continuous loading.
using safari 2.0.4.
d6.0rc2, php5.24
Comments
Comment #1
starbow commentedDoes Safari have any way of seeing JavaScript errors? (Any equivalent to Firebug?). If the loading graphic plays for more than 3 or 4 seconds, it probably means that the javascript has hit an error.
Comment #2
starbow commentedIf anyone is having this problem, please enable debugging, open up a console and let me know what's going on:
http://developer.apple.com/internet/safari/faq.html#anchor14
Comment #3
starbow commentedComment #4
chirale commentedI reopen this issue (hope it isn't wrong). Under Firefox 3.0.1 I got the same error.
Using Firebug, I found that Drupal.settings.popups.template is null on line 259 of popups.js:
Comment #5
chirale commentedI replace line 259 with template code copied from popups-popup.tpl.php (without php t('Close')):
and it works fine: just an ugly patch to make it works until it's fixed: well, some field using Javascript like Nodereference and collapsible fieldsets doesn't work (on typing/clicking), and "add another item" for multiple cck fields force popup reload. If you type an existing title on a nodereference field within popup, and then click to "add another item" selection works (reporting Title [nid:111]).
Comment #6
starbow commentedThis might be the same timing issue as over at http://drupal.org/node/325446
Maybe the "Scan all pages for popups links" checkbox in RC3 will fix you up as well.
Comment #7
starbow commented