> 2) If you click the left mouse button, hold down, then click right button and 
> finally lift left button, the context-menu is displayed (SWF8)
> => not displayed in DHTML 

This still doesn't work like in SWF8, the context-menu is closed in 
DHTML as soon as you lift the left mouse button. But I'm not sure it's 
possible to get complete parity with SWF8, there are more important 
issues listed below (which are unrelated to this change):

It's apparently no longer possible to show the built-in native 
context-menu if requested by a call to "lz.contextmenu#showBuiltInItems()".

Some IE specific issues:
- Press left mouse button and hold down, now click right mouse button:
a mousedown-event is generated, but no mousedown-event in 
SWF8/DHTML-Firefox3
- Right click into an already opened context-menu:
it's now reopened, but the right click needs to be ignored (like in 
SWF8/DHTML-Firefox3)

And I'm currently unable to inspect messages in the DHTML debugger (at 
least under Firefox3, tr...@14603), is that a known issue?


On 8/28/2009 5:39 AM, Henry Minsky wrote:
> Change 20090827-hqm-s by [email protected] on 2009-08-27 23:33:23 EDT
>     in /Users/hqm/openlaszlo/trunk-diamond/WEB-INF/lps/lfc
>     for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc
> 
> Summary: make context menus 'hide' behavior match swf8
> 
> New Features:
> 
> Bugs Fixed: LPP-8218
> 
> Technical Reviewer: max
> QA Reviewer: andre
> Doc Reviewer: (pending)
> 
> Documentation:
> 
> Release Notes:
> 
> Details:
> 
> + Change to make a context menu hide if you mouse up or down outside of it.
> 
> Added check in LzMouseKernel#__sendEvent to  look for mousedown and 
> mouseup events,
> and hide any context menu that is open.
> 
> 
> Tests:
> 
> + Mouse right to show context menu, then hold left mouse button down and 
> drag out of menu, and release button.
> Context menu should hide on mouse up.
> 
> + Mouse right to show context menu. Move mouse outside of menu and press 
> left button. Menu should
> hide on mouse down.
> 
> Files:
> M      kernel/dhtml/LzMouseKernel.js
> 
> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20090827-hqm-s.tar
> 
_______________________________________________
Laszlo-reviews mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews

Reply via email to