Modify ↓
Ticket #7552 (closed bug: invalid)
input box can not be accessed with left click in FF3.6, tab and right click do work
| Reported by: | bart@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
This problem occurs only in FireFox: My version 3.6.6
when I add a text box to the LI element, the text box can not be accessed with a left click. Tab and Right click are working fine as all other functionalities of the sortable list
Change History
comment:2 Changed 3 years ago by jitter
- Status changed from new to closed
- Resolution set to invalid
Please file jQuery UI bugs in the jQuery UI bug tracker.
Before that, try posting in the jQuery UI section on the forum to see whether there are immediate ways to solve the problem.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This concerns the control: sortable
bug workaround: add $(this).focus(); to the textbox control