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
[email protected]
http://jquery.com/discuss/

Reply via email to