[Webkit-unassigned] [Bug 19348] New: Setting the size of a frame with javascript document.body.row no longer works
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 1 04:31:03 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=19348
Summary: Setting the size of a frame with javascript
document.body.row no longer works
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh
URL: http://www.smilecms.com/webkit/expand_frame.html
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Major
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: peer at smileCMS.com
calling a javascript function:
function resizeFrame(contractsetting){
document.body.rows=contractsetting;
}
or using document.body.rows='100,*';
No longer alters teh existing frame set height.
See the example at:
http://www.smilecms.com/webkit/expand_frame.html
Works with Safari 3.1.1 (4525.18) but not with the latest webkit builds
--
Configure bugmail: http://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