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

found bugs in Radeditor

3 Answers 86 Views
Editor
This is a migrated thread and some comments may be shown as answers.
max
Top achievements
Rank 2
max asked on 18 Nov 2008, 06:21 AM
Hi

I have issue with few issues with telerik controls.

1) alignment image is not showing properly in editors. i have checked the cssclass assigned to that alignment image & found that it have some problem or not compiled in dll properly. class is like..

.Default2006.rade_AlignmentSelector div {WebResou...017968750 (line 89)
background-image:url(<%=WebResource("Telerik.Web.UI.Skins.Default.Editor.CommandSprites.gif);
background-repeat:no-repeat;
height:18px;
margin:1px auto;
width:18px;
}

backgorund-image is comming not replaced in css. because server tag is not well formed.

2) same thing is occures in opened property dialog also.

3) in image uploading dialog overwrite file if exists checbox is not working in Firefox. i have checked in Firefox v3.0.4 in windows & mac both.for more details check attached image.

4) I have added a button on toolbar for editor. which will load editor with advanced option for editor. this option is not working on local & our sandbox. but its working fine on our live server. you can check this on following site.

http://modulereview.rapidvector.com/logon.aspx

logon with following credential.

Email Id : demo@telerik.com

password : demo

after logon go to manage of link module at bottom of the page. there on add module u can find editor.
where u can find button with star icon. check it.

5) when select on table in editor if table have no property defined like cellspacing,cellpadding..... then properties shown in below pan is weired. check in attached image.


can u please help me to solve this bugs without upgradaing new versions.

i have upgraded telerik many times after radeditor.net. every time i have updated to latest controlls i found new bug to solve. to solve that issue i have been called to upgradae to next version. it is really waste of resources & time to upgrade next version of telerik just for solving issue raised by our clients. which is really non proffessional way to handle client.

i hope my probelm will be understood.

hopping earlier & positive reply

thanx & regards,
Mukesh Chudasama

3 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 18 Nov 2008, 07:05 AM
Hello Max,

The Default2006 skin is obsolete, and this is why we have missed to fix this issue. However, you may use that particular skin as an external resource, so you are able to manually fix the server declration that is messed up.

As a small notice of graditude for reporting this issue I have added 500 Telerik points to your account.

Kind regards,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
max
Top achievements
Rank 2
answered on 18 Nov 2008, 07:41 AM
Hi Martin

I have already fix that bug by overriding that css class on my page.
i want solution for others points please reply soon

thanx & regards,
Mukesh Chudasama
0
Rumen
Telerik team
answered on 20 Nov 2008, 04:10 PM
Hi Max,

The overwrite file if exists checkbox problem is fixed in the new Q3 release version.

As for the css problem you should set the ShowContentDuringLoad property of the RadWindow to true. We found out that you have defined a function for your custom button called Telerik.Web.UI.Editor.CommandList["AdvancetxtDescription"] and you are making a postback to the server. We cannot tell you exactly what is going on behind the scenes without being able to debug the application. We hope this information will help you resolve your issue.


Kind regards,
Rumen
the Telerik team

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