[Webkit-unassigned] [Bug 36584] New: Frameset body "rows" and "cols" attribute does not reflect current frame size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 00:49:34 PDT 2010


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

           Summary: Frameset body "rows" and "cols" attribute does not
                    reflect current frame size
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chrome at netscript.com


When a frameset's frame is resized by the user, the value of the "rows" or
"cols" attribute are not set with the new current value but, rather stays at
the original static document value. This is not critical since these values can
be deduced using frame size.

Yet, if a user resize a frame and we want to reset it to the original value
using JavaScript then, this won't work since the attribute value being still at
the original value, setting it to the same 'original' value will not trigger a
DOM update.

The ideal fix would be to always reflect the current size in "rows" and "cols"
attributes. A workaround would be to force a DOM update even if we set the
attribute with the same value.

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