rachelandrew / gridbugs

A curated list of Grid interop issues
MIT License
1.19k stars 25 forks source link

Input, fieldset bugs in Chrome #4

Closed keithjgrant closed 7 years ago

keithjgrant commented 7 years ago

There are two bugs in Chrome that are particularly annoying, relating to forms:

  1. If an input or textarea is a grid-item, it collapses to a width of 0 as soon as the user enters some text (OS X) — https://bugs.chromium.org/p/chromium/issues/detail?id=727076

  2. Some elements, such a fieldset and button cannot be a grid container — https://bugs.chromium.org/p/chromium/issues/detail?id=375693

rachelandrew commented 7 years ago

Thanks - added as #10 and #11