Closed (works as designed)
Project:
Simple Dialog
Version:
7.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2012 at 11:49 UTC
Updated:
24 Oct 2013 at 18:43 UTC
Using the following link below works in Firefox, Chrome and Safari but in Internet Explorer it opens an empty window. This seems to happen when the referenced title variable contains spaces.
<a class="simple-dialog" href="<?php global $base_path; print $base_path; ?>node/374?reference=<?php print render($title); ?>&url=<?php global $base_path; print $base_path; ?>node/<?php print render($nid); ?>" name="node-374" rel="width:500px;position:[center,60]" title="Email a friend">Email a friend</a>
Comments
Comment #1
vogre commentedBump! Works ok in chrome, loads white window in Firefox
Comment #2
drclaw commentedAh yes... I thought I replied to this one. I'll look into it this weekend.
Comment #3
drclaw commentedIs anyone still having this problem? I can't reproduce it... Maybe a little more information? IE Version? Also a code block directly from the rendered html page would be nice (without the php tags).
Thanks!
Comment #4
cayerdis commentedIt does not work in IE8, IE7. I tested using it the simple dialog example provided with the module. It only display a blank page. It works great in IE9
Comment #5
drclaw commentedHm... Looks like I'll have to do some more testing.
Comment #6
gooney0 commentedI've made an ugly fix for 7.x-1.6
Here are the changes I made to simple_dialog.js starting at line 79:
Comment #7
gooney0 commentedI solved my issue. It turns out the page template had too may closing DIV tags. Only IE reacted to this.
Comment #8
drclaw commentedGreat!