This morning, I upgraded my browser to Firefox 12.0 and Overlib is no longer working. Basically, the popout works, but as soon as I try to mouse over it, it...
13025
Jeff
jeffshead@...
Apr 30, 2012 4:51 pm
Josh, I just updated FF and all of my popups on all of my sites still work the same as they did with FF11. If you provide a URL to your site, I'll see what...
13027
reboughner0718
Apr 30, 2012 6:57 pm
... Josh, Check the error console after you mouseover an overlib popup and see what sort of errors you're getting; that may be a clue to what's going on with...
13028
Josh Feingold
joshfeingold
May 1, 2012 12:10 pm
Jeff - Thanks for the reply. Can you double check and make sure that you are using FF12? I don't really have public access to the app, but if you do, I'll...
13029
Lonni J Friedman
beemer9
May 1, 2012 12:16 pm
FWIW, I'm also using Firefox12 and can *NOT* reproduce any issues with overlib....
13030
Josh Feingold
joshfeingold
May 1, 2012 1:02 pm
All - I have saved the webpage and hopefully, the issue will be replicated. http://allstafftech.com/searchContact.php.htm I have sense gone back to FF11 in the...
13031
Lonni J Friedman
beemer9
May 1, 2012 1:05 pm
... As someone else suggested, this page is loaded with errors. I'd guess that Firefox12 is far less forgiving and you're now seeing that. You need to fix...
13032
Josh Feingold
joshfeingold
May 1, 2012 1:10 pm
Thanks. I'll see what I can do with the errors...! ... -- Josh Feingold 404-993-3334...
13033
James Stewart
jds_y
May 1, 2012 4:40 pm
I am using FF12, and the situation you describe is apparent with my browser, too. I opened the page you provided in my FF12 browser, and indeed, the menus...
13034
Jeff
jeffshead@...
May 1, 2012 5:20 pm
Yea, try using the FireBug Add-on for FF to debug the page. Cheers, Jeff -- From: overlib@yahoogroups.com [mailto:overlib@yahoogroups.com] On Behalf Of Josh...
13035
Josh Feingold
joshfeingold
May 1, 2012 5:22 pm
Thanks everyone for your help. I'm going to see if I can close out all the errors and see if that fixes things. If anyone has an obvious answer, I'm all ears...
13036
Josh Feingold
joshfeingold
May 7, 2012 1:17 pm
Hi all! Well, I got down to one error (really just a warning) on the page: Warning: An unbalanced tree was written using document.write() causing data from the...
13037
reboughner0718
May 7, 2012 6:57 pm
... Josh, I don't find any calls to overlib on the page you reference. I see the loading of the module in a <script type="text/javascript" src="..."> but that...
13038
Josh Feingold
joshfeingold
May 7, 2012 7:05 pm
Thanks for trying. The call is made with ShowPopupDiv And the error is probably something surrounding: HidePopupDiv In Firefox 12 are you finding that the...
13039
reboughner0718
May 7, 2012 11:21 pm
... Neither ShowPopupDiv and HidePopupDiv are part of the overlib code. This must be something that you've added and I really can't answer your questions...
13040
nautilussphinx
Jun 4, 2012 7:27 am
Hi, I need to export data from a sticky pop-up using Overlib..Is there a way i can do that.....
13041
reboughner0718
Jun 4, 2012 12:58 pm
... Do you have an example page of what you're trying to do? That would be most helpful. Bob PS. At present there isn't a way to do that that I'm aware of....
13043
nautilussphinx
Jun 6, 2012 10:21 am
Hi, I created a functionality to export data to excel from overlib pop-up...Now the issue is the export button is coming every where the jsp is using...
13044
nautilussphinx
Jun 6, 2012 10:23 am
Hi, I created a functionality to export data to excel from overlib pop-up...Now the issue is the export button is coming every where the jsp is using...
13045
reboughner0718
Jun 6, 2012 9:22 pm
... You're in the wrong newsgroup. You want the overlibmws group at http://tech.groups.yahoo.com/group/overlibmws/....
13050
Jeff
jeffshead@...
Jul 19, 2012 9:00 am
I would like to set some pop-ups' widths to 700px or more. The problem I'm running into is that the pop-ups run off of the screen when the page is viewed by...
13054
mogli1311909
Sep 24, 2012 3:12 am
In IE 10 oberlib does work only in compatibility mode. It doesn't work in normal mode, It generates an error: Details zum Fehler auf der Webseite ...
13055
reboughner0718
Sep 24, 2012 3:00 pm
... Thank you for letting us know about this problem but I would not be too concerned until IE10 becomes widely installed. At present, it is still in Beta...
13056
mogli1311909
Sep 24, 2012 3:32 pm
... I see. I have the TechNet Version of W8 Pro 64 with IE 10, but it seems, that IE 10 runs in IE7 compatibility mode, although I explicit disabled the...
13057
mogli1311909
Sep 24, 2012 3:39 pm
... PS: When I set the lines 212-224 (// Microsoft Stupidity Check(tm) under comment, the popup works. btw. there is a second error in line 174: Meldung: Die...
13058
korggy92
Nov 27, 2012 1:55 pm
... Now that IE10 is officially released, I'm beginning to run into this issue more and more. Any ideas/plan for a fix? Thanks! Mike...
13059
korggy92
Nov 27, 2012 2:04 pm
... I believe I may have fixed this. Based on the regex provided by Microsoft here: http://msdn.microsoft.com/en-us/library/ms537509(v=VS.85).aspx I changed...
13060
reboughner0718
Nov 28, 2012 12:27 am
... I've tested it in IE9.0 and it works there too. I can't see why it won't work in other versions of IE too so go ahead and make that change to the code....
13061
reboughner0718
Nov 29, 2012 12:09 am
... The following will also work in IE10. navigator.userAgent.match(/MSIE92;s+([0-9]+\.[0-9]+)/i)[1]...
13062
upadukone
Dec 11, 2012 12:58 am
Hello all, I wanted to know if anyone has displayed the content of another page in a popup window. To explain what I mean: I have a page on www.somepage.com. ...