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

Window scrollbar issue with sticky component #1911

Closed
mertsincan opened this issue Nov 18, 2016 · 0 comments
Closed

Window scrollbar issue with sticky component #1911

mertsincan opened this issue Nov 18, 2016 · 0 comments
Labels
6.0.9 🐞 defect Bug...Something isn't working
Milestone

Comments

@mertsincan
Copy link
Member

Reported By PRO User;

<p:panel id="globalMessagesPanel" styleClass="panelNoBorders">
<p:messages id="messages" autoUpdate="true" showDetail="true" globalOnly="true" />
</p:panel>
<p:sticky target="globalMessagesPanel" />

when the sticky panel appears, exists a browser window size for which is not possible to scroll down.
It seems that the panel tries to become sticky changing the page height; with the new height it probably does not need anymore to be sticky and switches back to the non sticky mode and it starts from the square one.
The page shake and the only option is to change the window size of the browser.

@mertsincan mertsincan added 6.0.9 🐞 defect Bug...Something isn't working labels Nov 18, 2016
@mertsincan mertsincan added this to the 6.1 milestone Nov 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.0.9 🐞 defect Bug...Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant