Looks like a bit of an unwanted "feature" (from idrag.js):

if (window.ActiveXObject) {
        this.onselectstart = function(){return false;};
        this.ondragstart = function(){return false;};
}

I'd file a bug against it.

Karl Rudd

On 1/26/07, Su <[EMAIL PROTECTED]> wrote:
> Anyone?
> I don't mean to be that person who gets crabby at their message being
> ignored, but this is a pretty major consideration, and it seems odd to me
> that I can't find reference to it anywhere.
>
>  On 1/23/07, Su <[EMAIL PROTECTED]> wrote:
> > Preliminary searching hasn't turned up anything, so sorry if this is a
> dupe; I'm still digging around.
> >
> > Setting a div as draggable appears to kill text selection in IE6 (I
> haven't checked 7 yet). Is there by any chance a way around this?
> > If it helps anything, there is a handle specified, not the whole object,
> and the actual content is within a separate div inside, more or less like
> so:
> >
> > <div class="draggable">
> >     <div class="handle">
> >         <h2>This is the handle</h2>
> >     </div>
> >     <div class="body">
> >         <p>Stuff goes here. Becomes unselectable</p>
> >     </div>
> > </div>
> >
>
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to