Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InputTextarea with autoResize=true have scroll up issues #13484

Closed
marioosh-net opened this issue Aug 11, 2023 · 1 comment · Fixed by #13495
Closed

InputTextarea with autoResize=true have scroll up issues #13484

marioosh-net opened this issue Aug 11, 2023 · 1 comment · Fixed by #13495
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@marioosh-net
Copy link

Describe the bug

InputTextarea with autoResize=true have issues like below:

  • Click on not focused textarea makes scroll up;
  • Click outside on focused textarea makes scroll up;

Environment

Chrome browser on Windows 10

Reproducer

https://stackblitz.com/edit/ib29s9

Angular version

16.0.0

PrimeNG version

16.1.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

16.20.0

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@marioosh-net marioosh-net added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Aug 11, 2023
@SoyDiego
Copy link
Contributor

Hi @marioosh-net, I have checked the problem and you are right.
I did a PR solving the problem. You can check it here: #13495
Now we should wait PrimeNG Team approve it if they think the solution is OK for them.

@mertsincan mertsincan added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Aug 26, 2023
@mertsincan mertsincan added this to the 16.2.1 milestone Aug 26, 2023
@mertsincan mertsincan changed the title Component: InputTextarea InputTextarea with autoResize=true have scroll up issues Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants