Open ZPolikarpov opened 1 year ago
Hello @UltimateToaster,
Thank you for sharing this finding. I've created an internal incident 2370056449. The status of the issue will be updated here in GitHub.
Regards, Diana
@didip1000
Hello, do you have any updates on that?
Our application noticed the same trouble in the sap/ui/unified/DateTypeRange control, that is used in the sap/ui/unified/Calendar. When we switch from 1.96.21 sapui5 version to 1.108.21, tooltip simply disappears. This is how it looks in the old version:
Currently we are using 1.108.21 and there is no way to go back to the previous used one. Hope, that bug will be fixed. Best Regards
OpenUI5 version: 1.108.2 + 1.112.3(Latest)
Browser/version (+device/version): Any
Any other tested browsers/devices(OK/FAIL): X
URL (minimal example if possible): https://plnkr.co/edit/g5hKKwPXIVuLisvL
User/password (if required and possible - do not post any confidential information here): X
Steps to reproduce the problem:
What is the expected result? Custom Tooltip is displayed
What happens instead? Nothing
Any other information? (attach screenshot if possible) This approach works for the PlanningCalendar and for the BlockersRow od the SinglePlanningCalendar (the Appointments at the very top). I've tried another approach like:
oCalendarAppointment.addEventDelegate( { onmouseover: this._showPopover, onmouseout: this._clearPopover, } )
as in this example, but the mouseover event of the Appointment never triggered.