> It's apparently no longer possible to show the built-in native context-menu > if requested by a call to "lz.contextmenu#showBuiltInItems()".
Oh I wasn't aware that was supposed to work that way. I thought it was only if you set the context menu to 'null' that the native menu would show. It's a little different in DHTML than SWF, because in SWF we always use the native menu, but just control what items are shown, whereas in DHTML we completely suppress the native menu if we're showing any custom items. So I'm not sure what showBuiltinItems ought to do in DHTML... > > > 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 >> >> -- Henry Minsky Software Architect [email protected]
_______________________________________________ Laszlo-reviews mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
