Opened 12 years ago

Closed 12 years ago

#3 closed defect (fixed)

Cursor not changed for pan and zoom functions on Chrome v15.0

Reported by: bfraser Owned by: theduckylittle
Priority: major Milestone:
Component: GeoMOOSE/JS Version: 2.6
Keywords: Cc:

Description

Cursor not changed for pan and zoom functions on Chrome v15.0 (although it is shown as you hold down the mouse button and move the mouse)

Change History (9)

comment:1 by bfraser, 12 years ago

Milestone: 2.6

comment:2 by theduckylittle, 12 years ago

Owner: set to theduckylittle
Status: newaccepted

Custom cursors are back, and seem to work fine in FF and Chrome.

Please someone test in IE.

r691

comment:3 by theduckylittle, 12 years ago

Chrome has some minor quirks that seem to want to have it revert to the built-in cursors during some moments. The cursor does come back but fighting it is not probably something worthwhile.

comment:4 by andersd, 12 years ago

I am on Chrome - 17.0.963.79 and things seem to be fine. However in IE8 we still have some problems as follows:

  1. Open Application IE8. (8.0.6001.18702)
  2. Zoom into by box <--- Problem as cursor does not change and stays as arrow
  3. Zoom out by box <--- Problem cursor does not change and stays as arrow
  4. Pan <-- Problem cursor does not change and stays as arrow
  5. Do Identify - Cursor changes to ? and displays circle marker
  6. Zoom into by box <-- Cursor goes to arrow but the "identify marker" continues to float with the arrow just like it does when the ?.

As a side note behavior you can also do the following in IE8.

  1. Add a sketch polygon
  2. Identify (?/marker cursor display)
  3. Edit the sketch polygon (? changes to arrow but marker still displays for cursor)
  4. Select Measure Area or Line (cursor changes correctly)
  5. Edit the sketch Polygon (cursor changes to an arrow with no marker like it should)

Hope this helps....

comment:5 by andersd, 12 years ago

Status: acceptedassigned

comment:6 by theduckylittle, 12 years ago

Status: assignedaccepted

IE Does not accept cursor offsets. The .cur file contains the offset so we cannot manually reposition the hot-pixel like we can with PNG (and co.) for the standards based browsers.

r721

comment:7 by EliL, 12 years ago

Cursors appear to work in IE8. I'll leave closing to Dean.

comment:8 by andersd, 12 years ago

Status: acceptedassigned

Testing done in Chrome and IE8 using demo-trunk this is better but has a small problem.

  1. Open
  2. Use identify
  3. Use Pan/Zoom icons <<- Problem the blue circle marker from identify persists when using pan/zoom. The icon changes but the marker remains. In IE8 the marker disappears for pan but remains for for zoomin/zoomout.

As a side note. When you use measure and go back to pan/zoom the cursor icon is correct and the blue circle marker is gone.

comment:9 by theduckylittle, 12 years ago

Resolution: fixed
Status: assignedclosed

EliL describes this under #68 . Closing this out and using #68 as the reference for the bug.

Note: See TracTickets for help on using tickets.