the relatedObject field in the doubleclick event is null in my case. Speaking of mouse events on textfields.... I have been going around in circles for a while now trying to get the focus and selection to work properly for the bidi input text class, there seems to be a couple of interactions with the kernel focus mechanism which I just cannot figure out. Basically the focus keeps getting yanked out from under me in a couple of different cases; when I tab into a field, or when I click on it the first time. The focus also seems to get messed up by the code which does a select-all when you tab into a field.
Maybe I can do some pair programming with you on this tomorrow... getting the focus behavior seems real close and yet so elusive... On Tue, Jul 27, 2010 at 12:00 AM, Max Carlson <[email protected]> wrote: > Does inspecting the event object tell you where it originated, e.g. > event.relatedObject? > > > Regards, > Max Carlson > OpenLaszlo.org > >
