Closed (fixed)
Project:
Popup filter
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jul 2009 at 02:02 UTC
Updated:
19 Nov 2009 at 14:47 UTC
Jump to comment: Most recent file
Has anyone else found an issue when this module is installed with the Zen theme and there is content in the right-sidebar?
In my case, it sends the menu and right-sidebar to below the footer. Does anyone know a fix?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ie6-popup.PNG | 8.92 KB | andrewsuth |
| #2 | other-browsers-popup.PNG | 9.12 KB | andrewsuth |
Comments
Comment #1
Scheepers de Bruin commentedHi Andrew
Where exactly are you embedding the popup content, and what type of content are you embedding?
s
Comment #2
andrewsuth commentedI decided to try this on a clean theme installation (not just Zen) to test the cross-broswer compatability.
I created a new blank theme with no CSS or formatting (just the
.infofile).I embedded the popup into a CCK textfield and displayed the full node - the popup appears in the content region of the theme.
IE 6.0
- The text surrounding the pop-up clusters around and it does not pop-up. (see
ie6-popup.PNGimage attached)(I found this was the same problem I was getting with the Zen theme as well)
Opera 9.64 (most recent)
- The pop-up does not work at all when clicked.
In FF, Chrome and Safara it works perfectly. The other
other-browsers-popup.PNGimage attached is how it appears in all other broswers except for IE6.EDIT: I discovered the error was due to trying to use
<a href="">in the popup. Does anyone know the correct markup to get it to work?Once I removed the
<a>tags, I did find the following issue though:The popup code I am using is the following:
Comment #3
Scheepers de Bruin commentedIf you want to popup content containing any markup, I suggest to rather pupup a node or content generated using the php type popup. The text type is purely for plain text (I've updated the documentation accordingly).
For the Opera issue re. the trigger being covered, try explicitly setting the origin and expand attributes.
I'm having difficulty replicating this in Opera 9.64, both Windows and Mac versions, so I'll investigate further if anyone else runs into this.
Comment #4
andrewsuth commentedI resolved the issue with Opera by making the surrounding
<p>an inline element.Comment #5
Scheepers de Bruin commented