Re: Jewel TextInput issue on Safari

2020-10-18 Thread Piotr Zarzycki
Carlos, There is no bead in TexInput. It's just: I cannot reproduce so far that in simple example. I'm in the process of investigating it farther. Thanks, Piotr On Sun, Oct 18, 2020, 4:10 PM Carlos Rovira wrote: > Hi Piotr, > > At the time I checked the problem it was an issue in UpperCase

Re: What you think about this fix - SearchFilter bead

2020-10-18 Thread Hugo Ferreira
Hi Carlos, I was able to replicate the issue on TDJ apply the fix and saw the issue goes away. BUT I had to clean everything and rebuild everything (I even put a console log to be sure that I was testing updated version). I thought that was normal. Thank you for point me out about the remove

Re: What you think about this fix - SearchFilter bead

2020-10-18 Thread Carlos Rovira
Hi Hugo, when I tried that code I had to add the imports too. Anyway I tried again, and I'm getting the same fail in the TDJ SearchFilter example Are you getting the same? Also I think you'll need to remove the listener when the popup closes, since the list is recreated again and a new listener

Re: What you think about this fix - SearchFilter bead

2020-10-18 Thread hferreira
Hi Carlos, I was able to replicate the issue on TDJ apply the fix and saw the issue goes away. BUT I had to clean everything and rebuild everything (I even put a console log to be sure that I was testing updated version). I thought that was normal. Thank you for point me out about the remove

Re: What you think about this fix - SearchFilter bead

2020-10-18 Thread Hugo Ferreira
Hi Carlos, I was able to compile the Royale SDK with ant. Built the TDJ and replicate the exactly issue that you mention before. Applied a fix that keeps my original fix without the issue that you mention but this time directly from the compiled Royale SDK + TDJ. So, the new code is 2 new

Re: What you think about this fix - SearchFilter bead

2020-10-18 Thread Hugo Ferreira
Hi Carlos, I was able to replicate the issue on TDJ apply the fix and saw the issue goes away. BUT I had to clean everything and rebuild everything (I even put a console log to be sure that I was testing updated version). I thought that was normal. Thank you for point me out about the remove

Re: Jewel TextInput issue on Safari

2020-10-18 Thread Carlos Rovira
Hi Piotr, At the time I checked the problem it was an issue in UpperCase bead, I think the same happened to other beads, but don't remember I went over those too. I think it is important to isolate beads and see how I solved the problem in UpperCase in order to do the proper changes for the rest