ax5ui / ax5ui-menu

Javascript UI Component - Menu (Context Menu, Inline Menu)
http://ax5.io/ax5ui-menu/demo/index.html
MIT License
21 stars 2 forks source link

TypeError: i.queue[e] is undefined when using jQuery v2.1.1 #5

Open reidsneo opened 7 years ago

reidsneo commented 7 years ago

I found Issue when using jquery version 1.7+ menu will be displayed far away from the ax5 popup menu, and the firebug said "TypeError: i.queue[e] is undefined", but when using jquery version 1.7 the menu working OK

I need to use newer version of jquery instead sticking on 1.7 currently I using this version of jquery

Image attached axmenu5failed

thomasJang commented 7 years ago

I created "codePen" to reproduce the situation where an error occurs. No errors found. If you're okay, send me the code that generates the error. This will help you resolve the error.

http://codepen.io/thomasJang/pen/vgXrqd

reidsneo commented 7 years ago

Hello Thomas, Recently I double check my script in the ax5 popup menu in firebug said "TypeError: i.queue[e] is undefined", but it wasn't the real problem that caused this error, but conflict with jquery UI stuff, I currently updating both jquery ui and jquery core it seem working fine. no more left align error.

Thankyou for your help!