Hello,
in addition to following post:
http://www.telerik.com/community/forums/aspnet-ajax/editor/overide-telerik-web-ui-editor-commandlist-inserttab-not-working-in-chrome-safari.aspx
i am having another issue with Rad Editor and that is:
NewLineBr = "false" (due to other bugs on IE)
now using CHROME, when is type following in content area:
a
b
c
d
on "inspect element" i found it to be:
<p>a</p>
<p>b</p>
<p>c</p>
<p>d</p>
now when i click "Bullet List" tool bar button it become:
<UL>
<li>a</li>
<li>b</li>
<li>c</li>
<li>d</li>
</UL>
so far its good, but when i click "Bullet List" toolbar button gain, it become:
a
<br/>
b
<br/>
c
<br/>
d
the issue here is i need to reapply <p> tags again as it was before hittin "Bullet List" button first time.
Any/All help will be appreciated.
in addition to following post:
http://www.telerik.com/community/forums/aspnet-ajax/editor/overide-telerik-web-ui-editor-commandlist-inserttab-not-working-in-chrome-safari.aspx
i am having another issue with Rad Editor and that is:
NewLineBr = "false" (due to other bugs on IE)
now using CHROME, when is type following in content area:
a
b
c
d
on "inspect element" i found it to be:
<p>a</p>
<p>b</p>
<p>c</p>
<p>d</p>
now when i click "Bullet List" tool bar button it become:
<UL>
<li>a</li>
<li>b</li>
<li>c</li>
<li>d</li>
</UL>
so far its good, but when i click "Bullet List" toolbar button gain, it become:
a
<br/>
b
<br/>
c
<br/>
d
the issue here is i need to reapply <p> tags again as it was before hittin "Bullet List" button first time.
Any/All help will be appreciated.