hi all,

has anyone tried putting a form inside sortable container?

like:

<ul id="sortable">
    <li class="sortableitem">
        <form action="/path/to/your/action" method="post>
           <input id="my_field" name="my_field" value="my looooong text..." />
           <input type="submit" name="submit" value="submit" />
        </form>
    </li>
    <li class="sortableitem">
      foo
    </li>
</ul>

once initialize #sortable to be Sortable, the input filed #my_field
becomes unselectable in IE, that is, you couldn't drag your mouse to
select part of the the "my loooong text...", you couldn't Ctrl + A in
the field to select all text, even if I bind the onclick event to
#my_field to trigger this.select(), nothing happens. (but everything
works under Firefox)

Is this a known bug? Is there any solution to this? Thanks in advance! :)


Regards,

- Eric

-- 
- http://www.aragonconsultinggroup.com
- http://www.aiyo.cn
- http://www.ifaxian.com
- http://groups.google.com/group/nkeric-daily

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to