bug on form display and node options
| Project: | Popups: Add and Reference |
| Version: | 6.x-1.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hi (again !)
I have an incomprehensible bug with the module which occurs only in one content type (let's call it "A").
This content type "A" is made up of almost only node referrence fields (7, + a date field) ; for each of them, I set up the PAaR module and have the Add New : [content] link. It works almost correctly (bugs already reported, see http://drupal.org/node/380726 and http://drupal.org/node/388406).
The first problem is that the bottom of the A add form is moved to the left of the screen (see attached screenshot) : quite weird, isn't it ?!
The second problem occurs when node is saved : it is not published (it should), and is authored by "anonymous" (it should be "admin"). Even when I edit the node, manually check the boxes (either in publishing options or comments settings) and manually enter "admin" in authoring informations, the changes are not saved !
Those problems do not occur in another content type ("B") where PAaR is active. The "B" nodes are correctly saved (published and authored).
But in this B content, I need a reference to an A node ; so, I set up the module to have a Add new : [A content] link. Regardless of the fact that popup chaining is not supported, the bottom of "A" add form (the part which is moved on the left as I reported above) is not displayed in the popup ! So I can't save the node !
I hope my explanations are clear enough (english is not my mother tongue). Tell me if you need some more infos...
Thanks,
| Attachment | Size |
|---|---|
| bug2popupaddreference.jpg | 45.08 KB |

#1
I am having the same issue, It appears that after the first item the that has the popup links is nolonger a child of the and each time it gets pushed out farther and farther
#2
#3
Ok the problem with my is that on lines 96 and 97 the prefix and suffix are being reset, not added to. so the divs get out of wack, because there were divs in the #prefix and #suffix.
I am working on a patch
#4
I think the patch in http://drupal.org/node/397614 should fix this problem. (some one else already patched :)
#5
the latest 6.x-1.0 version (Official release from CVS tag: DRUPAL-6--1-0 ; First released: March 21, 2009 - 01:15) fixes this problem. (for me :-)
Thanks !