oracle-samples / xfc

A javascript library for Cross Frame Communication
Apache License 2.0
17 stars 24 forks source link

Enhance the resizing logic #19

Closed kafkahw closed 6 years ago

kafkahw commented 6 years ago

Summary

Adding support for calculating height of the body containing absolute positioned elements.

NOTE: the example below is tested in IE 11, Firefox, Chrome and Safari. absolute_positioned_element

mhemesath commented 6 years ago

Can you update the XFC documentation as well? Thanks!

kafkahw commented 6 years ago

I updated the example to include two pagelets. The first one's targetSelectors was configured from Provider and the second's from Consumer. See gif below two_pagelets

kafkahw commented 6 years ago

Will update doc soon

mhemesath commented 6 years ago

Update release notes please

kafkahw commented 6 years ago

Will rebase with latest master and merge offline