Apparently something in the Meta-black stylesheet is causing the AJAX auto-complete bubble to disappear and not function. When I switch back to a standard theme, the problem goes away. See the above bug report for Category.
Apparently something in the Meta-black stylesheet is causing the AJAX auto-complete bubble to disappear and not function. When I switch back to a standard theme, the problem goes away. See the above bug report for Category.
Comments
Comment #1
Ken Collins commentedI am sure it is a z-index issue. The theme cannot account for conflicts of this nature. I would recommend that you write a css declaration that woul bump up the z-index for the auto-complete field to something like 999999.
Comment #2
Ken Collins commentedComment #3
ore commentedI just had the same exact issue.
The .container css had a z-index of 10. auto complete box didnt work.
once i changed it to 0 it worked fine.