Hi,
We use the RAD Editor in our application but today I've found a problem.
When I go to source mode and type the following line:
For<script>alert("Bug!");</script>after
and next switch to design mode I see the text "Forafter".
The script tags have been removed and when I save it and look at the source code in IE, I see the following:
value="Forafter"
But when I type the same line again in de source mode and save it directly (without going to design mode) and look at the source code of the page in IE, I see the following:
value="For<script>alert("Bug!");</script>after"
Is this a bug? Or do I miss a property?
We use the RAD Editor version 7.02
We use the RAD Editor in our application but today I've found a problem.
When I go to source mode and type the following line:
For<script>alert("Bug!");</script>after
and next switch to design mode I see the text "Forafter".
The script tags have been removed and when I save it and look at the source code in IE, I see the following:
value="Forafter"
But when I type the same line again in de source mode and save it directly (without going to design mode) and look at the source code of the page in IE, I see the following:
value="For<script>alert("Bug!");</script>after"
Is this a bug? Or do I miss a property?
We use the RAD Editor version 7.02