cancel
Showing results for 
Search instead for 
Did you mean: 

Text Edit - IE10 issue

Former Member
0 Kudos

Hi experts,

We have been facing a strange issue in ABAP Web Dynpro.

We have a simple text edit field on the screen, bound to a context attribute.

In the WDBEFOREACTION method we are trying to read the value of that attribute.

When the application is run from Mozilla firefox & a breakpoint is placed in this method we see that the value is read as per what is entered in the text edit field. When the same is done from Internet explorer, it does not read the text edit value. It does read the other Input field, dropdown values appropriately.

Have tried clearing the browser cache etc, does not work.

Internet explorer - Version 10.

Please let me know if anyone has come across this behaviour. What is this error due to? Is there anything we have to differently in WD to resolve this?

I have seen the rendering of UI being different in different browsers before for WD application, but this is very different

Any pointers in this regard will be very helpful.

Thanks & Regards,

Gayathri Shanbhag

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Would like to add that we tried with IE9 & IE8 as well.

The issue exists in all cases.

Only for firefox, the issue does not exist.

Thanks & Regards,

Gayathri Shanbhag

ramakrishnappa
Active Contributor
0 Kudos

Hi Gayathri,

You may need to implement the s-note related to UNIFIED RENDERING CORRECTIONS based on your system release.

Try to search for relevant note using text like "Corrections for unified rendering 731".

Regards,

Rama

Former Member
0 Kudos

Hi Ramakrishnappa,

I have tried to search for a s-note which corrresponds to this particular issue.

We haven't found any corresponding to this exact issue.

There is one for text edit data update in a table - "1946272 - No update of textedit control data when used in SapTable, using FireFox browser", not sure if it works for this case as well as it is not the exact issue.

Any further inputs will be very helpful.

Thanks & Regards,

Gayathri Shanbhag

former_member182485
Active Contributor
0 Kudos

Please give detail about your SAP system version, EHP & SP.

Regards

Bikas

Former Member
0 Kudos

Hi,

We are running on SAP_BASIS 731, SP -    0010    SAPKB73110.

Thanks,

Gayathri

Former Member
0 Kudos

Hi,


What is attribute type to which you have bound the input field?

Former Member
0 Kudos

Hi Vishnu,

Have bound to a string attribute.

Regards,

Gayathri