Side navigation
#1481 closed bug (wontfix)
Opened August 13, 2007 01:54AM UTC
Closed March 31, 2008 01:25AM UTC
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.....-_-!
Attachments (0)
Change History (1)
Changed March 31, 2008 01:25AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.