Author: max
Date: 2007-06-18 17:49:47 -0700 (Mon, 18 Jun 2007)
New Revision: 5465

Modified:
   openlaszlo/branches/legals/WEB-INF/lps/lfc/kernel/dhtml/LzMouseKernel.js
Log:
Change 20070618-maxcarlson-u by [EMAIL PROTECTED] on 2007-06-18 14:44:50 PDT
    in /Users/maxcarlson/openlaszlo/legals-clean
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: Fix LzCursor.restoreCursor() in DHTML

New Features:

Bugs Fixed: LPP-4152 - Global cursor should be cleared by 
LzCursor.restoreCursor() in DHTML

Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Provide correct default value for __showhand value in cases where 
showHandCursor() hasn't been called.
    

Tests: See LPP-4152.



Modified: 
openlaszlo/branches/legals/WEB-INF/lps/lfc/kernel/dhtml/LzMouseKernel.js
===================================================================
--- openlaszlo/branches/legals/WEB-INF/lps/lfc/kernel/dhtml/LzMouseKernel.js    
2007-06-18 23:33:14 UTC (rev 5464)
+++ openlaszlo/branches/legals/WEB-INF/lps/lfc/kernel/dhtml/LzMouseKernel.js    
2007-06-19 00:49:47 UTC (rev 5465)
@@ -63,6 +63,7 @@
         document.onmouseup = LzMouseKernel.__mouseEvent;
         document.oncontextmenu = LzMouseKernel.__mouseEvent;
     }    
+    ,__showhand: 'pointer'
 
     /**
     * Shows or hides the hand cursor for all clickable views.


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to