cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with automatic height

Former Member
0 Kudos

Hi,

I have the following problem with automatic height.

I've created xmlform(at the end of <sme_name>show.xsl I added <a class="urLnk" href="javascript: history.back()" target="_self">).

Then I've created custom collection renderer and km navigation iview(where I set Height type to automatic).

Everything is working fine but when I click back link, iview doesn't resize automatic. Under Firefox everything is OK.

Thanks for help

Regards

Jakub Krecicki

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jakub,

As far as I know if you have the height type set to automatic then you will always have an issue with resizing as the portal loads the iView and then sets the height based on size of the iView once loaded.

If you need to set the height of the iview, you can go for FIXED option and set the iview height seperately, so that the iviews are displayed according to what you require in the page.

Regards,

Pooja.

former_member200748
Contributor
0 Kudos

Hi Jakub

Change the Fetch mode of your iView to client-side method and try giving Fixed height type.

Refer to this <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=73101&messageID=785527">thread</a> as well.

Hope that helped.

Best Regards

Priya

Former Member
0 Kudos

Try adjusting the Minimum Automatic Height and Maximum Automatic Height properties of the iView (the height value is in parameters so you may have to play around with it a little).

While you're playing with it, try Cache Level and Isolation Method as well. Set these to each available option and see if it makes a different.