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

how to avoid scroll bars on the context menu if the skin is webblue

3 Answers 52 Views
Editor
This is a migrated thread and some comments may be shown as answers.
srinivas
Top achievements
Rank 1
srinivas asked on 14 Oct 2008, 02:33 PM
Hi

I need some help regarding scroll bars on the context menu

steps:
1) Insert a table having 3 rows and 3 columns
2) Select the table and right click to have context menu
3) Make sure you have selected the skin "WebBlue"

When the mouseover is in  any item the scroll bar is appearing and it is happening only in case of  skin "WebBlue" and these scroll bars are not coming for other skins. I dont want these scroll bars on the context menu. Could you please help me in avoiding these scroll bars

Regards
Srinivas

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 15 Oct 2008, 07:58 AM
Hi srinivas,

Thank you for reporting this problem.

You can easily remove the scroll yourself in the current version by adding the following class on the page with the editor:

    <style type="text/css">                       
    .WebBlue.rade_dropDownBody
    {
        overflow: hidden;
    }           
    </style>


Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
srinivas
Top achievements
Rank 1
answered on 22 Oct 2008, 09:25 AM
Hi,

Thanks for the solution provided. But i am facing another problem by doing like so. The Realfontsize dropdown on the radeditor toolbar  is not showing scrollbars so that some of the items are not visible completely in IE7. I think the css class WebBlue.rade_dropDownBody where we have applied the style overflow:hidden is also applying for the toolbar dropdowns and this problem is happening only incase of IE7

Please suggestion some immediate solution for this


Regards
Srinivas

0
Rumen
Telerik team
answered on 22 Oct 2008, 10:45 AM
Hi Srinivas,

Indeed, this class is applied to the dropdowns too and causes side effects.

We will do our best to fix this bug in the next version. Currently, our suggestion is to switch to another editor's skin where this problem does not exist and to not use the provided in my previous reply class.


Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
srinivas
Top achievements
Rank 1
Answers by
Rumen
Telerik team
srinivas
Top achievements
Rank 1
Share this question
or