ASP.NET not detecting new browser versions!(www.hanselman.com)

submitted by vijaystvijayst(1311) 9 months, 4 days ago

ASP.NET ships with a range of browser definition files. ASP.NET fails to recognize new browsers like IE 10. This causes controls that rely on Javascript to be rendered incorrectly in IE 10. This post describes the problem in detail and provides solutions.

1 comment |category: |Views: 13

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dpetersondpeterson(4393) 9 months, 3 days ago 0

It seems very irresponsible to use hard-coded browser version numbers rather than feature detection.
I would make the recommendation to anyone developing websites to use feature detection, rather than relying on the browser vendor or version. The only few exceptions would be for specific cases where a feature is supported, but perhaps doesn't work well (certain animations in FF and IE aren't as smooth as in Chrome, for instance).

Reply

information Login or create an account to comment on this story