cancel
Showing results for 
Search instead for 
Did you mean: 

Scrollbar jumps

Former Member
0 Kudos

Hi!

I have an WebDynpro-Application that contains many components via ViewContainerUIElements. This works fine.

But when I run that main-application in the sap-portal and force a roundtrip (e.g. through a button-click) - the scrollbar for the whole application always jumps back to top, so the user might loose his visual focus.

Does anybody have an idea why this happens? Is there a property to disable that automatic "focus-reset"? Any hints?

Thanks in advance!

Kind regards,

TopperDEL

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Just a suggestion:

For a good layout, one should always keep in mind that there is no scrollbar on the page. If possible, you can use tab strip Ui element and split your single page UI into different sections..

Former Member
0 Kudos

Yes, thanks for that comment. Unfortunately, that is not usable here.

Any other hints?