Re: [webkit-dev] Layout issue with fieldset legend element

2012-02-15 Thread Adam Barth
The preferred way to approach this kind of issue is to file a new bug
that describes the problem.  This email list isn't for discussing
individual bugs.

Adam


On Tue, Feb 14, 2012 at 8:46 PM, Sravan sra1sand...@gmail.com wrote:
 Hi,

 While working on webkit bug#:50287
 (https://bugs.webkit.org/show_bug.cgi?id=50287), i found another issue
 related to legend element of fieldset form-property as described below.

 On applying padding style information to fieldset legend element, the bottom
 border gets clipped-off in Safari and Chrome. (Padding more than 8px).
 There is no such issue on FF  IE with any value or percentage of Padding.
 Following is the simple test case to reproduce the issue on Safari and
 Chrome.(Also attached as test.html)

 html
 head
 style type=text/css
 fieldset legend{
 padding: 20px;
 }
 /style
 /head
 formfieldsetlegendHAPPY/legend/fieldset/form
 /html

 On analyzing further, I found that clipping of legend element is buggy in
 WebKit, and i may have the fix for it.
 I intend to submit this as a new bug, and submit the patch for it. Please
 let me know if any one think otherwise.
 -Sravan.


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Layout issue with fieldset legend element

2012-02-14 Thread Sravan
Hi,

While working on webkit bug#:50287 (
https://bugs.webkit.org/show_bug.cgi?id=50287), i found another issue
related to legend element of fieldset form-property as described below.

On applying padding style information to fieldset legend element, the
bottom border gets clipped-off in Safari and Chrome. (Padding more than
8px).
There is no such issue on FF  IE with any value or percentage of Padding.
Following is the simple test case to reproduce the issue on Safari and
Chrome.(Also attached as test.html)

html
head
style type=text/css
fieldset legend{
padding: 20px;
}
/style
/head
formfieldsetlegendHAPPY/legend/fieldset/form
/html

On analyzing further, I found that clipping of legend element is buggy in
WebKit, and i may have the fix for it.
I intend to submit this as a new bug, and submit the patch for it. Please
let me know if any one think otherwise.
-Sravan.


HAPPY

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev