2

There's been this ongoing display issue my team has been having with the font size rendering larger than it should within the product. We've been having a heck of time pinpointing what it is.

Here's a screenshot of a before and after shot: http://quickbase.intuit.com/images/font-issue.gif

Notice that in the before, it looks like the browser zoom has been zoomed in - but it hasn't. The only cure is to refresh the page and it goes away.

Other things you should know: - We've tried comparing the source of the html/css when the bug happens and when it doesn't. They're the same. - It happens in FF and Safari. (I rarely use IE so I can't confirm it happens there). - It's intermittent. You have to click around a lot and load a bunch of pages before it happens it again. - Firebug is showing all of the elements on the page as loading fully (no partial content)

Any ideas on what it could be?

Thanks,

JM

4

2 回答 2

1

过去,我在 quickbase(和其他应用程序)上遇到过同样的问题。我总是把它归结为一些没有加载的外部资源(css或javascript)。我对此充满信心,因为我知道它发生的其中一个应用程序并不复杂。


更多信息:

我注意到您的 body 类是动态创建的,其中一种样式是“stdBody”。我怀疑你脚本的那部分在某个地方搞砸了。也许某处的服务器缓存?当我进入并杀死 70% 的字体大小时,我得到了你的造型前。

于 2008-12-17T15:10:54.513 回答
0

Run some validator on your code, perhaps there's some error in the HTML code or in a script that enlarges the font.

于 2008-12-17T14:19:03.290 回答