-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
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 theautocomplete
- everything is ok before i select a item from the
ui-menu
ui-menu-item
, when iclick
theui-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, theselect callback
doesn't invoke at all !!!!!!!!!! - until i
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
Metadata
Metadata
Assignees
Labels
No labels