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 <[email protected]> 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> > <form><fieldset><legend>HAPPY</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 > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

