Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Bing maps pop up after upgradeBing maps pop up after upgrade
Previous
 
Next
New Post
2/17/2012 12:11 PM
 

I'm working on upgrading dnn from 5 to 6. We have Bing maps on the site. One of the problems we ran into is that if when one of the pins on the maps is hovered over, the infobox pop up is now behind the modules on the page. Reading some of the pages here, I tried changing the z-index in the .DNNModules class in the default.css, but this only seems to work for IE. Firefox and Chrome still have the box pop up under the modules. Anyone have any ideas?

 
New Post
2/17/2012 1:04 PM
 

I'm not sure just upgrading would initially cause that issue unless maybe your doctype changed.  I'm assuming your using the same skin as before....does it only happen when a user is logged in or does that not matter?



Andrew Walker

Learn to make your own beer and wine at homeIf you enjoy making your own beer and/or wine - be sure to check out http://www.ForemostBrewing.com
 
New Post
2/17/2012 3:25 PM
 

It doesn't matter if anyone is logged in or not. It happens on 2 different servers we are testing on and everything works fine if we revert to the old copy. If the site is updated, it stops working again. I'm guessing some sort of conflict with what DNN, Bing and/or our code is doing with CSS being that it seems to be browser specific.

 
New Post
6/5/2012 9:53 AM
 

Hi,

I'm having the exact same issue here in DNN 6. IE works fine. Chrome and Safari load the Bing Map fine but the pin popups would go behind the module container. FireFox wouldn't even load the Bing Map at all.

Have you found a solution for it?

Thanks.

 
New Post
6/5/2012 12:11 PM
 
Fixed it!

I changed my LoadMap function to the following. The soluction is to avoid calling anything in VE until you are sure that the VE script has loaded and the auxiliary library has loaded.

var interval = setInterval(function () {
if ((eval("typeof VEMap") != "undefined") && (document.getElementById("mapDiv").attachEvent != undefined))
{ clearInterval(interval); myMap.LoadMap(); }
}, 10);
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Bing maps pop up after upgradeBing maps pop up after upgrade


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out