[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:08:30 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20442
------- Comment #8 from amohr at adobe.com 2008-08-20 18:08 PDT -------
(From update of attachment 22913)
><HTML style="border: thin solid blue; margin: 5px;"><HEAD>
>
><SCRIPT>
> function setHeight(str)
> {
> var iframe = document.getElementById('FCKeditor1___Frame');
> var iframeDoc = iframe.contentDocument;
> var iframeElement = iframeDoc.getElementById('foo');
> iframeElement.style.height=str;
> }
></SCRIPT>
></HEAD><BODY>
><BUTTON onmousedown="javascript:setHeight('100%')" type="button">100% height</BUTTON>
><BUTTON onmousedown="javascript:setHeight('75px')" type="button">75 height</BUTTON>
><TABLE width="100%" style="margin: 0pt;">
><TBODY>
><TR><TD>
><DIV>
> <IFRAME scrolling="no" style="border: thin solid blue; margin: 5px; width: 100%; height: 200px;" src="attachment.cgi?id=22914" id="FCKeditor1___Frame">
></div>
></td></tr>
></tbody>
></table>
></body>
></html></IFRAME></DIV></TD></TR></TBODY></TABLE></BODY></HTML>
--
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