[Laszlo-dev] For Review: Change 20090827-hqm-s Summary: make context menus 'hide' behavior match swf8

Henry Minsky hminsky at laszlosystems.com
Fri Aug 28 12:08:20 PDT 2009


In the sprite constructor, I see a value of zero being assigned to width and
height here

        if (quirks.fix_contextmenu) {
            var cxdiv = document.createElement('div');
            cxdiv.className = 'lzcanvascontextdiv';
            cxdiv.id = 'lzcanvascontextdiv';
            root.appendChild(cxdiv);
            cxdiv.owner = this;
            cxdiv.style.width = this._w;
            cxdiv.style.height = this._h;
            Debug.info("setting cvdiv.style.width", this._w);
            Debug.info("setting cvdiv.style.height", this._h);
            this.__LZcontextcontainerdiv = cxdiv;
        }

That prints out "0pt" for the values when it runs...

On Fri, Aug 28, 2009 at 2:28 PM, Henry Minsky <henry.minsky at gmail.com>wrote:

> This regression came with changeset
>
> r14554 | max | 2009-08-24 21:05:44 -0400 (Mon, 24 Aug 2009) | 18 lines
>
> Change 20090821-maxcarlson-Y by maxcarlson at Bank on 2009-08-21 17:33:09 PDT
>     in /Users/maxcarlson/openlaszlo/trunk-clean
>     for http://svn.openlaszlo.org/openlaszlo/trunk
>
> Summary: Eliminate scrollbars for oversized divs
>
>
>
>
>
> On Fri, Aug 28, 2009 at 1:44 PM, Henry Minsky <henry.minsky at gmail.com>wrote:
>
>> I'll try and locate where this regressed
>>
>>
>> On Fri, Aug 28, 2009 at 1:01 PM, Max Carlson <max at laszlosystems.com>wrote:
>>
>>> I swear this was working the other day. What does a binary search say?
>>>
>>> -----Original Message-----
>>> From: Henry Minsky <henry.minsky at gmail.com>
>>> Sent: Friday, August 28, 2009 8:58 AM
>>> To: andre.bargull at udo.edu; P. Tucker Withington <ptw at openlaslzo.org>
>>> Cc: max at laszlosystems.com; laszlo-reviews at openlaszlo.org
>>> Subject: Re: For Review: Change 20090827-hqm-s Summary: make context
>>> menus 'hide' behavior match swf8
>>>
>>> Hey Tucker, do you happen to know if something changed recently with text
>>> or selection that makes it not possible to select debugger messages in the
>>> DHTML debug window?
>>>
>>>
>>>
>>>  And I'm currently unable to inspect messages in the DHTML debugger (at
>>> least under Firefox3, trunk at 14603), is that a known issue?
>>>
>>>
>>>
>>>  On 8/28/2009 5:39 AM, Henry Minsky wrote:
>>> Change 20090827-hqm-s by hqm at badtzmaru.home 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
>>>
>>
>>
>>
>> --
>> Henry Minsky
>> Software Architect
>> hminsky at laszlosystems.com
>>
>>
>>
>
>
> --
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com
>
>
>


-- 
Henry Minsky
Software Architect
hminsky at laszlosystems.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20090828/7b247df4/attachment.html


More information about the Laszlo-dev mailing list