I have a problem with jQuery 1.8.16 + the UI. I have coded an UI Dialog and in it an autocomplete on the .open() event. The autocomplete does not show up - should be quite a list though. So I thought, I'd debug if the routine is actually called and I put an alert('x'); before the it:
After I OK the the alert();, the autocomplete works. I did some more tests, and it's simple: without the alert(), autocomplete doesn't show, with alert() it shows. Therefore, it has to do something with screen-init. What can I do to get it working without displaying an alert first ;-) ??