This is a migrated thread and some comments may be shown as answers.

RadWindow OnClientActivate fires even when currently active

1 Answer 44 Views
Window
This is a migrated thread and some comments may be shown as answers.
Blair
Top achievements
Rank 1
Blair asked on 11 Sep 2013, 05:24 PM
I have two RadWindows each with an alert that fires when OnClientActivate is called.

The currently active RadWindow fires the event every time the window is clicked, active or not.  

Why?

GetRadWindow().add_activate(OnClientActivate);
 
 
function OnClientActivate(sender, e) {
    alert('I should only see this once when the window is brought to the front');
}

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 16 Sep 2013, 10:51 AM
Hi Blair,

I can verify that this behavior is a bug, which I am logging in our database for fixing. Currently due to tasks with higher priority in our to-do list I cannot provide an estimate when it is going to be resolved.

You could follow this feedback portal item to track its status, vote or comment.

I am updating your Telerik points as a token of gratitude for this report.

Do not hesitate to contact us if you have any further concerns with our products.

Regards,
Ianko
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Window
Asked by
Blair
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or