In my radeditor I have one field
<acronym unselectable="on" contenteditable="false" style="display: inline-block; background-color: yellow;" expid="100" explabel="First Name">First Name</acronym>
If I select only this field & apply css then It applies perfectly.
But if I select this text with other html tags e.g.
<br>
<acronym unselectable="on" contenteditable="false" style="display: inline-block; background-color: yellow;" expid="100" explabel="First Name">First Name</acronym>
& then if I try to apply css on it then only
tag gets css & not field tag.
I know this is due to "contenteditable='false'" attribute but I need this attribute.
note: This strange thing happens only in google chrome (my version : 35.0.1916.153 m)
Do any one know any solution to it ?
<acronym unselectable="on" contenteditable="false" style="display: inline-block; background-color: yellow;" expid="100" explabel="First Name">First Name</acronym>
If I select only this field & apply css then It applies perfectly.
But if I select this text with other html tags e.g.
<br>
<acronym unselectable="on" contenteditable="false" style="display: inline-block; background-color: yellow;" expid="100" explabel="First Name">First Name</acronym>
& then if I try to apply css on it then only
tag gets css & not field tag.
I know this is due to "contenteditable='false'" attribute but I need this attribute.
note: This strange thing happens only in google chrome (my version : 35.0.1916.153 m)
Do any one know any solution to it ?