Opened 15 years ago
Closed 15 years ago
#1481 closed bug (wontfix)
when the input field in the Sortable,inside the input field text cannot select,IE7
Reported by: | ppyupp | Owned by: | stefan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.1.4 |
Component: | interface | Version: | 1.1.3 |
Keywords: | Sortable input | Cc: | |
Blocked by: | Blocking: |
Description
Code:
<script type="text/javascript"> $(document).ready(function(){
$('.in').Sortable( {
accept : 'item', opacity: 0.8, fx: 200, axis: 'vertically', opacity: 0.4, revert: true
});
});
<div class="in">
<div class="item"><input type="text" value="fgfgfg"></div> <div class="item"><input type="text" value="fgfgfg"></div>
</div>
focus the input ,try "ctrl + a" to select all text or select the text.
Firefox is ok,but IE7.....-_-!
Note: See
TracTickets for help on using
tickets.
Interface is no longer supported; consider switching to jQuery UI.