ajax html编辑器中的问题

ajax html编辑器中的问题

问题描述:

我使用ajax控件html编辑器有字体样式的问题。如果单击BOLD字体样式,则在此之后键入任何文本。测试是粗体但是在单击粗体字体样式后,它应该是普通字体,但预选样式在文本上保持相同。

这是一个仅限Chrome的错误。

我无法在文本框中预先选择字体样式。

我可以应用字体选择字体后,它会被永久性地应用。

然而,我可以在没有任何字体样式的情况下突出显示字体并应用样式。



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.

<AjaxControl:Editor ID="edtAdditionalDetail" runat="server" Width="100%" Height="230px"
                  AutoFocus="false" />

嘿,尝试使用 tinyMCE [ ^ ]编辑,w对我来说,所有浏览器都能正常工作。它支持aspx和mvc。
Hey, try using tinyMCE[^] editor, which works fine in all browser for me. It support aspx and mvc.