cancel
Showing results for 
Search instead for 
Did you mean: 

Popup window scroll bar is automatically going to the top of the view(Screen)

ramakrishna_bole
Newcomer
0 Kudos

Hello Everyone,
                             I am facing the following issue:
I created one custom application and i have a view which contains some input fields and 8 normal tables. And, i am calling this view in a a Popup.
When I am opening this popup, i see all of these input fields and 2 or 3 normal tables in it.
And, then when i am trying to enter any data in the last tables (after scrolling down the popup window),
for example 6th table and in any row(any column field), the cursor is getting disappeared and the screen is automatically going to the top of the view.
And, When i am re-sizing the popup manually it is working fine (i.e. i am able to enter the data in any row of the 6th table.)

My requirement is: when i try to enter data in any of rows of any of the tables after scrolling down the popup, i should be able to enter the data correctly in any row of any table and the screen
should not move up to the top of the view.

Appreciate your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Why dont you try by setting the window size.

lo_window->set_window_size(

  EXPORTING

    width  = '100%'

    height = '100%'

)..

Thanks

KH