Probably related to code that prevents any text within the sortable to be selectable. You'd have to restrict the sortable to just the li-elements. Can you show your JS code for that list?
Jörn On Tue, Aug 18, 2009 at 12:58 AM, artis<[email protected]> wrote: > > hi, > > I have sortable list: > > <ul id="sortable"> > <li class="ui-state-default" id="item_new1"> > <input type="text" id="item_value_new1" > name="item_value_new1"> > </li> > </ul> > > > but in the input field I cannot select text with, neither with shift > +left(or right)..etc. this bug is only for FF and IE (chrome and opera > allows to select text ) > > has anybody the same problem? > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" 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/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
