cancel
Showing results for 
Search instead for 
Did you mean: 

Cursor became not-allowed when SAPUI5 program running from SAP Portal

Former Member
0 Kudos

Hi experts,

I am developing a SAPUI5 program based on gateway. The programs is embedded into SAP Portal 7.3 SP9. After program and data loaded, mouse cursor became now-allowed. Does anyone know why this happened? Any suggestion would be very appreciated, thanks.

I tried to use 1.38.6 and 1.36 two SAPUI5 libraries, got the same result.

Kind regards,

Nick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Finally, figure out the root-cause. It's neither odata service call nor theme, but in my index.html I added

data-sap-ui-frameOptions="trusted"

I added this option because it is shown in WebIDE example programs, and I couldn't google any explanation about this option.

After remove this option from index.html. My UI5 program can run correctly.

Thanks.

Answers (2)

Answers (2)

karthikarjun
Active Contributor
0 Kudos

did you given the editable option to the table fields?

Former Member
0 Kudos

No, I didn't give editable option to any field in the landing view (XMLView). I tried to show another very simple UI5 program (kind of hello world program) and it works. I think OData service call caused this problem, but don't know how this happen.

junwu
Active Contributor
0 Kudos

is your portal framework page running in standard mode?

Former Member
0 Kudos

it is running under standard mode, but mouse cursor still shown not-allowed icon.