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

Position along with paper-fab isn't consistent on first load #104

Open
TakhirMamirov opened this issue Mar 29, 2017 · 2 comments
Open

Position along with paper-fab isn't consistent on first load #104

TakhirMamirov opened this issue Mar 29, 2017 · 2 comments

Comments

@TakhirMamirov
Copy link

If I add a paper-tooltip for paper-fab element inside paper-fab-speed-dial, and set up a position="left", then on first page load and opening of dial the tooltips's positions are messy until I mouse out/over them again.

image

@notwaldorf
Copy link
Contributor

Do you have a jsbin with repro steps? I'm not sure what your dom looks like, or what a speed-dial is :)

@zliebersbach
Copy link

@TakhirMamirov One solution I've found is to do the following once paper-tooltip and paper-fab have been added to the DOM:

tooltip.show();
tooltip.hide();

However this seems super janky, and strangely tooltip.updatePosition() doesn't seem to help, either.

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

No branches or pull requests

3 participants