iFrame with MxApp forces Homepage to begin in that section

0
Hi We have an Wordpress homepage where a section is an iFrame with our MxApp. When going to this homepage the screen begins near the iFrame with MxApp. When we place this iFrame to somewhere else we confirm that the screen begins again a bit above the iFrame section. EDIT: When the included MxApp page has a data view (with a MF as data source, format string widget, link button and action button) it forces the homepage to that section. So has anyone an idea what from the data view could cause this force? Someone any idea which class force this?
asked
2 answers
3

You could try to set the tabindex to -1 or 1 on the datagrid and have an element on the overlaying page with a tabindex of 0. This should set the focus to the element you want and (if you use tabindex 1 for the mendix part) still have the mendix part in the tab sequence. (using -1 removes it completely from the tab sequence)

answered
0

Guys, putting the tabindex to -1 did solve to use thanks!

answered