Hi,

I am working on a table header that captures mouse events in order to
resize the table columns.

It is woking property, as long as I do not move the mouse to fast and
don't leave the header "area".

So I took a look at the SplitLayoutPanel to see how this has been
solved there. The SplitLayoutPanel uses a full screen div (a glass
panel). So far so good, but as soon as I try the same approach, I stop
receiving events.

Looking at the dom, the only difference I see is that the divs in the
split layout panel have different zIndex values that my header haves,
but I am not sure if this is my problem and where the zindex is being
set in the split layout panel.

Could someone provide me some directions on how to do the glass panel
magic and still receive the events?


brgds

Papick

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to