[Mapguide-trac] [mapguide-trac] #2105: Chromium/Google Chrome cursor displacement in Ajax viewer

MapGuide Open Source trac_mapguide at osgeo.org
Mon Nov 5 01:11:29 PST 2012


#2105: Chromium/Google Chrome cursor displacement in Ajax viewer
--------------------------+-------------------------------------------------
   Reporter:  gabrimonfa  |       Owner:       
       Type:  defect      |      Status:  new  
   Priority:  low         |   Milestone:       
  Component:  General     |     Version:  2.2.0
   Severity:  trivial     |    Keywords:       
External_id:              |  
--------------------------+-------------------------------------------------

Comment(by gabrimonfa):

 Formatting the code properly in WikiFormatting syntax

 {{{
 -     else
 -     {
 -         strCursor = "url('../stdicons/" + strCursor + ".cur'), pointer";
 -     }

 +     else
 +     {
 +         // https://code.google.com/p/chromium/issues/detail?id=145919
 +         if (chrome && (strCursor == "digitizePoint" strCursor ==
 "measure"))
 +             strCursor = "crosshair";
 +         else
 +             strCursor = "url('../stdicons/" + strCursor + ".cur'),
 pointer";
 +     }
 }}}

 I will also attach a patch w.r.t. current trunk

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2105#comment:3>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list