Bug Tracker

Ticket #1481 (closed bug: wontfix)

Opened 1 year ago

Last modified 6 months ago

when the input field in the Sortable,inside the input field text cannot select,IE7

Reported by: ppyupp Assigned to: stefan
Type: bug Priority: blocker
Milestone: 1.1.4 Component: interface
Version: 1.1.3 Keywords: Sortable input
Cc: Needs: Review

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.....-_-!

Attachments

Change History

Changed 6 months ago by scott.gonzalez

  • status changed from new to closed
  • resolution set to wontfix

Interface is no longer supported; consider switching to jQuery UI.

Note: See TracTickets for help on using tickets.