2

I've seen this consistently now when using display: inline-block in Google Chrome. If I right-click and "Inspect Element", it will change the layout of the page, or the width of that element. It's as if it changes the element properties simply by inspecting them. It's frustrating to debug because I'm currently getting rendering bugs with inline-block elements, but, of course, I can't inspect them and tweak their properties, because they magically "fix" themselves if they're inspected.

Anyone had this happen or know of a workaround? Couldn't find anything on the web that described this.

4

1 回答 1

1

我在https://bugs.webkit.org/show_bug.cgi?id=84666添加了对这个问题的引用,它报告了一个类似的问题。请提供在 WebKit 错误中或至少在此处重现问题的最小可能示例。

于 2012-04-24T10:11:42.547 回答