http://drupal.org/node/82107

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

Ken Collins’s picture

I 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.

Ken Collins’s picture

Status: Active » Closed (won't fix)
ore’s picture

I 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.