My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1404: Error with cursor in Opera
3 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Aug 2009


Sign in to add a comment
 
Reported by albertebert, Jun 18, 2009
//
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/cb0ac391228ac268#

OPERA  9.64  ||  Opera/9.64 (Windows NT 5.1; U; de) Presto/2.1.1
Win XP SP3

CSS - CURSOR -ERROR

error-message:

CSS - http://test.de/googlemapsapitest.htm
DOM style property
Invalid value for property: cursor
Line 1:
  url(http://maps.gstatic.com/intl/en_us/mapfiles/closedhand_8_8.cur),
move

-------------------------------------------------------------------------
^
CSS - http://test.de/googlemapsapitest.htm
DOM style property
Invalid value for property: cursor
Line 1:
  url(http://maps.gstatic.com/intl/en_us/mapfiles/openhand_8_8.cur),
default

--------------------------------------------------------------------------
^

----------------------------------------------------------------------------------------------------------------

CAUSES IN: main.js, line 101:
function xe(a, b)
{
   Y[G](this);
   if( ! ye)
   {
      var c, d;
      if(S.J() && S.ya != 2)
      {
         c = "-moz-grab";
         d = "-moz-grabbing"
      }
      else if(S[y] == 3)
      {
         c = "url(http://maps.gstatic.com/intl/en_us/mapfiles/
openhand_8_8.cur) 8 8, default";
         d = "url(http://maps.gstatic.com/intl/en_us/mapfiles/
closedhand_8_8.cur) 8 8, move"
      }
      else
      {
         c = "url(http://maps.gstatic.com/intl/en_us/mapfiles/
openhand_8_8.cur), default";
         d = "url(http://maps.gstatic.com/intl/en_us/mapfiles/
closedhand_8_8.cur), move"
      }
      ze = c;
      Ae = d;
      ye = f
   }
   var e = b ||
   {
   }
   ;
   this.p = a;
   this.Ti = e.restrictX;
   this.xg = 

  
THANKS TO PAMELA!!!	
pamela (Google Employee)   	
Von: "pamela (Google Employee)" <[email protected]>
Datum: Thu, 18 Jun 2009 14:59:47 +0800
Lokal: Do 18 Jun. 2009 08:59
Betreff: Re: [Google Maps API v3] Re: CSS - CURSOR - ERROR IN OPERA
Antworten | Antwort an Autor | Weiterleiten | Drucken | Einzelne Nachricht
| Original anzeigen | Diese Nachricht melden | Nachrichten dieses Autors suchen
Right now, our code uses built-in cursors (-moz-grab, moz-grabbing)
for Firefox, custom cursors with specified hot spots (8,8) in Webkit,
and custom cursors with hot spots in the *.cur files in every other
browser. We presume every other browser to be IE, as we do not
officially support Opera.

We may be able to make this small fix for Opera, so please file it as
a bug in the issue tracker and I'll share internally. Note that we
will not spend significant extra time fixing Opera issues, since it
isn't one of the browsers we've committed to support.

- pamela 
Jun 21, 2009
#1 pamela.fox
(No comment was entered for this change.)
Summary: Error with cursor in Opera
Status: Confirmed
Labels: ApiType-Javascript3 Type-Defect Browser-Opera Internal-1932211
Jul 29, 2009
#2 pamela.fox
(No comment was entered for this change.)
Status: FixedNotReleased
Aug 6, 2009
#3 d.l%[email protected]
(No comment was entered for this change.)
Status: Fixed
Labels: Fixed-10
Oct 4, 2009
#4 [email protected]
Is this been fixed?
I'm using polygon overlays which work fine in all browsers except Opera V10.

Code snippet:
var polygon2 = new GPolygon(pointsArrayComplete2, '#f33f00', 1, 1, '#ff0000', 0.2);
GEvent.addListener(tmpMarker, 'click', function() {if(polygon2.isHidden() == 
false){parent.map.addOverlay(polygon2);}else{parent.map.removeOverlay(polygon2);}});
GEvent.addListener(polygon2, 'click', function() 
{parent.map.removeOverlay(polygon2);parent.map.closeInfoWindow();});

The error I get is:
DOM style property
Invalid value for property: cursor
url(http://maps.gstatic.com/intl/en_ALL/mapfiles/openhand_8_8.cur), default

Oct 4, 2009
#5 pamela.fox
It was fixed in v3, not v2. Star this issue:
https://code.google.com/p/gmaps-api-issues/issues/detail?id=1487

Sign in to add a comment

Powered by Google Project Hosting