cancel
Showing results for 
Search instead for 
Did you mean: 

Page height issue in AJAX framework after switching to Standards (vs Quirks)

david_stanton
Explorer
0 Kudos

We are running the AJAX framework on NW 7.4 SP12

We are were previously running in Quirks mode, which worked well in IE 9 and 11 with Compatibility View enabled.

We want to switch to Standards mode instead of using Quirks in the AJAX framework. I've added ie=edge as the default for iViews under Admin

iView Templates, ensured Compatibility View in IE is disabled and switched the portal desktop to from AJAX Framework to AJAX Standards Mode Framework.

When iViews are accessed directly through a portal page, they are display correctly. But when a Page is created and an

iView added, the height of the page appears to default to Height Type of Fixed and Fixed Height of 80. We have changed the height properties of the Page to other options (Full or Automatic) and also changed the Fixed Height from 80 to 600. This hasn't resolved the issue. I've also changed the height properties of the iView within the page and that doesn't resolve it.

The page height doesn't display correctly in IE and Firefox. The page is correctly displayed in Chrome.

Accepted Solutions (0)

Answers (2)

Answers (2)

david_stanton
Explorer
0 Kudos

Found the solution.

The iView Height Type has to be set to Fixed. When it's set to Full Page or Automatic, it does not display correctly within the Page.

dhruv_shah3
Active Contributor
0 Kudos

Hello David,

You need to adjust the height according to the height of Iframe in the Ajax Framework component provided. Write custom javascript in LShapeLayout file

Then you will be able to achieve desired height.

Regards

Dhruv