Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using richtext editor in my application.Its not working in Google chrome. only working in internet explorer. i want to solve this ,please help me
Posted
Updated 30-Nov-10 9:03am
v2
Comments
Sunasara Imdadhusen 29-Nov-10 23:57pm    
What is error?
arindamrudra 29-Nov-10 23:58pm    
What you are using AJAX control or TinyMCE
thatraja 30-Nov-10 0:32am    
Mention complete details in your question.
Ashika s 30-Nov-10 1:40am    
i meant rich text editor is not shows in google chrome, its only working in ie, am used ajax control 3.0

1 solution

Hi robert,
The issue you mentioned is css issue.As you are using Ajax control toolkit,you have to override existing bultin css.Fixed the issue with the following css definition:

C#
#ctl00_CR_TabContainer_TabPanelDetails_tbText_ctl02_ctl00
{
    height: auto !important;
}


The selector is page specific but it can be determined easily using Firebug.

Hope this will help.
 
Share this answer
 
Comments
Shahriar Iqbal Chowdhury/Galib 13-Aug-11 11:41am    
looks like some people do not like my answer even if its accepted,without have guts to explain

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900