cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Java WD drop-downs not working correctly

Former Member
0 Likes
2,858

Hi all:

My company is upgrading from NW 7.0 2004s to NW 7.4 SP14. We've just recently gotten over a big challenge getting applications running GUI for HTML trans-iViews & Java WD applications requiring Classic Event Framework to live on the same portal server by using the following settings:

- Under Portal Content > Portal Users > Standard Portal Users > Classic Framework Page > Browser Document Mode, the Browser Document Mode setting is now “IE=EDGE”.

- Under each SAPGUI Report’s trans-iView, the ‘Default Document Rendering Mode’ is set to ‘Standard’.

We've done this because my company requires us to standardize on Internet Explorer 11, both on Windows 7 & Windows 10. Unfortunately, this has caused a number of serious Java WD UI issues (pictures attached), such as:

- drop-down boxes are now only 1-3 rows visible when selected, no matter how many values they contain, making it difficult to select, see and scroll between all possible values.

- input text boxes now overlap their description labels instead of being painted adjacent to them.

- within tables, 1st row dropdown values are the only ones ever displayed, even when selecting another row’s dropdown values, including when that lower row is the lead selection.

After reading https://wiki.scn.sap.com/wiki/display/JSTSG/(IFWDJ)Problem-0232, I thought the sap.valuesetlimit.maxondemand property would fix this, then realized that this doesn't control the default visibility of how many can be seen at once.

In Studio 7.0 you can can control the Size property of drop-downs by switching between Small & Standard, but after migrating all our Java WD code to NW 7.4, this value has been deprecated and is no longer under our control.

I'm out of ideas. Nothing like these ever happened in NW 7.0 portal servers. Have any of you experienced these or similar issues? Any suggestions for what we can do to fix them?

Please advise,

Jon

View Entire Topic
junwu
SAP Champion
SAP Champion
0 Likes

did u render wdj in standard mode?

Former Member
0 Likes

Yes, I tried the WDJ iViews in both quirks and standards modes. All 3 problems still exist in both modes.

junwu
SAP Champion
SAP Champion
0 Likes

that is not what I mean

follow this, you have to inform wdj to render in standard mode.

https://service.sap.com/sap/support/notes/1854758

Former Member
0 Likes

Hi Jun: sorry for the delay; we had a major outage.

Unfortunately, setting the SapDocumentMode property didn't change anything. All 3 of the above issues are still with us.

Thanks,

Jon