I am using radeditor in my project.I have created some custom tags which I insert in text area
Bellow is demo html code of this tags with text.
It looks like something like attached image
Here we can see two VAR tags together. Problem occurs with them in chrome & safari.
nor using right & left arrows I can not go through this var tags neither using back space & delete works with this.
This problem occurs only in chrome & safari & not in firefox & IE.
Bellow is demo html code of this tags with text.
this is demo<
var
is-end
=
"false"
conditionid
=
"439726"
conditionfield
=
"FELT001"
conditionlabel
=
"new co"
title
=
"Start of condition: new co"
style
=
"display: inline-block; width: 16px; height: 16px; margin-right: 3px; background-image: url('http://localhost/dialogportal.com/images/icons/condition-begin.gif'); background-repeat: no-repeat;"
contenteditable
=
"false"
></
var
> text <
var
is-end
=
"false"
conditionid
=
"439726"
conditionfield
=
"FELT001"
conditionlabel
=
"new co"
title
=
"Start of condition: new co"
style
=
"display: inline-block; width: 16px; height: 16px; margin-right: 3px; background-image: url('http://localhost/dialogportal.com/images/icons/condition-begin.gif'); background-repeat: no-repeat;"
contenteditable
=
"false"
></
var
>again this will have conditions<
var
is-end
=
"true"
conditionid
=
"439726"
title
=
"End of condition: new co"
style
=
"display: inline-block; width: 16px; height: 16px; margin-left: 3px; background-image: url('http://localhost/dialogportal.com/images/icons/condition-end.gif'); background-repeat: no-repeat;"
contenteditable
=
"false"
></
var
><
var
is-end
=
"true"
conditionid
=
"439726"
title
=
"End of condition: new co"
style
=
"display: inline-block; width: 16px; height: 16px; margin-left: 3px; background-image: url('http://localhost/dialogportal.com/images/icons/condition-end.gif'); background-repeat: no-repeat;"
contenteditable
=
"false"
></
var
> which we have to test
It looks like something like attached image
Here we can see two VAR tags together. Problem occurs with them in chrome & safari.
nor using right & left arrows I can not go through this var tags neither using back space & delete works with this.
This problem occurs only in chrome & safari & not in firefox & IE.