Autocomplete Tag Safari
-
I’ve some problems with safari browser and the functionality of back-end .
If I try choosing tags in safari they appear on the top-left angle of the screen.
In Chrome tags appear regularly below the field to search them,
This happens because in safari the “autocomplete” function doesn’t work.If I check the code in Chrome the
- containing the list of tags has a online style that center the list under the box.
For example:
<ul class=”ui-autocomplete ui-front ui-menu ui-widget ui-widget-content wp-tags-autocomplete” id=”ui-id-1″ role=”listbox” style=”display: none; top: 655px; left: 1595px; width: 176px;”>In Safari this part of code is absent
style=”display: none; top: 655px; left: 1595px; width: 176px;”
For this reason the list goes to the top left cornerHow can I solve the problem?
I would try to update this file
/wp-includes/js/jquery/ui/autocomplete.min.js
but the repository of jquery returns 502 error…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Autocomplete Tag Safari’ is closed to new replies.