Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
i am using ajax control html editor there is problem with font style. If click on BOLD font style and after that type any text. Test is Bold But after click On Bold font style it should be normal font but pre-pick style remain same on text.
This is a Chrome only bug.
I can not pre-pick a font style in a text box.
I Can apply a font style after choosing a font but it becomes permanently applied.
I Can however highlight the font and apply a style after typing without any font style.

VB
<AjaxControl:Editor ID="edtAdditionalDetail" runat="server" Width="100%" Height="230px"
                  AutoFocus="false" />
Posted
Updated 24-Apr-15 0:31am
v2

1 solution

Hey, try using tinyMCE[^] editor, which works fine in all browser for me. It support aspx and mvc.
 
Share this answer
 

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