-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popover not focused when closing in IE throws error. #1432
Comments
Since there is no response from the author for more than 4 weeks I'm closing the ticket. |
@Shtilianova Edit: Here's the same issue in another lib... Note that I'm not an OpenUI5 user, I found this while doing research for similar report for a lib I'm contributing to. |
@pygy and @antkohan , Here is an example with custom handling of deletion, working with the latest OpenUI5 version - https://jsbin.com/yowapeyaje/1/edit?html,output |
I am closing this one as there is no activity in the thread. Feel free to open a new thread linking this issue, if you want to continue the discussion |
OpenUI5 version:
Browser/version (+device/version): Internet Explorer / 11.839.10586.0
Any other tested browsers/devices(OK/FAIL): Chrome (OK)
I have a sap.m.Popover that contains a list of rows, and each row has a cancel icon that, when pressed, removes it from the list. When the last row is removed, the popover is closed. However, in IE the popover appears not to regain focus before closing and a "get id of undefined" error is thrown. The error comes from a "document.activeElement.id" line in the popover's close function because document.activeElement may be null at that point.
The text was updated successfully, but these errors were encountered: