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

[Solved] Maximum Width ?

2 Answers 105 Views
Editor
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 31 Aug 2009, 01:38 PM
This is a good one which came back to me from QA.
It is admittably a bizarre user behavior, but if you do it, it can knock out the whole page with nothing to do but refresh and start over.

So I have 8 or so of these on one page inside a multipage panel.  I know it's a bit of overkill. but an Admin can set various custom messages throught out the site and we want to support easy html rendering. which works great !!!

Here is the odd behavior (user and editor)

If you try resize the window to the maximum size and  drag your mouse over the scrollbar or completely off the screen,
the editor locks in place against the scrollbar and it overlays the other editors so you can't see them.

I can grab the corner, but the editor will only move up !
If a try to bring it down in size and move  back to the left  i can't.

I have tried putting them in panels and playing with the widths of the multipage.
Any other suggestions ?

Is there a way to set a maximum width which a  user can resize the window  ?


Thank You


***** Addendum -  here are screenshots to hopefully make this more clear
screen 1
screen 2

And,  it happens if you scroll down over  the task bar also.












2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Sep 2009, 09:59 AM
Hi David,

The resizing functionality is not perfect and does not work well in such bizarre user behaviors.
The easiest way to solve all resizing problems is to completely disable the resizing of RadEditor. You can do that by setting EnableResize to "false", e.g.

<telerik:RadEditor EnableResize="false" ID="RadEditor1" runat="server"></telerik:RadEditor>

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
David
Top achievements
Rank 1
answered on 03 Sep 2009, 01:43 PM
For now that is what I have done to pass QA.
The toggle full screen still works so they can get a bigger (and better) view .

However  users here and even QA did not discover that toggle button easily.  I had to point it out.
I'll add some button definitions in a help ballon :)

If some javascript guru can conjure some magical client side resizing of the element I'd be grateful.

But I'm certainly pleased with how this functions.
Tags
Editor
Asked by
David
Top achievements
Rank 1
Answers by
Rumen
Telerik team
David
Top achievements
Rank 1
Share this question
or