cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1170
Views
0
Helpful
2
Replies

gadgets.window.adjustHeight is not working on Internet Explorer 10

yudhitanaka
Level 1
Level 1

Hi,

I have a custom gadget that calling gadget.window.adjustHeight(). I've tested using IE 10 and IE 11. It's working fine on IE 11 but not on IE 10.

Is there any setting need to be done in order to make gadget.window.adjustHeight() work on IE 10?

Thanks in advance!

Best Regards,

Yudhi

1 Accepted Solution

Accepted Solutions

golmsted
Level 4
Level 4

In my experience it is best to use gadget.window.adjustHeight(desiredHeight) instead. You use this to set the height of the gadget to exactly how high you want it to be.

g.

View solution in original post

2 Replies 2

golmsted
Level 4
Level 4

In my experience it is best to use gadget.window.adjustHeight(desiredHeight) instead. You use this to set the height of the gadget to exactly how high you want it to be.

g.

Thanks Gary! It works

Best Regards,

Yudhi