cancel
Showing results for 
Search instead for 
Did you mean: 

Missing borders on FORM UIBB buttons

Former Member
0 Kudos

Hi all,

I have created an FPM_FORM_UIBB_GL2 component with toolbars contained in groups and buttons contained in those toolbars. During design process, I haven't had any problem but when we have uploaded it to portal, buttons "had lost" their upper border. I tried multiples possibilities and only works if toolbar occupy 2 lines at config. (but users don't want this solution). Any solution/ suggestion/ comment?

Thanks and best regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member198833
Active Participant
0 Kudos

Hi David,

This seems to be happening because your system is on an old version of the Unified Rendering engine.

The Unified Rendering patch notes contain fixes for UI elements, as well the support for the latest browser releases.

Please read the following Wiki on how to patch your UR to the latest version available:

http://wiki.scn.sap.com/wiki/x/2oQCFQ

Regards,

Felipe

Former Member
0 Kudos

Hi Felipe,

Thanks for advice but it's not a problem with patches. We have noticed that Internet Explorer is working by emulation, it's not a true IE11. Our support team are working on it and we're waiting for new news.

Thanks and best regards

former_member198833
Active Participant
0 Kudos

Hi David,

In this case, try configuring all Web Dynpro applications with parameter WDPREFERREDRENDERING (HTML Rendering Mode) as STANDARDS, according to the following link:

Application Parameters and URL Parameters - Web Dynpro ABAP - SAP Library

Regards,

Felipe

Former Member
0 Kudos

Hi Felipe,

Thanks for answer. On link, you can found the following:

WDPREFERREDRENDERING /

-

  • (standard value)
  • QUIRKS
  • STAND_ONLY
Define preferred HTML rendering mode.
  • STANDARDS:Starts the application in W3C standards mode (DOCTYPE HTML), provided the rendering engine supports standards mode.The STANDARDS value is effective in Internet Explorer 9 and higher Internet Explorer versions, and in Firefox, Safari, and Chrome. Older Internet Explorer versions are rendered always in quirks mode.

I understand that mi explorer doesn't support such technology, isn't it? Yes, I'm working on IE11 but it's rendering on mode 5. I have supposed that my page is opening on quirks mode right now, right? It doesn't works on my page, maybe if support team do their work but not right now.

former_member198833
Active Participant
0 Kudos

Hi David,

If IE11 is emulating IE5, Web Dynpro is being rendered in Quirks mode, as it was the only supported rendering mode in IE8 and lower releases.

There are several differences in rendering Web Dynpro in Quirks or Standards.

Please try passing the URL parameter 'sap-ie=Edge' as this will force IE11 to open in Edge Document Mode and in Standards Mode.

Regards,

Felipe

Answers (0)