Declined
Last Updated: 29 Nov 2018 08:57 by TestTeam
ADMIN
Dimitar
Created on: 24 Aug 2018 06:46
Category: Buttons
Type: Bug Report
0
FIX. RadRepeatButton - the event is fired twice when the button is clicked for the first time.
Use the attached project to reproduce. 
- The first click should be disabled and the event should fire after the interval in the delay property. 

Workaround:
Me.RadRepeatButton1.Delay = 7000
Attached Files:
2 comments
TestTeam
Posted on: 29 Nov 2018 08:57
The problem is that when i click and hold  the repeat button the first two events buttonclick are fired  faster than the other (with the correct interval time)!
The behavior should not remain as it is.
ADMIN
Dimitar
Posted on: 28 Aug 2018 10:58
After investigating the current case we decided that the behavior should remain as it is: Clicking repeat button fires click event instantly for the first time, after which the event is fired repeatedly according to radRepeatButton.Delay properly (which is 500 by default) and can be eddied.