Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-10 Thread Ilya Obshadko
gt; > > I have found problems with jquery such as submit buttons not > > working > > > > when > > > > > > inside zones that get refreshed, and likewise for ajax dialog > > links. > > > I > > > > > have > > > > > > had to re

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-10 Thread François Facon
; > Hi, > > > > > > > > > > I have found problems with jquery such as submit buttons not > working > > > when > > > > > inside zones that get refreshed, and likewise for ajax dialog > links. > > I > > > > have > > > > > h

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread Ilya Obshadko
t; inside zones that get refreshed, and likewise for ajax dialog links. > I > > > have > > > > had to remove quite a bit of the jquery use from my current project, > > I'm > > > > even considering pulling it entirely from the product. > > >

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread François Facon
; have > > > had to remove quite a bit of the jquery use from my current project, > I'm > > > even considering pulling it entirely from the product. > > > > > > It appears that there may be some dependency on prototype or other > > > signif

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread Ilya Obshadko
>> > even considering pulling it entirely from the product. >> > >> > It appears that there may be some dependency on prototype or other >> > significant defects. >> > >> > John >> > - Original Message - >> >

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread Ilya Obshadko
on prototype or other > > significant defects. > > > > John > > - Original Message - > > From: Ilya Obshadko > > To: Tapestry users > > Sent: Saturday, November 09, 2013 7:38 AM > > Subject: jQuery autocomplete stops working when SU

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread François Facon
try users > Sent: Saturday, November 09, 2013 7:38 AM > Subject: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is > true > > > This is weird, and I can't find what causes the error. > > If JQuerySymbolConstants.SUPPRESS_PROTOTYPE is set to t

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread John
pears that there may be some dependency on prototype or other significant defects. John - Original Message - From: Ilya Obshadko To: Tapestry users Sent: Saturday, November 09, 2013 7:38 AM Subject: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true This is

Re: jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-09 Thread François Facon
May be another javascript function redefined the hover event handler. what version do you use? any javascript console error? to diagnose this type of problem, you can disable other components one by one. could you share your .tml? 2013/11/9 Ilya Obshadko > This is weird, and I can't find what

jQuery autocomplete stops working when SUPPRESS_PROTOTYPE is true

2013-11-08 Thread Ilya Obshadko
This is weird, and I can't find what causes the error. If JQuerySymbolConstants.SUPPRESS_PROTOTYPE is set to true, autocomplete list disappears on hover. If I switch it back to false, everything starts working correctly again. Any ideas? -- Ilya Obshadko