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

Unwanted Maximize Occurring

2 Answers 41 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.
Jay
Top achievements
Rank 1
Jay asked on 26 Aug 2010, 04:21 PM
Found an issue where resize is disabled, and maximize button is hidden, double clicking on the titlebar still maximizes the window.

I found a workaround so far.  Capturing the resize clientevent, and forcing a restore using:

.ClientEvents(a => a.OnResize("function() { $(this).data('tWindow').restore(); }"))


(Since that's the only resize I can see happening).

But I thought I'd throw it out there as a potential bug.

2 Answers, 1 is accepted

Sort by
0
Derek Hunziker
Top achievements
Rank 1
answered on 27 Aug 2010, 12:05 AM
Indeed, my windows do the same thing (version 2010.2.713)

In my case it's not really a problem, but thanks for pointing it out and posting a solution.
0
Alex Gyoshev
Telerik team
answered on 27 Aug 2010, 01:32 PM
Hello Jeff, Derek,

Thank you for pointing that out. We patched it in our code - it will be included in upcoming builds.

All the best,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Window
Asked by
Jay
Top achievements
Rank 1
Answers by
Derek Hunziker
Top achievements
Rank 1
Alex Gyoshev
Telerik team
Share this question
or