Posted by taite11 on February 21, 2009 at 3:39am
| Project: | Popups API (Ajax Dialogs) |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I'm using Hierarchical Select to help users select taxonomy terms. Within the popup box the javascript for Hierarchical Select doesn't seem to work. Instead it says "You don't have Javascript enabled...."
Is there any way around this?
Sorry, I don't know if this is an issue for Popups API or Popups: Add & Reference.
Comments
#1
You might try using PopupAPI 2.x-dev and see if that fixes it for you.
#2
Tried. It didn't work. However, instead of the issue at #380726: Reference field uses incorrect name for referrenced node. no text showed up in the auto complete box after a referenced node was entered via the popup box.
#3
Yeah, the autofill isn't going to work with 2.x. But did it solve your issue with Hierarchical Select?
#4
Nope. It didn't solve that issue.
#5
Based on #593866: Conflict with Hierarchical Select - redux and #484434: Popups API conflicts with Hierarchical Select module, moving to the popups queue. Also marked the other two as duplicates as this is the oldest issue.
#6
Hierarchical Select works just fine for me in popups using 6.x-2.x. Just thought I'd say no bug there any more, AFAIK. I certainly don't have one.
Edit - forgot to say, using 6.x-2.0-alpha5.
#7
I can confirm that this works (after I flushed my cache completely)! Thanks for fixing it :) Hope it's ok I set the status to reviewed.
#8
Shane (or anyone),
I'm still having this problem with:
versions:
popups api: tried both latest 6.x-2.x-dev and 6.x-2.0-alpha5
hiearchical select: 6.x-3.x-dev
browser: FF 3.6.10
popup method: print l("add tags", 'add_tags', array('attributes'=>array('class' => 'popups', 'on-popups-options' => '{width: "1000px"}'), 'query'=>array('nid'=>$node->nid)));
Perhaps others that have HS working within a popup can tell me how their setup differs from mine (if at all), or any other leads. I'd much appreciate that!
Thanks,
Shiraz
ps. yes, i flushed my cache
#9
There's no patch here and no one's really identified the cause of the conflict so lets fix the status.
#10
Still seems to be an issue with 2.x-dev when opening Popups that don't have a Hierarchical Select on the underlying page (so the required JS already exists)
#11
I'm using Hierarchical Select to help users select taxonomy terms. Within the popup box the javascript for Hierarchical Select doesn't seem to work. Instead it says "You don't have Javascript enabled...."