Tagged Questions
The display-bugs tag has no wiki summary.
32
votes
12answers
56k views
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 ...
1
vote
1answer
352 views
UISearchBar display bug: text too far left, overlapping the magnifying glass icon
I have encountered the weirdest display bug with my UISearchBar.
Here is my code that works perfectly in another app. (I create the search bar in code because a xib file is not feasible.)
searchBar = ...
0
votes
2answers
153 views
Firefox not applying styles after restart
When the session's gone and I restart firefox, the home screen login web page is shown. Everything is loaded fine (css, JS, HTML its all valid), but Firefox just don't apply the styles and the page ...
0
votes
2answers
1k views
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 ...