cancel
Showing results for 
Search instead for 
Did you mean: 

Screen "jumps" when using DropDown box

former_member182374
Active Contributor
0 Kudos

Hi All,

When I use Drop Down box in the portal, the screen "jumps" until the selection is completed. How do I prevent this?

Attached 2 pictures which show the problem (note the red border which shows the space that causes the jump).

Pic 1:http://img297.imageshack.us/img297/82/pic12xk.jpg

Pic 2:http://img500.imageshack.us/img500/9827/pic27bp.jpg

This happens with Web Dynpro applications, PDK for .NET applications and even with iviews provided by SAP.

The problem occurs only when the portal's language is set to Hebrew.

I tried to set height & width from my application and the iview's properties - didn't help

Also, I tried to change Portal "InnerPage" properties - didn't help.

How can I solve this?

Thanks,

Omri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Since this only happens when the language is hebrew I would guess this has something to do with right-to-left rendering of the language. Maybe you could use javascript to set the property dir=ltr of the select element of the dropdown listbox.

Dagfinn

former_member182374
Active Contributor
0 Kudos

Hi Dagfinn,

Thanks for the response.

I tried to change the direction of the property from ltr to rtl and vise versa - didn't help

Omri