Closed davidclaveau closed 6 months ago
BRS-323
Fix an issue where the print() method was firing before the new document window loaded the QR code content.
print()
focus()
onload()
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots No data about Coverage 0.0% Duplication on New Code
See analysis details on SonarCloud
Jira Ticket:
BRS-323
Jira Ticket URL:
323
Description:
Fix an issue where the
print()
method was firing before the new document window loaded the QR code content.focus()
andprint()
methods until after document is fully loaded usingonload()
print()
andfocus()
after theonload()
event.