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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 22 00:07:27 PDT 2008


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





------- Comment #10 from fredck at fredck.com  2008-08-22 00:07 PDT -------
We have also noted this issue recently. The strange fact is that it happens
only if the editor has a reduced size (default btw). For example, you will
reproduce the problem here:

http://www.fckeditor.net/nightly/fckeditor/_samples/html/sample02.html

But it will work well in this other sample instead:

http://www.fckeditor.net/nightly/fckeditor/_samples/html/sample01.html

Looking at the DOM with the Web Inspector, the only differences between
sample01 and sample02, are the "width" attribute and style values for the
outer iframe that holds the editor. The first is set to 300/300px, while we
have 200/200px at the other. All the rest, including the inner tables and
iframes have the same sizes (mostly 100% height in the inner stuff).

It sounds like WebKit is forcing the inner iframe having a minimum height of
exactly 150px (the computed style for the inner iframe in the Web
Inspector).


-- 
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