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

2 issues with Back button handling

5 Answers 63 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Grigory Perepechko
Top achievements
Rank 1
Grigory Perepechko asked on 10 Apr 2013, 12:33 PM
Hi,


1. If you open RadWindow and press back while it is opening (it is a long time to wait coz of first time JIT) it doesn't handle Back button press. The backkeypress event fires AFTER WindowOpened, so i think it should be handled correctly.

2. If i have custom handler for Backkeypress event that sets Cancel to true than if again i press back while popup is opening i get some strange behavior. If i press back again (after i see this strange behavior) - appbar disappears.

Repro project is on DropBox (for 2nd issue please uncomment line in backkeypress handler in MainPage.xaml).

https://www.dropbox.com/s/p3zraep8f3ohiup/RadWindowBugRepro.zip

5 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 13 Apr 2013, 09:41 AM
Hello Grigory,

I confirm that the WindowOpened event fires before the back key press and I agree that this behavior is unexpected. However if we change the WindowOpened event to fire after the open animation finishes we might break other users' apps. That said, you can use the Ended event of the open animation instead of WindowOpened.

I managed to reproduce the second issue as well and it has been fixed. The fix will be included in our next internal build.

Thank you very much for the feedback. Your Telerik points have been updated.

Regards,
Victor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Grigory Perepechko
Top achievements
Rank 1
answered on 23 Apr 2013, 04:34 PM
Hi Victor, 
Thanks for the reply and help.

The first issue is that AFTER WindowOpened event the back button press is still not handled correctly (im not sure till what moment of time, but this happens if i press back right during window is being opened).
0
Victor
Telerik team
answered on 24 Apr 2013, 07:30 AM
Hello Grigory,

Can you please update to latest version and tell us how it goes? The bugs you reported in RadWindow should be fixed.

Regards,
Victor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Grigory Perepechko
Top achievements
Rank 1
answered on 24 Apr 2013, 11:38 AM
Bugs still exist in 418.
Video: https://www.dropbox.com/s/t5ziojj9310to0r/Bug.mp4?m
0
Kiril Stanoev
Telerik team
answered on 30 Apr 2013, 07:07 AM
Hello Grigory,

Thanks for the video.
Next week we'll be releasing an internal build where we believe the issue with the mouse and the F1 key is not present. Once out, give it a try and let us know how it goes.
Just wanted to let you know that this week we'll be working with limited capacity due to national holidays so we'd like to apologize for any delays in the support communication.

Regards,

Kiril Stanoev
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
Window
Asked by
Grigory Perepechko
Top achievements
Rank 1
Answers by
Victor
Telerik team
Grigory Perepechko
Top achievements
Rank 1
Kiril Stanoev
Telerik team
Share this question
or