cancel
Showing results for 
Search instead for 
Did you mean: 

​Bugs in Samples provided by SAP for SAPUI5: Any way to raise concern with SAP

0 Kudos

Not sure, whether this is the place, where this concern can be raised.

select 'Samples' from https://sapui5.hana.ondemand.com

select 'Input' from right side.

In Left side, under Display,

select 'Feed Input'

Then under Samples(2),

select 'Feed Input' and 'Feed' separately.

Download the source code zip files.

Extract to WEB IDE, in both source codes, brackets, curly brackets and square brackets were not closed correctly.

Even after correction, was unable to execute the program.

Tried raising Incident under SAP, but my user rights are limited and could not raise incident.

How can the source codes be corrected by SAP.

How can this concern be bought to the attention of SAP

Accepted Solutions (1)

Accepted Solutions (1)

esjewett
Active Contributor

Since these samples are relevant to OpenUI5 as well, you could open an issue under the OpenUI5 Github project: https://github.com/sap/openui5


Just reference the OpenUI5 SDK when you open the issue, instead of the SAPUI5 one. It is here: https://openui5.hana.ondemand.com

Answers (1)

Answers (1)

0 Kudos

Thanks Ethan.

I raised issue in github, and got a solution.

Reply from github is below.

"

That was indeed a regression caused by 5281e32.

It has been fixed in 1.54 (08dfb53), 1.56 (746f1b4) and master (5281e32),

but the fix did not yet reach openui5.hana.ondemand.com (will be part of next patch).

You might use https://openui5nightly.hana.ondemand.com until then.

Reg. the missing index file in the sources: that's true, the index.html is missing under

openui5-master\src\sap.m\test\sap\m\demokit\sample\Label, but that's by intention.

The index.html is generated from this template (https://github.com/SAP/openui5/blob/master/src/sap.ui.documentation/src/sap/ui/documentation/sdk/tmpl/index.html.tmpl)

when the download package is created.

"