On Fri, 2009-03-13 at 18:05 -0400, Derrell Lipman wrote:

> 
> 
> 
>         I don't know what demo you are looking at, but on the popup
>         demo the objects, for me, stay visible until I click on
>         something. They don't close on their own. And looking at the
>         code, there is nothing to tell it to close after a given
>         amount of time.
> 
> 
> Sorry I haven't been following this thread, so I may be
> misinterpreting Jim's reply.
> 
> There was a bug in qooxdoo a week or so ago that caused context menus
> to go away as soon as the right button was released. In order to
> select an item from the context menu, it was necessary to hold down
> the right button, move the mouse to the item to be selected, and left
> click while holding down the right click. That bug has since been
> fixed, but it may have been fixed after the recent release. I don't
> recall. What Jim is describing as actions you're seeing sounds a lot
> like what was happening with the context menus. You might want ot make
> sure you're running current trunk and not a version from more than a
> couple of days ago.
> 
> Cheers,
> 
> Derrell
> 



Derrell,

It's not obvious to me that this is related to my original question,
which had to do with popup objects (in my case, a table that is
displayed from a textfield event) not disappearing when I click on
something else on my page.  So, my problem is something NOT going away
instead of something going away too soon.  These seem quite opposite to
me!

For discussion, I downloaded 0.8.2 from Sourceforge.net on Wednesday
morning around 9:00 am EST (or 2:00 pm GMT).

Jim had some useful thoughts on how to work around the issue, but I'm
still waiting for someone to tell me if my experience with my popup
table staying visible is expected behavior or a bug in the framework,
taking into account that I'm using an "Inline" implementation.  

Note that I have two textfields that each open a popup table.  Something
I have determined through trial-and-error is that if I get the first
table open by typing in the first textfield, I can move focus to the
second textfield and start typing, resulting in both popup tables being
visible.  When I move the focus into the second table, the first table
THEN closes.  This seems way too late to me.  That's why I'm wondering
if the framework has a bug.  (Please note:  I've talked in previous
posts about how I have tried to add special event listeners that force
the tables to close, but for these tests I had them commented out to
duplicate the original problem (since they're not working correctly
anyway).

I added each textfield into a dedicated DIV tag for each textfield, and
the popup object and the child table are instantiated from within the
event listener with positioning relative to the textfield itself.  I
think this is consistent with how the demobrowser example implements the
popup objects.  Does this make the popup and child table objects
children of their respective textfield objects in terms of the DOM
structure?

Thanks,

   Gene


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to