Tag: IE
JavaScript prevent caching and preventDefault() not working issue in IE
Weeks ago, I incorporated Bootstrap popover function into one of my Facebook apps. It worked fine in Chrome (blame myself I didn’t do cross-browser testing in IE properly). This morning when it was supposed to go live we found that it didn’t work in IE! While debugging, I noticed the js file was not the right version that was supposed to be using. The solution is simple and you must have already known this but it’s worth noting it down: appending a timestamp to the JavaScript file should solve the problem (refer to David Walsh’s solution).
RGBa in IE
This week, when I was doing cross-browser testing, a new CSS problem came across to me - rgba supporting issue in IE.
Input box text vertical align problem in IE8
In IE7 or IE8 you will find there are problems with CSS settings which work very well in other browsers. I’ve encountered the input box text vertical alignment issues recently in IE.