Closed (fixed)
Project:
Popups: Add and Reference
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 10:24 UTC
Updated:
2 Mar 2009 at 07:40 UTC
Hello and thanks for this useful module!
I have been trying to make it work in Firefox 3, but when I submit a new node through the popup, it just stays at the "loading' message forever. Only when I click on the screen does it go away. And after that, the node is not created. Any ideas?
using Drupal 6.5, and CCK 6.x-2.0-rc10
Comments
Comment #1
starbow commentedYeah, CCK's last couple of rc's have had some big changes. Sounds like I need to do some retesting.
Comment #2
jhodgdonI had updated to a dev snapshot of CCK, post RC10, and using that I am not getting any popup window at all. Or maybe I am not using your module correctly? I don't see any new widgets when I add a Nodereference field to a content type, and if I just use the standard select list widget, I am not seeing any popup action. ???
What's the latest version of CCK that your module does work with? Any idea where to start looking for what to patch to make your module work with the latest CCK? I may have some time and incentive to get this working.
Comment #3
starbow commentedActually, in my testing, this is working fine with cck-rc10. But it does not work if you have a wysiwyg editor enabled. Getting tinymce to work in the popup will be a whole project to itself. If that is the issue, then this should be closed, and reopenned as a feature request over in the popups queue.
Comment #4
jhodgdonOK, I think the problem I saw in the dev version of CCK may have been a permissions issue
I have sometimes seen the problem reported here, and sometimes not. It seems to be related to having an image field and trying to uplaod inside the popup node, and also I've noticed the TinyTinyMCE editor doesn't work in the popup (it doesn't show any editor buttons). Are JavaScript things supposed to work inside these popups?
Comment #5
starbow commented> Are JavaScript things supposed to work inside these popups?
It depends on how flexible the js behaviors are. Some work fine, some crash and burn.
Comment #6
starbow commented