Jason Brownhill
Top achievements
Rank 1
Jason Brownhill
asked on 25 Jun 2010, 03:59 PM
Hi,
I've been customising the toolbars and going through the instructions quite heavily the last couple of days. I've noticed a few quirks that I'll probably ask a few questions about later, but this one bugs me:
When changing the following property to 'Default', one of the menu bars is chopped off and the toolbar icon that is supposed to be on the same line is now on the line below.
<property name="ToolbarMode">ShowOnFocus</property> |
How can I prevent this from happening? The toolbar above and below this are working fine. Changing it back to 'ShowOnFocus' it works normally again.
Thanks,
Jason.
6 Answers, 1 is accepted
0
Hi Jason,
Could you confirm which version of RadEditor for MOSS are you using? In addition could you provide me with a couple of screen shots where I can see the issue?
Best wishes,
Stanimir
the Telerik team
Could you confirm which version of RadEditor for MOSS are you using? In addition could you provide me with a couple of screen shots where I can see the issue?
Best wishes,
Stanimir
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
0
Jason Brownhill
Top achievements
Rank 1
answered on 25 Jun 2010, 04:27 PM
Hi Stanimir,
Are you always doing the support on these forums? Appreciate the very fast response!
Just my luck - I went back to it and changed the property so the menu bar appears on load and it's working normally. I'm using version 5.7.1 of the editor - have seen it a couple of times but cannot reliably reproduce it seems. May be a local caching issue.
Thanks anyway.
Jason.
0
Hi Jason,
Are you always doing the support on these forums? Appreciate the very fast response! - I do the support regarding RadEditor for MOSS.
If you experience the problem again, check if modifying the ToolsWidth property will improve to looks of the toolbar.
Greetings,
Stanimir
the Telerik team
Are you always doing the support on these forums? Appreciate the very fast response! - I do the support regarding RadEditor for MOSS.
If you experience the problem again, check if modifying the ToolsWidth property will improve to looks of the toolbar.
Greetings,
Stanimir
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
0
Jason Brownhill
Top achievements
Rank 1
answered on 15 Jul 2010, 04:54 PM
Hi Stanimir,
I'm afraid I've encountered this problem again and I can't seem to resolve it. I guess the last time I fixed it, I didn't notice what I'd done to resolve it. I've tried changing the ToolsWidth property, but the truncated toolbar in question isn't even as wide as the widest toolbar - so it's quite bizzare to have one menu button truncated to the next level below.
To save time I have emailed you the config files I'm using and a screenshot of the issue.
Thanks & Regards,
Jason.
I'm afraid I've encountered this problem again and I can't seem to resolve it. I guess the last time I fixed it, I didn't notice what I'd done to resolve it. I've tried changing the ToolsWidth property, but the truncated toolbar in question isn't even as wide as the widest toolbar - so it's quite bizzare to have one menu button truncated to the next level below.
To save time I have emailed you the config files I'm using and a screenshot of the issue.
Thanks & Regards,
Jason.
0
Accepted
Hi Jason,
Add the following code to the respective ConfigFile.xml:
I attached a screen shot with the Width property set.
Best wishes,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Add the following code to the respective ConfigFile.xml:
<
property
name
=
"Width"
>630</
property
>
I attached a screen shot with the Width property set.
Best wishes,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jason Brownhill
Top achievements
Rank 1
answered on 19 Jul 2010, 10:51 AM
Thanks Stanimir - that appears to have resolved the issue.
Jason.