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

Set default value for iframe style dict. #100

Merged
merged 1 commit into from
Apr 11, 2019

Conversation

twavv
Copy link
Contributor

@twavv twavv commented Apr 6, 2019

Existing code was relying on an implementation detail where iframe.scope.dom.props[:style] was set (in particular it had overflow: none). The WebIO rework doesn't set this by default, which causes an error when using WebIO#master.

@codecov-io
Copy link

codecov-io commented Apr 6, 2019

Codecov Report

Merging #100 into master will increase coverage by 0.16%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage    73.2%   73.37%   +0.16%     
==========================================
  Files          12       12              
  Lines         321      323       +2     
==========================================
+ Hits          235      237       +2     
  Misses         86       86
Impacted Files Coverage Δ
src/visualizer.jl 75.34% <100%> (+0.69%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f6771c...7220b91. Read the comment docs.

@twavv twavv force-pushed the travigd/set-iframe-default-style branch from 4964695 to 7220b91 Compare April 6, 2019 17:22
@twavv
Copy link
Contributor Author

twavv commented Apr 6, 2019

This, together with JuliaGizmos/WebIO.jl#266 and #99, makes MeshCat.jl work (at the very least, all tests pass) using WebIO#master.

@rdeits
Copy link
Owner

rdeits commented Apr 11, 2019

Looks good, thanks!

@rdeits rdeits merged commit a8b4fb6 into rdeits:master Apr 11, 2019
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.

3 participants