Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants