Search and Top Navigation
#6696 closed bug (notabug)
Opened November 25, 2010 04:16PM UTC
Closed November 26, 2010 03:00AM UTC
Example with categories is wrong
Reported by: | Narfix | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The line in categories.html that add the category should be :
ul.append( "<li class='ui-menu-item ui-autocomplete-category'>" + item.category + "</li>" );
otherwise the <li> of the category is just wrong.
Not a really a bug but since I took the example for perfect, it gave me some headache until I saw that
Attachments (0)
Change History (1)
Changed November 26, 2010 03:00AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
No, the category is not a menu item; you can't choose the category.