[Webkit-unassigned] [Bug 23750] Cannot resize frames because frameborder=0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 06:22:02 PDT 2012


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


Swapna <spottabathini at innominds.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #141332|0                           |1
        is obsolete|                            |
 Attachment #141332|review?                     |
               Flag|                            |
 Attachment #141712|                            |review?
               Flag|                            |




--- Comment #14 from Swapna <spottabathini at innominds.com>  2012-05-14 06:21:05 PST ---
Created an attachment (id=141712)
 --> (https://bugs.webkit.org/attachment.cgi?id=141712&action=review)
Patch to allow resize of frames even in case of frameborder=0.

> LayoutTests/fast/frames/frames-with-frameborder-zero-can-be-resized.html:1
> +<html>
Normally you would want an HTML5 doctype here.  <!DOCTYPE html>

Added <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"> as doctype.
Since <frame>&<frameset> tags are not supported in HTML5, we can't use HTML5 doctype.

>Don't you ahve a log function to do this?  I guess your log funciton isn't general purpose.
Generalized log function.

> +  <frame frameborder=0 name="One" style="border-right: 2px solid green;" />
self-closing tags are invalid html.
Fixed.

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