With IE7 adding a point on the map with the editing toolbar results in the added point being
shown with an horizontal offset.
The OpenLayers example [1] works fine so must have to do with the stylesheet used by drupal.
IE8 works fine.
With IE7 adding a point on the map with the editing toolbar results in the added point being
shown with an horizontal offset.
The OpenLayers example [1] works fine so must have to do with the stylesheet used by drupal.
IE8 works fine.
Comments
Comment #1
strk commentedThis may be related: http://drupal.org/node/613002
Comment #2
zzolo commentedAs pointed to from strk, there is this ticket (with little to no information) in OpenLayers: http://trac.openlayers.org/ticket/2080 It doesn't really help much at all. :(
Comment #3
strk commentedThis other issue seems to be the same: http://drupal.org/node/717624
Comment #4
strk commentedI'm using Garland theme also
Comment #5
strk commentedInterestingi enough, when using the "Chameleon" theme, Firefox also breaks :/
_but_ IE7 works better.
Oh well.... I love web development
Comment #6
strk commentedWith "Zen" theme, all of (IE7, Chrome, Firefox) work
Comment #7
zzolo commentedSo, this was discussed in http://drupal.org/node/717624
Note that it is caused by specific styles in the Garland theme. What needs to happen:
1) Define what is the actual cause. Meaning what sort of style causes this.
2) Document this in an obvious place.
3) Try to provide a fix by overriding CSS with module. This is dependent on #1
Comment #8
zzolo commentedComment #9
tmcw commentedThis is not critical. It's nearly out of scope for the module, being a problem between a theme and an external library and a bad browser.
Comment #10
MikeNGarrett commentedI had this issue and it drove me crazy-pants for a number of days. Here's what I found:
Make sure your doctype is correct. I used:
DO NOT include the following line:
xmlns:olv="urn:schemas-microsoft-com:vml"DO NOT include the following line in your code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />I'm not sure where we found this, but it just breaks things.
Remember to either compress your css or have less than 31 css files.
Comment #11
zzolo commented