Scratch that, I tried using
"-moz-user-select:none;" and it stops being selected in Firefox (looks
neater), but it still gets stuck to the mouse

I just think that "mouse up" isnt being fired on the underlaying abs
panel when the user releases the mouse after a drag.

On Oct 6, 8:51 pm, ThomasWrobel <darkfl...@gmail.com> wrote:
> Good idea but no effect.
> At least, I think its got no effect, still getting the stuck mouse
> problem.
>
> The code I added was;
>
> contents.getElement().setAttribute("draggable", "false");
> contents.getElement().getStyle().setProperty("webkitUserDrag",
> "none");
> contents.getElement().setPropertyBoolean("draggable", false);
>
> (I tried "none" rather then false, but I think its supposed to be
> false, I also tried just the last and just the first line)
>
> Heres the 
> result;http://www.lostagain.nl//Panelstreamer%20Demo/panelstreamer.html#File...
> (try moving it about like you would googlemaps)
>
> I think the problem is its being selected all the time. In Opera it
> works fine, and I note nothing is selected.
>
> On Oct 6, 6:30 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
>
>
>
> > On 6 oct, 14:34, ThomasWrobel <darkfl...@gmail.com> 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 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