Click the js select TAB under Firefox and it will not pop up

  • 2020-03-30 02:14:25
  • OfStack

The JQUERY UI was used in the project with the disableSelection() method, which prevents specified elements on the page from being selected by mouse dragging.

Because of some requirements, I used this method for divs to achieve the above effect, but there were shortcomings.
After using this method in Firefox, the select method in div will not pop up when clicked. This does not happen in IE or CHROME.

Related articles: