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

Apply Css class Dropdown Styles case change issue in chrome

4 Answers 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Akila Kumarasamy
Top achievements
Rank 1
Akila Kumarasamy asked on 11 Jul 2011, 08:29 PM
Hi,

I have a issue in applying styles in chrome where the styles are changed to lowercase and I have the styles in mixed cases. I found a thread where the same issue is reported and they have suggested to change the render mode to "DIV" . But we were not able to change to "DIV" because of our CMS behavour as we dont want the content to render parent page styles. I was trying to change the "selectorText" value but there is no setter for this I guess and I am getting error saying "no Implementation". Can some one help with any other options?
Link for the other thread with the same issue.
http://www.telerik.com/community/forums/aspnet-ajax/editor/css-class-names-in-chrome.aspx


Thanks,
Akila.

4 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 12 Jul 2011, 03:25 PM
Hi Akila,

The problem reported in the CSS class names in Chrome forum is fixed. We will release tomorrow Q2 2011 and my suggestion is to test it once it becomes available for download.

Kind regards,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Akila Kumarasamy
Top achievements
Rank 1
answered on 12 Jul 2011, 03:34 PM
Hello  Rumen,
Great!Thank you very much for the update. But we have a lot of custom stuffs in our Editor which would make the upgrade a big process for us. So is that a small fix which we can apply directly in the older version? Or is it a core change? Please let us know the details so that we can plan accordingly.

Thank you,
Akila.
0
Accepted
Rumen
Telerik team
answered on 13 Jul 2011, 12:53 PM
Hello Akila,

Yes, this is a core change and it is recommended to upgrade.

The only possible workaround is to load a full HTML page in the editor which has a XHTML DOCTYPE:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
    <title>Untitled Page</title>
</head>
<body>text</body>
</html>


Best regards,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Akila Kumarasamy
Top achievements
Rank 1
answered on 13 Jul 2011, 02:56 PM
Hi Rumen,

Thank you..That helps. We will try upgrade.

Thanks,
Akila.
Tags
Editor
Asked by
Akila Kumarasamy
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Akila Kumarasamy
Top achievements
Rank 1
Share this question
or