[Chameleon-dev] [Bug 1388] cursortype does not work with maptips widget

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Tue Apr 18 04:33:39 EDT 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1388

bartvde at xs4all.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From bartvde at xs4all.nl  2006-04-18 04:33 -------
I decided to fix this in the HTML template instead, here are some instructions
for future reference:

1. add javascript function called CursorType in the HTML template:
function CursorType()
{
  document.getElementById("maptips_overlay").style.cursor =
gMapDHTMLForm.CURSOR_TYPE.value;
}

2. add CursorType to the OnLoad event of the body

3. when the nav tool changes, call CursorType
goEventManager.registerForEvent( 'NAV_TOOL_CHANGED', 'CursorType()' );




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list