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

Scrollbar in dropdown menu

3 Answers 70 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
sean
Top achievements
Rank 1
sean asked on 11 Dec 2008, 03:04 AM
The vertical scrollbar displays in the Insert Symbol dropdown menu.  It hides the right column of symbols.  There are only 20 symbols.  The scrollbar is not necessary.  I don't know if this is caused by our CSS or some known issue.

3 Answers, 1 is accepted

Sort by
0
sean
Top achievements
Rank 1
answered on 12 Dec 2008, 04:53 AM
0
sean
Top achievements
Rank 1
answered on 12 Dec 2008, 05:13 AM
Also, the AJAX spell check suggestion box is aligned to the screen bottom far from the checked word.
SPELL CHECK SCREEN CAPTURE
0
Stanimir
Telerik team
answered on 12 Dec 2008, 09:24 AM
Hi sean,

We are aware of the InsertSymbol problem. It will be fixed in the next release of the control. For now I can suggest you the following workaround.

In the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources\ToolImages folder you can find different css files for every Editor's skin e.g RadEditorStyles_Telerik.css. In order to hide the scrollbar you need to add the following lines in the respective
RadEditorStyles_[skin].css file.
.rade_InsertSymbol 
{     
    overflow: hidden !important;     



All the best,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
sean
Top achievements
Rank 1
Answers by
sean
Top achievements
Rank 1
Stanimir
Telerik team
Share this question
or