Skip to content
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

fix(ui5-barcode-scanner-dialog): properly fire 'close' event #9193

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

plamenivanov91
Copy link
Contributor

Issue is fixed where when closing the BarcodeScannerDialog with 'ESC' key, the 'close' event isn't fired.

Now 'close' event is properly fired regardless of the way the dialog is closed.

Fixes: #9177

Issue is fixed where when closing the BarcodeScannerDialog with 'ESC'
key, the 'close' event isn't fired.

Now 'close' event is properly fired regardless of the way the dialog
is closed.

Fixes: SAP#9177
@kgogov kgogov self-requested a review June 12, 2024 12:05
@plamenivanov91 plamenivanov91 merged commit db099f1 into SAP:main Jun 12, 2024
10 checks passed
ilhan007 pushed a commit that referenced this pull request Jun 14, 2024
Issue is fixed where when closing the BarcodeScannerDialog with 'ESC'
key, the 'close' event isn't fired.

Now 'close' event is properly fired regardless of the way the dialog
is closed.

Fixes: #9177
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BarcodeScannerDialog (v2.0.0-rc.5)]: close event is not called and open not removed when closing via ESC
2 participants