Bug 142502 - <button> overflow is hidden by default which doesn't match other block boxes
Summary: <button> overflow is hidden by default which doesn't match other block boxes
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-09 11:53 PDT by Greg Whitworth
Modified: 2023-05-06 07:24 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Whitworth 2015-03-09 11:53:13 PDT
I filed this same bug against Blink, here is the information I shared with them

Example URL:
http://jsbin.com/lobuvacezo/1/edit?html,css,output

Steps to reproduce the problem:
1. Open the url and view the rendered test results

What is the expected behavior?
All three of them should have the same overflow behavior (they should overflow).

What went wrong?
Blink/Webkit seems to have a bug where buttons get a default overflow of hidden or if a descendant gets any position other than static.

Did this work before? N/A 

Does this work in other browsers? Yes 

Chrome version: 41.0.2272.76 m  Channel: stable
OS Version: 10.0
Flash Version: Shockwave Flash 16.0 r0

I raised this to the CSS WG (https://lists.w3.org/Archives/Public/www-style/2015Mar/0099.html) and it was agreed that this was a Blink/Webkit bug.

Other Browsers Tested:
   Chrome 41: Fail
   IE 11: Fail
   IE Edge (Windows 10 TP): Pass
   Firefox: Pass
   Presto: Pass
   Safari 7: Fail
   Safari 8: Fail
Comment 1 Ahmad Saleem 2023-05-06 07:24:21 PDT
I fixed button overflow bug msyself. So I know this is fixed.

Marking this as "RESOLVED CONFIGURATION CHANGED".