Monica Dinculescu
Monica Dinculescu
I don't think this is good, since it basically delays everything by half a second. In particular, this also breaks all the tests, which means it breaks the tests of...
@nloewen I think this is related to https://github.com/PolymerElements/paper-input/issues/125, and it's happening because the textarea's nor its parent have a fixed/max size. Does that explanation make sense?
I haven't looked at this -- if anyone has any ideas why this is happening, I'd love to hear them :)
Omg @beckysiegel, this was AMAZING sherlocking! Thanks so much!!!
Do you have any repro steps, or what platform this is happening on? This demo (http://output.jsbin.com/hohuholelu) works fine in a bunch of browsers, so this is something particular with your...
Hmmm, I don't think that's actually possible right now, but I could add some custom mixins for this. Is it only those 3 pseudoselectors that you need?
With a mixin, there would be a `--paper-text-area-scrollbar` mixin available for you to use, like this ``` css --paper-text-area-scrollbar: { width: 6px!important; ``` And internally, it would be used inside...
@caranicas a PR for this would be appreciated as well!
Oof, we should investigate if this is still needed. It was originally there because IE10's flexbox is really messed up, and needs the weird flex basis; I think we should...
TBH, I think it was an IE10 quirk. I think we can definitely fix this in the 2.0-preview branch, but I have soooome IE10 worries about fixing it on master....