Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Drop-down menus and jQuery sortable conflicting with 16.0.2 update

  • 4 отговора
  • 14 имат този проблем
  • 1 изглед
  • Последен отговор от AdelaJQ

more options

Drop-down menus which are contained with a jquery sortable table are acting as if they are disabled. Clicking on them does nothing. I can tab to the drop-down menu and control it with arrow keys, but the mouse does nothing. The drop-down menus outside of the table still work fine. This issue only occurs in Firefox 16.0.2 on multiple computers, all running Windows 7. The issue does not occur in IE9, Chrome, or Safari. Also, the issue does not occur in Firefox 15, but it does occur in Firefox 17 Beta. I did not see anything addressing this specific issue, so I assume it is not a known issue.

Drop-down menus which are contained with a jquery sortable table are acting as if they are disabled. Clicking on them does nothing. I can tab to the drop-down menu and control it with arrow keys, but the mouse does nothing. The drop-down menus outside of the table still work fine. This issue only occurs in Firefox 16.0.2 on multiple computers, all running Windows 7. The issue does not occur in IE9, Chrome, or Safari. Also, the issue does not occur in Firefox 15, but it does occur in Firefox 17 Beta. I did not see anything addressing this specific issue, so I assume it is not a known issue.

Избрано решение

Всички отговори (4)

more options

Избрано решение

The issue has been resolved.

more options

What did you do to fix this problem?

more options

This bug still occurs:

How to Reproduce:

1.Download: http://jqueryui.com/resources/download/jquery-ui-1.9.2.custom.zip (or any other version)

2.Find the default example for sortable:

 jquery-ui-1.9.2.custom\ development-bundle\demos\sortable\default.html

3. Replace first li item to (just to add a html select)

  • <select><option value="1">1</option><option value="2">2</option></select>Item 1
  • 4. The dropdown options will not appear(as if the dropdown is disabled).

    more options

    The JQuery UI Support instructed me in not using: .disableSelection(). This solved my problem.