Closed (fixed)
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-2.0-beta0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2009 at 18:24 UTC
Updated:
30 Aug 2011 at 09:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
alextronic commentedsame here... anyone?
Comment #2
vosechu commentedCan you give my some more code to look at? I'm having no trouble getting my popups to pop in Chrome and IE7/8.
Comment #3
alextronic commentedhmmmm what kind of code?
seems like our themes are killing the popups.
I have tried to find the solution for so long, then gave up.
Maybe if I come across this issue again will open a new thread, well documented.
But I'm suspicious of this module in IE7-8 since it happened to me already twice, and I'm not the only one.
thanx anyway
Comment #4
JGO commentedI had the same problem with my site.
No idea what the cause is. When I enable javascript caching and also apply 2 patches found here for other issues, it seems to work now.
Unsure if the patches were also required. But when I disable the js caching again, the popups also stop working again for IE8 and chrome (OS = vista btw)
It might be the jquery update or the ajax module or something that is conflicting, unsure about this though.
----------------------------
JGO | http://www.e2s.be
----------------------------
Comment #5
mattyoung commentedI think in my case it was the syntaxhighlighter module. See #385664: broken by WYSIWYG module. I'm going to re-enable popups and see.
Comment #6
JGO commentedNot using that one myself, so that can not be the problem in my case
----------------------------
JGO | http://www.e2s.be
----------------------------
Comment #7
alextronic commentedI'm not using that module, so it's not the problem in my case... in fact I am not using any wysiwyg-type module. This is a very frustrating bug, I had to implement a very ugly workaround for IE to keep popups in other browsers because I preferred it rather that removing popups altogether. Anyone has a hint?
Comment #8
tallsimon commentedso do we think this is an interaction with another ajax module - i.e. it works on some more simple setup sites?
Comment #9
alextronic commentedYes it does... hard for me to find out which one of my maaaany modules is interacting and making popups not work in IE. What problem does IE have with ajax???
Comment #10
mailfox commentedpossible problem in which some js I also had the problem looked at other themes everything is worked off the third-party js in my case it; scripts [] = lib / js / jquery.stylish-select.js and; scripts [] = lib / js / jquery.selects-add.js then everything works will live insert ... to disable. info themes
Comment #11
ShadowMonster commentedThis problem appear also for me and we need totally leave this module for modal window from ctools. Anyway I give you some screen shot to help maybe. In my case I should have user login form in popup and basically i can see that it appear but everything is like cover by website. Please look on screenshot.
Comment #12
inders commentedFor 6.x-2.0-beta0 I can see popups working for AHAH/Ajax based forms/contents. It must be conflicting with some specific third party module js file.
Tried to reproduce on following browsers:
1) safari 5.1 works
2) Firefox 4.0 works
3) Chrome
4) IE 8
Tried with JS & CSS compression also. Not able to reproduce this issue.