[Webkit-unassigned] [Bug 52987] REGRESSION (r73369-r73405): Columns disappearing on scroll or translate
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 25 17:00:55 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=52987
Joseph Pearson <joseph at inventivelabs.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|REGRESSION (r73369-r73405): |REGRESSION (r73369-r73405):
|Monocle ebook reader |Columns disappearing on
|library is broken |scroll or translate
|(rendering of body outside |
|bounds?) |
--- Comment #6 from Joseph Pearson <joseph at inventivelabs.com.au> 2011-02-25 17:00:55 PST ---
I've updated the title of this bug, in line with what the testcase demonstrates — this is a more fundamental rendering problem than just Monocle compat. An element with columns and a height will disappear if translated or even if the document is scrolled.
This is all you need to see the problem:
body {
height: 300px;
-webkit-column-width: 200px;
}
It doesn't need to be in an iframe, it doesn't need to be translated. Just add a bunch of lorem ipsum and attempt to scroll horizontally.
Since this is now in Chrome betas, and a public release can therefore be expected any day, I wonder if the priority of this should be upped and whether it's worth assigning it to the presumably quite busy Dave Hyatt (who authored Changeset 73385)? A number of deployed applications depend on this, and I haven't yet found a workaround.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list