Change 20091114-maxcarlson-u by maxcarl...@bank on 2009-11-14 17:03:41 PST
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Add flag to disable mousewheel events in DHTML

Bugs Fixed: LPP-8401 - No way to disable mouse wheel events in DHTML

Technical Reviewer: hminsky
QA Reviewer: [email protected]

Release Notes: lz.embed.dhtml() now supports the cancelmousewheel, e.g.:
    lz.embed.dhtml({url: '...', bgcolor: '...', width: '...', height: '...', 
id: '...', accessible: 'false', cancelmousewheel: true});

Details: embed-body - Add explicit cancelmousewheel flag to embed statements.

embednew - Clean out old comments, cruft.  Move #pragma "passThrough=true" to 
top of file - it seems to be required to compile a valid include.  Make 
lz.embed.options properties much more explicit with defaults and comments.  
lz.embed.dhtml() disables mouse events when cancelmousewheel is true.

mousewheel - Shorten lookups, add setEnabled() method to deal with 
un/registering for browser mousewheel events.  

Tests: Setting cancelmousewheel: false in the wrapper HTML causes the browser 
to handle mouse wheel events in test/lfc/legals/keyboardandmouse.lzx for 
flash/os x and dhtml.

Files:
M       WEB-INF/lps/templates/embed-body.xslt
M       lps/includes/source/embednew.js
M       lps/includes/source/mousewheel.js

Changeset: 
http://svn.openlaszlo.org/openlaszlo/patches/20091114-maxcarlson-u.tar

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

Reply via email to