function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
suresh sanneboinasuresh sanneboina 

Issue with the compatability mode

Hi,

I have a pageblock table in the vfpage. When i add more fields the screen page size increases and i am able to get the scroll. Working fine when browser in non-compatability mode. But when using the compatability mode i am not able to see the scroll.

Regards
Suresh S
Satish_SFDCSatish_SFDC
Compatibiltity mode is when the browser mimics old browsers where standards are not adhered to. Hence there might be display problems.
You may however force the website not to display in compatibility mode by putting the website in an 'Edge' mode.

Use the tag in the head.
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

Regards,
Satish Kumar