Summary: Fix bug in DHTML kernel preventing radio and checkboxes from working
New Features:Bugs Fixed: LPP-2808 - Calling setClickable(false) on a previously clickable view fails to pass clicks to a parent view in DHTML
Technical Reviewer: hminsky QA Reviewer: jgrandy Doc Reviewer: (pending) Documentation: Release Notes:Details: I needed to tweak the kernel to only set the visibility of the shadow click view if clickable == true. Same for setVisible ()... All is good now!
Tests: This now passes:<view width="50" height="50" clickable="true" onclick="Debug.write ('back')" bgcolor="green"> <view width="50" height="50" clickable="true" onclick="Debug.write('front'); this.setClickable(false);"/>
</view> Files: M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
patch.maxcarlson.r3X5.tgz
Description: Binary data
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
