[Webkit-unassigned] [Bug 20442] REGRESSION (r29039): Scrollbar clipped passed visible region with fckeditor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 20 18:42:10 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20442





------- Comment #9 from amohr at adobe.com  2008-08-20 18:42 PDT -------
(In reply to comment #8)
> (From update of attachment 22913 [edit])

my inline html editing skills on this site seem to be lacking ;)  In any case,
I've attached a testcase which I believe reproduces the source of the problem. 
I've structure the tree test files to have a separate color for each file. 
Furthermore, if the document has an iframe it gets another border with the same
color.

You'll note when opening the outer html, that the inner html's document's
height is more that what is needed for the document (instead, set to it's
intrinsic height) when the owner iframe was set to 100% height.

It goes like this:

Outer HTML->IFrame (200px height)->TR/TD(74px)+TR/TD/IFrame (100% height)

I believe the expectation is that the IFrame would get sized to the remainder
(200-borders/margins-74px) and not the intrinsic height.  If you compare the
behavior with firefox it seems firefox does not set the inner html size to it's
container's iframe size, instead it gets set to the content size.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list