Navigation

Search

Categories

On this page

Fixing Gaps in Corners while using Ajax control toolkit RoundedCorners Extender

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 22
This Year: 12
This Month: 0
This Week: 0
Comments: 7

Sign In

 Wednesday, August 20, 2008
Wednesday, August 20, 2008 4:59:17 PM (Mountain Standard Time, UTC-07:00) ( ajax | asp.net | extenders | Rounded Corners )

We noticed gaps in the borders for some of our controls while using the RoundedCorners Extender. This was a big headache since it seemed to work fine on some pages. I have included a sample image below.

We finally figured out that on the pages where it was not working, we were injecting some diagnostic information into our html as comments. Since this was being inserted before the doctype, it was sending IE into quirks mode and that was causing the trouble. Updating the code to insert comments after Doctype declaration fixed the issue.

Hope this helps somebody out there:).

-Latish Sehgal