Opened 13 years ago
Closed 13 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 , 13 years ago
Milestone: | 2.6 |
---|
comment:2 by , 13 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:3 by , 13 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 , 13 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:
- Open Application IE8. (8.0.6001.18702)
- Zoom into by box <--- Problem as cursor does not change and stays as arrow
- Zoom out by box <--- Problem cursor does not change and stays as arrow
- Pan <-- Problem cursor does not change and stays as arrow
- Do Identify - Cursor changes to ? and displays circle marker
- 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.
- Add a sketch polygon
- Identify (?/marker cursor display)
- Edit the sketch polygon (? changes to arrow but marker still displays for cursor)
- Select Measure Area or Line (cursor changes correctly)
- Edit the sketch Polygon (cursor changes to an arrow with no marker like it should)
Hope this helps....
comment:5 by , 13 years ago
Status: | accepted → assigned |
---|
comment:6 by , 13 years ago
Status: | assigned → accepted |
---|
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.
comment:8 by , 13 years ago
Status: | accepted → assigned |
---|
Testing done in Chrome and IE8 using demo-trunk this is better but has a small problem.
- Open
- Use identify
- 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 , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Custom cursors are back, and seem to work fine in FF and Chrome.
Please someone test in IE.
r691