EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: fgendorf on November 11, 2019, 08:54:03 AM



Title: menu hover validatebox and change page (on Chrome)[SOLVED]
Post by: fgendorf on November 11, 2019, 08:54:03 AM
Hi, I'm in a trouble, I found a bug when I using validatebox in a form and the user click on a menu over the validatebox to change page (with jquery load), the tooltip "This field is required" stay on the screen forever.

It's possible destroy the object of validatebox if it is not visible on screen? Or A menu hover validatebox not trigger the tooltip, because the field is not on focus.

It just happens on Chrome....  :-\


Title: Re: menu hover validatebox and change page (on Chrome)
Post by: fgendorf on November 12, 2019, 04:06:41 AM
the issue may be related with menu hide before validatebox disappear, so he catch the event onMouseOver and show de tooltip and stay there forever...

I tested on Firefox, Opera and Chrome, this problem only happens on Chrome, always


Title: Re: menu hover validatebox and change page (on Chrome)
Post by: fgendorf on November 12, 2019, 04:28:20 AM
Well, I was using $('#obj').load to change content of panel, using $('#obj').panel({href: }) solves my problem