Follow up: The problem is that when dragging the splitter, the mouse cursor gets ahead of the splitter and finds itself over the Frame. Once over the Frame, all events appear to go to the browser frame, and resizing stops until the cursor is moved outside the Frame.
I've tested with Firefox, IE8, Google Chrome, and Opera, and they all show the problem except Opera. Surprisingly, the drag action in Opera is so fast that the mouse cursor never leaves the splitter -- the splitter always keeps up with the mouse. I have a partial work-around. I put a 20px buffer zone (SimplePanel) between the splitter and the Frame. This way, when the mouse cursor gets ahead of the splitter, it finds itself over the buffer zone, not the Frame (as long as I don't drag too fast), and resizing continues. Is there a way to keep the mouse events flowing to the splitter even when the mouse cursor gets ahead of the splitter and over the Frame? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
