SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.95k stars 1.24k forks source link

SinglePlanningCalendar Appointments tooltip/mouseover event doesn't trigger #3747

Open ZPolikarpov opened 1 year ago

ZPolikarpov commented 1 year ago

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:

  1. Hover over any appointment inside the Calendar Colums

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.

didip1000 commented 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

egorwow70 commented 12 months ago

@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:

image

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