paper-input
paper-input copied to clipboard
scrollbar does not display when max-rows set on paper-textarea
Description
Scrollbar is not displaying when maxRows is exceded. Using the iron elements demo from the catalog.
Expected outcome
Scrollbar should show as demonstrated when max height is set.
Actual outcome
Live Demo
https://elements.polymer-project.org/elements/iron-autogrow-textarea?view=demo:demo/index.html&active=iron-autogrow-textarea
Steps to reproduce
Use demo from catalog.
Browsers Affected
- [X ] Chrome
- [X ] Firefox
- [ ] Safari 9
- [ ] Safari 8
- [ ] Safari 7
- [X ] Edge
- [X ] IE 11
- [ ] IE 10
Hmm i can't repro this on Stable Chrome, in the demo:
Do you have any more information on this?
Tried this also on:
https://beta.webcomponents.org/element/PolymerElements/iron-autogrow-textarea/demo/demo/index.html
Windows 10 professional:
Google:
Firefox:
Edge:
Anything else that I can send please ask. Thank you. Love what you are doing!
On 2016-12-13 14:15, Monica Dinculescu wrote:
Hmm i can't repro this on Stable Chrome, in the demo: screen shot 2016-12-13 at 11 14 53 https://cloud.githubusercontent.com/assets/1369170/21155044/71c66c28-c125-11e6-93d2-69a753d3fcfb.png
Do you have any more information on this?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PolymerElements/paper-input/issues/467#issuecomment-266833260, or mute the thread https://github.com/notifications/unsubscribe-auth/AGnud-fZS2l-6pQmPEuZ8RaKqtu_0a2Iks5rHu7ZgaJpZM4LMBt0.
--
I don't see any screenshots in your response, and I still can't repro this :(
Hi,
Here a working demo with some lorem ipsum text : http://plnkr.co/edit/2ANtWUsDTgVKZP3MRJOE?p=preview.
Hello,
Thanks for the example.
paper-textarea { max-height: 180px; overflow-y: auto; }