Google Code Exporter
Google Code Exporter
``` Pretty much this only fixes native controls, but that's not surprising. I haven't found the code that does the translation for XUL and artificial controls, but that should probably...
``` Interestingly, the XUL and artificial controls actually work fine on 9.1 with language kits, but not 9.2.2. This might be due to differences in the Unicode Converter on them....
Original comment by `[email protected]` on 17 Aug 2010 at 2:50
Original comment by `[email protected]` on 9 Sep 2010 at 3:52 - Added labels: **Internationalization**
``` Is this related to issue 96? ``` Original comment by `[email protected]` on 23 Jan 2010 at 7:24
``` DOM Inspector seems to think the padding/border(??) is different. On www.apple.com, globalheader has space BELOW the bar. On store.apple.com, the space is ABOVE it. ``` Original comment by `[email protected]`...
``` This is the margin. Box model for globalheader has margin-bottom: 18px on the offending pages, but margin-top: 18px on the store page. Border, padding, position and size are (within...
``` Test case: http://www.floodgap.com/software/classilla/bleh/apsh/ (ignore the GOOD and BAD, they're the same case essentially). Changing any of the above didn't fix. But it *is* fixed by removing display:inline from #globalheader...
``` A simple minded change to ignore display:inline on just made other sites look bad, so we really can render the :inline, it's more the combination. If position:relative is removed...
``` [deleted comment] ```