> Stefan, >I can't find a way to apply Event.sinkEvents to selections within my >Grid. Can you give me a basic example of how I would apply that to a >grid for selections?
>~Scott Hi Scott, I do not answer to personal mail without a support contract ;-) The mentioned idea is, that a selection starts with some kind of mouse click. When you catch this click and avoid default handling, this may succeed. However, a specific "selection" is not known to me. Your problem is a general one. The google group app behaves the same as you describes. You ca do selection regardless of you application. In such cases you will detect that we are still using browser which allows to copy and paste html. On thing i detected recently is that a absolute positioned panel (like LayoutPanel) do limit the selection across widget. However, maybe the easiest might be to ignore this requirement as it seems to lead to a bunch of hacks. Stefan Bachert http://gwtworld.de On Jun 18, 6:12 am, spierce7 <[email protected]> wrote: > I was playing around with the CSS option, and it doesn't work in IE. I > need something that works in all major browsers. -- 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.
