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 tooltips properly on all screens #98

Merged
merged 1 commit into from
Jun 17, 2016

Conversation

rmunn
Copy link

@rmunn rmunn commented Jun 4, 2016

The reveal.js animated slide transitions are done with 3D transforms, which throws off the element-positioning logic from FSharp.Formatting since it assumes a "normal" Web page. Under reveal.js, tooltips should be positioned as a sibling of the element they belong with. Then their positioning will be correct no matter what 3D transform is in effect.

Fixes #71.

The reveal.js animated slide transitions are done with 3D transforms,
which throws off the element-positioning logic from FSharp.Formatting
since it assumes a "normal" Web page. Under reveal.js, tooltips should
be positioned as a sibling of the element they belong with. Then their
positioning will be correct no matter what 3D transform is in effect.

Fixes fsprojects#71.
@rmunn
Copy link
Author

rmunn commented Jun 17, 2016

@forki - Any problems with this PR? Any objections to merging it in?

@forki
Copy link
Member

forki commented Jun 17, 2016

cool stuff. thanks

@forki forki merged commit 63ca457 into fsprojects:develop Jun 17, 2016
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

Successfully merging this pull request may close these issues.

2 participants