Search and Top Navigation
#6040 closed bug (notabug)
Opened September 09, 2010 03:34PM UTC
Closed September 09, 2010 03:36PM UTC
Last modified October 11, 2012 09:15PM UTC
Adding .menu to body could cause conflicts
Reported by: | jamesiarmes | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Adding .menu to the body element in the auto-complete widget could cause conflicts with other plugins. Specifically, jQuery Menu (http://p.sohei.org/jquery-plugins/menu/) adds .menu to the body as well; which causes the plugins to overwrite each other. Changing the name to something like .uiMenu or .autocompleteMenu could help to minimize such conflicts.
Please show a place where you think this is happening.