openui5 icon indicating copy to clipboard operation
openui5 copied to clipboard

SinglePlanningCalendar Appointments tooltip/mouseover event doesn't trigger

Open ZPolikarpov opened this issue 2 years ago • 3 comments

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.

ZPolikarpov avatar Apr 28 '23 09:04 ZPolikarpov

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 avatar Apr 28 '23 12:04 didip1000

@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

egorwow70 avatar Oct 06 '23 14:10 egorwow70