On 6 oct, 14:34, ThomasWrobel <[email protected]> wrote:
> reg "Basically is it possible for an image widget to be "transparent"
> as
> regards to click events, passing them to the panel under it?"
>
> Sorry to bump this, but I haven't been able to find a solution myself
> apart from very crude work-arounds.
> It seems like something fundamental I should know how to do too...if
> it exists.
> So a confirmation/denial from someone would be nice :)
AFAICT, when you start dragging the image it... starts dragging the
image... AFAICT, you should be able to bypass this behavior setting
the 'draggable' attribute (from the upcoming HTML5) to "false", and
for WebKit (or at least, Safari) which exhibit a similar behavior, set
the CSS style property -webkit-user-drag to none
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---