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

Edit, html and preview buttons problem

3 Answers 52 Views
Editor
This is a migrated thread and some comments may be shown as answers.
SonicImaging
Top achievements
Rank 1
SonicImaging asked on 04 Aug 2008, 12:33 PM
Hi,  in the latest Telerik release and the latest IE,  Ive noticed that the 3 buttons ( or whichever edit modes you have active ) display a few inches down below where they should be.  If you scroll the browser down and click on one of them then they pop back to where they should be. In Firefox they are ok.

Thoughts?

Thanks
-Keith

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Aug 2008, 12:55 PM
Hi Keith,

I am not aware of your specific scenario, but could you please put the following class in the page with the editor

    .rade_editorModes
    {
        position: static !important;
    }

and see whether the problem still persists.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
SonicImaging
Top achievements
Rank 1
answered on 04 Aug 2008, 01:20 PM
Sorry i forgot to mention that the radeditor is being displayed in a radgrid using a <EditItemTemplate>

I added that css and its working fine now.

I went and added a editor to a blank aspx page and it also worked without the css so it seems to be only when its embeded in a radgrid.

I also tried with and without a stylesheet manager and that didn't make a difference either.  Im also using the embedded default skins and css

Thanks for your quick reply
-Keith


0
Rumen
Telerik team
answered on 04 Aug 2008, 02:18 PM
Hi Keith,

We are aware of this specific problem and we have an idea how to fix it. This will be done in one of the upcoming updated of RadEditor and you will be not required to put any css stylesheet on your page to fix this issue.


Best regards,
Rumen
the Telerik team

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