Hi All,
I am facing a weird issue with RadWindowManager. When I place this control on a page it generates HTML which contains some unlcosed anchor tags. Please have a look at the HTML here:
<div>
<a onclick="$find('{0}').close(this.parentNode.parentNode.getElementsByTagName('input')[0].value);"
class="rwPopupButton" href="javascript:void(0);" ><span class="rwOuterSpan">
<span class="rwInnerSpan">
<a onclick="$find('{0}').close(null);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan">
<span class="rwInnerSpan">
</div>
Because of this incorrect HTML IE does not render page correctly(Firefox still works, probably it understands broken HTML)
To do some troubleshooting I developed test application which has only RadWindowManager in a page. In test app it worked fine and I could not reproduce this incorrect behavior in test app. It only happens in my live project.
Can anyone provide me any suggestion on this?
I am attaching complete HTML related to RadWindowManager. Attached file has extension jpg but it's a simple text file. I had to change the extension because site does not allow upload txt files.
Regards
Shrikant
I am facing a weird issue with RadWindowManager. When I place this control on a page it generates HTML which contains some unlcosed anchor tags. Please have a look at the HTML here:
<div>
<a onclick="$find('{0}').close(this.parentNode.parentNode.getElementsByTagName('input')[0].value);"
class="rwPopupButton" href="javascript:void(0);" ><span class="rwOuterSpan">
<span class="rwInnerSpan">
<a onclick="$find('{0}').close(null);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan">
<span class="rwInnerSpan">
</div>
Because of this incorrect HTML IE does not render page correctly(Firefox still works, probably it understands broken HTML)
To do some troubleshooting I developed test application which has only RadWindowManager in a page. In test app it worked fine and I could not reproduce this incorrect behavior in test app. It only happens in my live project.
Can anyone provide me any suggestion on this?
I am attaching complete HTML related to RadWindowManager. Attached file has extension jpg but it's a simple text file. I had to change the extension because site does not allow upload txt files.
Regards
Shrikant