Closed (cannot reproduce)
Project:
Simple Dialog
Version:
7.x-1.6
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2012 at 13:33 UTC
Updated:
4 Apr 2013 at 16:50 UTC
Hello,
I got some problem on ie 8. The modals don't work (i try with the simple dialog example). the error messages say that the object don't have split method line 120 caracteres 9 (idem for dev version but at line 113). Can you help me?
regards,
Salade de phalanges
Comments
Comment #1
drclaw commentedI couldn't reproduce the issue, but I have an idea of what it might be... I committed a fix to dev:
http://drupalcode.org/project/simple_dialog.git/commitdiff/4532a7a4814d2...
Give it a try and see if it fixes it for you. If it does I can push a new release.
Comment #2
nikkilabrum commentedHi,
I've just added the patch and it didn't work for me. Tried clearing site and browser cache but still nothing :( Still works in Chrome & FF. Really need this to work so will try to investigate and see if I can come up with anything.
Thanks,
Nikki.
Comment #3
nikkilabrum commented...I've noticed the same is happening with Lightbox2.
Comment #4
nikkilabrum commentedSomeone mentioned Colorbox works fine in IE8, however I need to load a form in a modal window, not images which apparently Colorbox doesn't support.
Comment #5
drclaw commentedI still can't reproduce the error... What kind of form are you trying to load in the dialog? Is it a webform, or a custom form? There's a module for colorbox called colorbox node that handles webforms quite nicely (I just discovered it a few days ago)...
Comment #6
nikkilabrum commentedHi,
I'm using webform - I'll have a look into Colorbox node and report back. I've tried looking into modal forms using ctools over the weekend but I just can't get my head around it!!
Comment #7
drclaw commentedHaha, yeah those can be tricky. Colorbox node it really nice because it incorporates ajax validation to the webform. I've been thinking about adding something like that to simple dialog for a while but haven't had the chance just yet... Anyway, good luck!
Comment #8
nikkilabrum commentedHi drclaw, just to update - I did end up using colorbox node for the webform. It was the only modal window that I could get to work with ie8! It works quite well so thanks very much for pointing it out to me as I didn't come across this in any of my searches :)
Comment #9
drclaw commentedNo problem. I still don't know why simple dialog wasn't working for you in ie8, but I'm glad you've found a solution. =)
Comment #10
langelhc commentedI also have the same problem with IE8, I want to load webforms in popups but don't work, when I clicked the page is refreshed to display the webform.