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

hiddendiv does not disappear #6265

Open
mkopacz opened this issue Jan 15, 2019 · 1 comment
Open

hiddendiv does not disappear #6265

mkopacz opened this issue Jan 15, 2019 · 1 comment

Comments

@mkopacz
Copy link

mkopacz commented Jan 15, 2019

When navigating to another view of a SPA application, a hiddendiv element associated with a textarea doest not disappear event if the textarea is no longer displayed. It just sits at the bottom of a body element.

Expected Behavior

The hiddendiv element should be removed together with the textarea it is associated with.

Current Behavior

The hiddendiv element is left at the bottom of the body element.

@RobomiYumi
Copy link

I get this error too. It seems it can be fixed with the following selector:
.hiddendiv.common { position: fixed; top:100%; left:0px; }
The hiddendiv is needed for the auto-resize to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants