display-bugs

Using "margin: 0 auto;" in Internet Explorer 8

I'm in the process of doing some advance IE8 testing, and it seems that the old technique of using "margin: 0 auto;" doesn't work in all cases in IE8. The following piece of HTML gives a centered button in FF3, Opera, Safari, Chrome, IE7, and IE8 compat, but NOT in IE8 standard: <div style="height: 500px; width: 500px; backg...

Graphical Bugs while programmatically creating UILabel, UITextField, etc...

I programmatically created a login view and a table view. Under certain circumstances which i cannot reproduce there occur some strange visual bugs: Text with some letters having a different font size than others A button where the border is not initially shown but only if you click on it. In the same case, the border of the button ca...