Yeah, I filed the Safari issue here: http://jira.openlaszlo.org/jira/browse/LPP-8626
Henry Minsky wrote: > This fixes the multiselect bug on OSX in Firefox and Safari for DHTML. > > However I noticed that in the example > http://127.0.0.1:8080/trunk/examples/components/list_example.lzx?lzr=dhtml > in Safari/DHTML, the first example list component is not drawing > correctly at all. That > seems to be a regression that is prior to this bug fix though. > > > > > > On Mon, Nov 30, 2009 at 7:48 PM, Max Carlson <[email protected] > <mailto:[email protected]>> wrote: > > Change 20091130-maxcarlson-J by maxcarl...@bank on 2009-11-30 > 16:43:33 PST > in /Users/maxcarlson/openlaszlo/trunk-clean > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: Fix multi-select on OS X DHTML > > Bugs Fixed: LPP-8476 - Can't multi-select on OS X > > Technical Reviewer: ptw > QA Reviewer: hminsky > > Details: LzKeyboardKernel.js - Comment out unwanted portion of > metaKey processing in __updateControlKeys(). > > LzSprite - Turn on alt_key_sends_control quirk for all browsers > under OS X, don't turn on for Safari which is available on Windows. > Turn on hasmetakey quirk so metaKey processing happens in > LzKeyboardKernel.__updateControlKeys(). > > Tests: Multi-select now works in OS X Firefox DHTML with either the > alt or apple/command key. > > Files: > M WEB-INF/lps/lfc/kernel/dhtml/LzKeyboardKernel.js > M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js > > Changeset: > http://svn.openlaszlo.org/openlaszlo/patches/20091130-maxcarlson-J.tar > > > > > -- > Henry Minsky > Software Architect > [email protected] <mailto:[email protected]> > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Laszlo-reviews mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews -- Regards, Max Carlson OpenLaszlo.org _______________________________________________ Laszlo-reviews mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
