openid / OpenYOLO-Web

Web protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
100 stars 16 forks source link

Fix issue when resizing the IFrame that would reset the previously set dimensions #66

Closed TMSCH closed 6 years ago

TMSCH commented 6 years ago

When another display message is sent, it would always reset the style, thus overwriting a previously custom height or width set. It now ensures to only reset the styles if the iframe is hidden.

codecov-io commented 6 years ago

Codecov Report

Merging #66 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   92.43%   92.44%   +<.01%     
==========================================
  Files          34       34              
  Lines        1507     1508       +1     
  Branches      205      206       +1     
==========================================
+ Hits         1393     1394       +1     
  Misses        114      114
Impacted Files Coverage Δ
ts/api/provider_frame_elem.ts 96% <100%> (+0.08%) :arrow_up:

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 f286443...12b0e36. Read the comment docs.