dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

second button with same name clicks indefinitely #729

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I posted my problem before https://wave.google.com/wave/?
pli=1#restored:wave:googlewave.com!w%252BOsLrwubNA, but got redirected, so 
I poste here again.

When a button is two times in the same blip, both buttons with the same 
name (and in my case same value), only the first button works as expected - 
one click is one event. The second button starts indefinitely events (about 
2 per second) on the first click. Subsequent clicks don't change the 
behavior. This still goes on, even when my browser is closed.

Two buttons with different names (and same value) in the same blip behave 
correctly.

I handle the events with:   
myRobot.register_handler(events.FormButtonClicked, OnButtonClick)

 in python.

Such situation with the same button name within one blip is easy to obtain, 
when a robot supplies a button and a human user copy and pastes text - 
including the button - within a blip.

When the two buttons are on different blips both work normal.

This behavior is tested in the official wave preview and in the wave 
sandbox. 

Original issue reported on code.google.com by dsperl...@gmail.com on 11 Apr 2010 at 11:26

GoogleCodeExporter commented 9 years ago
I have been able to reproduce the behavior, thanks for the report!

Original comment by joe.gregorio@gmail.com on 22 Apr 2010 at 12:46

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 23 Apr 2010 at 3:36

GoogleCodeExporter commented 9 years ago
This should now be fixed in Wave Sandbox. We expect the fix to be on Wave 
Preview 
shortly.

Original comment by pamela.fox on 3 May 2010 at 3:17

GoogleCodeExporter commented 9 years ago
This is now fixed in Wave Preview.

Original comment by pamela.fox on 6 May 2010 at 5:22