It should looks like below in article edit page.
I have tested it in FF41.0 Ubuntu. But I believe it's not dependent on browser or OS.
I was able to reproduce the issue. See the following 1 minute video (with audio): https://www.youtube.com/watch?v=h5N5AD8hAls
Important note. As mentioned in the issue description you need to have more than 10 categories. Otherwise you will not see the Searchbox to search Categories by name.
Seems to be a Javascript issue in Chosen Selector not being able to read spaces.
Linking possible solution pull request: #7987 #7987
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-09-30 11:03:18 |
Closed_By | ⇒ | gunjanpatel |
Closing this issue now, as PR is available at #7987
This issue can be fixed by using,
JHtml::_('formbehavior.chosen', 'select', null, array('search_contains' => true));
but not sure we should fix it in general by setting "search_contains" as a general options.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7986.