Skip to content
Code-Schnipsel Gruppen Projekte
Commit 1d515a60 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: #36

Übergeordneter 40c585c9
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -896,10 +896,10 @@ define('qui/controls/buttons/Select', [
return;
}
// we need a delay, becaus between the blur and the focus, the activeElement is body
// we need a delay, because between the blur and the focus, the activeElement is body
(function () {
// workaround for quiqqer/qui#35
if (typeof event.stop === 'undefined') {
if (typeof event === 'undefined' || typeof event.stop === 'undefined') {
event = {
stop: function () {
}
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren