paper-input icon indicating copy to clipboard operation
paper-input copied to clipboard

scrollbar does not display when max-rows set on paper-textarea

Open rkief opened this issue 8 years ago • 5 comments

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

iron-autogrow-textarea

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

rkief avatar Dec 13 '16 17:12 rkief

Hmm i can't repro this on Stable Chrome, in the demo: screen shot 2016-12-13 at 11 14 53

Do you have any more information on this?

notwaldorf avatar Dec 13 '16 19:12 notwaldorf

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.

--

rkief avatar Dec 13 '16 19:12 rkief

I don't see any screenshots in your response, and I still can't repro this :(

notwaldorf avatar Jan 05 '17 00:01 notwaldorf

Hi,

Here a working demo with some lorem ipsum text : http://plnkr.co/edit/2ANtWUsDTgVKZP3MRJOE?p=preview.

benjaminrancourt avatar Apr 12 '17 19:04 benjaminrancourt

Hello, Thanks for the example. requires a newline to reach the max-rows but

paper-textarea { max-height: 180px; overflow-y: auto; }

rkief avatar Apr 12 '17 20:04 rkief