CJuiAutoComplete position

I’m having issues with CJuiAutoComplete the default positioning is putting it in what looks like absolute 0 left 0 top and not under the textbox. Has anyone ran into this? I know it can be fixed with CSS but I really don’t want to have to mess with it if I don’t have to.

I got it working. I had to include jquery.ui.position.js???? I thought Yii did this by it’s self when you made the call to the widget.

<script src="<?php echo Yii::app()->request->baseUrl; ?>/assets/ui/jquery.ui.position.js"></script>