Clicking HyperLink Twice or more...

2010-08-12 Thread Santosh kumar
Hi, I am using GWT HyperLinks in my Project, i want some clarification about these links. when i click on the link for the first time it works fine. Immediately when i click the same link its not working. Like control is not coming to that link.. is their any logic to get the control to the link w

Re: Clicking HyperLink Twice or more...

2010-08-12 Thread aditya sanas
Hi, check for click handlers that you are registering for that particular link Ideally it should work fine... meanwhile if you are losing that event handler after first click then and then only this problem could be faced. I never faced such kind of situation with the links I used Anchor from GWT.

Re: Clicking HyperLink Twice or more...

2010-08-12 Thread Santosh kumar
Hi aditya, Actually the issue is when i click the continuously the same link it should work.. in the sense it should work as it was clicked for the fist time ...?? it should start its work from the first ... like (refresh)... i hope u got my doubt ...!!! On Thu, Aug 12, 2010 at 7:07 PM, aditya

Re: Clicking HyperLink Twice or more...

2010-08-12 Thread miller
Have you checked for javascript errors on the first click? On Aug 12, 9:50 am, Santosh kumar wrote: > Hi aditya, > > Actually the issue is when i click the continuously the same link  it should > work.. > in the sense it should work as it was clicked for the fist time ...?? > it should start its

Re: Clicking HyperLink Twice or more...

2010-08-12 Thread Thomas Broyer
On 12 août, 14:49, Santosh kumar wrote: > Hi, > > I am using GWT HyperLinks in my Project, i want some clarification about > these links. > when i click on the link for the first time it works fine. Immediately when > i click the same link its not working. > Like control is not coming to that li

Re: Clicking HyperLink Twice or more...

2010-08-13 Thread Sree ...
Looks like there is some problem with latests GWT upgrade!! or am I doing it wrong? This happens for me also. I use buttons in my page. First click on the buttons works, 2nd click donesn't and again 3rd click works. Its used to work perfectly until i updated my GWT to latest version. I haven't cha