Opened 15 years ago
Closed 15 years ago
#61 closed defect (fixed)
QueryOnClick doesn't change cursor
Reported by: | adube | Owned by: | adube |
---|---|---|---|
Priority: | minor | Milestone: | First milestone |
Component: | widgets | Version: | 0.7 |
Keywords: | cursor, queryonclick | Cc: | adube@… |
Description
problem
The QueryOnClick widget, which extent OpenLayers.Control class, doesn't change the cursor when we set it in a .css file. The following doesn't work :
.olControlWMSGetFeatureInfoActive { cursor: url(path/to/myicon.cur), auto; }
solution
Removing the "activate" and "deactivate" function that currently overwrites its parent one should do the trick.
Note:
See TracTickets
for help on using tickets.
r772 : Bug fixed. A QueryOnClick sample was modified to show that this feature is now working properly.