Hacker News new | ask | show | jobs
by x0137294744532 3431 days ago
> Personal favorite: 8-year-old bug that causes select options to render incosistently if there's a transform anywhere in the DOM above it

How is it critical to apply a transform to a select option? I don't see how this comes even close to the absurd IE bugs.

1 comments

The second part is the key. The transform can be ANYWHERE in the select's parent tree and it will still break.