Web Dynpro AJAX中的EditFieldBase.js(lightspeed js库)错误

2020-09-27 11:06发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


您好,我们在使用lightspeed js库的Web Dynpro AJAX门户中遇到问题,我们需要帮助来解决此问题。

我们有 NetWeaver 7.5 sp7 ,主题 sap_tradeshow_plus 和IE10浏览器。 当NetWeaver和其他系统更新到7.5时,我们在/com.sap.ui.lightspeed/js/classes/EditFieldBase.js 中的AJAX门户上刷新每个页面都会遇到错误,但是在CLASSIC门户中,所有页面都可以正常运行 。

我们只有在具有组合框的自定义组件的页面上才会出现此错误。 这是错误代码的一部分:

 this.oHelpButtonRef.style.lineHeight =(this.oDomRef.offsetHeight-(parseInt(oComputedStyle.borderTopWidth)|| 0)-(parseInt(oComputedStyle.borderBottomWidth)|| 0)-(parseInt(oComputedStyle.paddingTop)|  | 0)-(parseInt(oComputedStyle.paddingBottom)|| 0))+'px';;  

,在第一个值( this.oDomRef.offsetHeight )中,我们得到 0 ,最后我们得到

 this.oHelpButtonRef.style.lineHeight =‘-2px’

this.oDomRef 是html元素:

  

我不知道为什么高度为 0 ,因为此元素的样式为 height:2.85ex

我不能更改 EditFieldBase.js ,但是也许我可以做其他事情吗?

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


您好,我们在使用lightspeed js库的Web Dynpro AJAX门户中遇到问题,我们需要帮助来解决此问题。

我们有 NetWeaver 7.5 sp7 ,主题 sap_tradeshow_plus 和IE10浏览器。 当NetWeaver和其他系统更新到7.5时,我们在/com.sap.ui.lightspeed/js/classes/EditFieldBase.js 中的AJAX门户上刷新每个页面都会遇到错误,但是在CLASSIC门户中,所有页面都可以正常运行 。

我们只有在具有组合框的自定义组件的页面上才会出现此错误。 这是错误代码的一部分:

 this.oHelpButtonRef.style.lineHeight =(this.oDomRef.offsetHeight-(parseInt(oComputedStyle.borderTopWidth)|| 0)-(parseInt(oComputedStyle.borderBottomWidth)|| 0)-(parseInt(oComputedStyle.paddingTop)|  | 0)-(parseInt(oComputedStyle.paddingBottom)|| 0))+'px';;  

,在第一个值( this.oDomRef.offsetHeight )中,我们得到 0 ,最后我们得到

 this.oHelpButtonRef.style.lineHeight =‘-2px’

this.oDomRef 是html元素:

  

我不知道为什么高度为 0 ,因为此元素的样式为 height:2.85ex

我不能更改 EditFieldBase.js ,但是也许我可以做其他事情吗?

付费偷看设置
发送
1条回答
shere_lin
1楼-- · 2020-09-27 11:29

根据您的查询,我看到您正在IE10浏览器中使用门户。

自2016年1月起,Microsoft停止了对任何低于IE11的Internet Explorer(IE)的支持。 SAP不支持其制造商不支持的浏览器,因此SAP也不支持较旧的IE。 请使用Internet Explorer 11及更高版本。

请参阅KBA#2398889-Internet Explorer对企业门户的支持

致谢

Santarshi Samanta

一周热门 更多>