The global mouse events from clicking on selectable text in DHTML seem to be correct, but I am getting a weird artifact when I click on the debugger and drag it in DHTML/Firefox (OSX). The first time I click I can drag the debugger, but the second time I get a little square box around the mouse, and dragging is sort of enabled but delayed, and I can't stop dragging.
On Thu, Jul 29, 2010 at 9:30 PM, Max Carlson <[email protected]> wrote: > Change 20100729-maxcarlson-F by maxcarl...@friendly on 2010-07-29 18:27:28 > PDT > in /Users/maxcarlson/openlaszlo/trunk2 > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: DHTML add global mouse events for selectable text > > Bugs Fixed: LPP-9192 - lz.GlobalMouse events not consistent across runtimes > for selectable text. > > Technical Reviewer: hminsky > QA Reviewer: mdemmon > > Details: Use LzSprite mechanism to register for mouse events on text divs > when selectable. Override mouse handler to send global mouse events and > always allow default actions, e.g. drag to select. > > Tests: See LPP-9192 in DHTML > > Files: > M WEB-INF/lps/lfc/kernel/dhtml/LzTextSprite.js > > Changeset: > http://svn.openlaszlo.org/openlaszlo/patches/20100729-maxcarlson-F.tar > -- Henry Minsky Software Architect [email protected]
