hey guys, i used jq colorbox in a page, and jq autocomplete in that page as well, both via <script src="xxx" /> insert to the html file, but there is question:
in the popups page, when i scroll it then typing words in the input element which load the autocomplete
everything is ok before i select a item from the ui-menuui-menu-item, when i click the ui-menu, the popups page will scroll !!!!!!!!!!! omg it scrolled with no reason
and there is nothing being selected, and ui-menu keep the shown status, the select callback doesn't invoke at all !!!!!!!!!!
until i clickui-menu second time, the select callback will be invoked finally, autocomplete'scycle life completed
when the popups page rendered, if the scroll bar in the top, the everything is perfect, once the scroll bar move, the page scrolled, theselect callbackcan't be invoked as usualif i don't use colorbox,just use autocomplete in a normal page, this problem doesn't exist at all,so......
i wish u guys can help me to fix it, thx a lot
hey guys, i used
jq colorbox
in a page, andjq autocomplete
in that page as well, both via<script src="xxx" />
insert to thehtml
file, but there is question:input
element which load theautocomplete
ui-menu
ui-menu-item
, when iclick
theui-menu
, the popups page will scroll !!!!!!!!!!! omg it scrolled with no reasonui-menu
keep the shown status, theselect callback
doesn't invoke at all !!!!!!!!!!click
ui-menu
second time, theselect callback
will be invoked finally,autocomplete's
cycle life
completed when the popups page rendered, if the scroll bar in the top, the everything is perfect, once the scroll bar move, the page scrolled, theselect callback
can't be invoked as usual if i don't usecolorbox
,just useautocomplete
in a normal page, this problem doesn't exist at all,so...... i wish u guys can help me to fix it, thx a lot