RESOLVED FIXED 103760
display: inline-content behaves like position: absolute
https://bugs.webkit.org/show_bug.cgi?id=103760
Summary display: inline-content behaves like position: absolute
Michał Gołębiowski-Owczarek
Reported 2012-11-30 12:10:21 PST
To reproduce go to http://jsfiddle.net/rWq6V/6/ and click "Add box" a few times. What happens: boxes are created all in the same place, though they should't overlap. In Firefox & Opera I don't experience this behaviour, I do experience it in both Webkit Nightly and Chrome Canary. If at this point you change a window width just a little boxes are re-placed correctly. I could reproduce it in Webkit Nightly & Chrome Canary on OS X but my colleague experience it in Chrome on Linux, too.
Attachments
Michał Gołębiowski-Owczarek
Comment 1 2012-12-02 16:10:04 PST
Removed some unnecessary styles from the test case: http://jsfiddle.net/rWq6V/7/ BTW, the problem disappears if there is no space after the div closing tag, Webkit must be dealing incorrectly with that case.
Michał Gołębiowski-Owczarek
Comment 2 2012-12-05 01:30:44 PST
Has anything related to this bug been done recently? I can't reproduce it on jsFiddle on Webkit Nightly anymore (on Chrome Canary I can, though).
Michał Gołębiowski-Owczarek
Comment 3 2012-12-06 01:34:08 PST
Well, the bug disappeared in Chrome Canary, too, after one of recent updates.
Michał Gołębiowski-Owczarek
Comment 4 2013-01-16 15:29:49 PST
I'm marking it as RESOLVED FIXED since the bug disappeared some time after I reported it.
Note You need to log in before you can comment on or make changes to this bug.