Unsere Freiwilligen haben diesen Artikel noch nicht in Deutsch übersetzt. Machen Sie mit und helfen Sie, das zu erledigen!
Sie können den Artikel auch auf English (US) lesen.
The focusout
event fires when an element is about to lose focus. The main difference between this event and blur
is that the latter doesn't bubble.
Note: The opposite of focusout
is focusin
.
General info
Interface | FocusEvent |
---|---|
Sync / Async | Sync |
Bubbles | Yes |
Cancelable | No |
Targets | Window , Element |
Composed | Yes |
Default Action | None |
Properties
Property | Type | Description |
---|---|---|
target Read only |
EventTarget |
Event target losing focus. |
type Read only |
DOMString |
The type of event. |
bubbles Read only |
Boolean |
Whether the event normally bubbles or not. |
cancelable Read only |
Boolean |
Whether the event is cancellable or not. |
relatedTarget Read only |
EventTarget (DOM element) |
Event target receiving focus. |
Specifications
Specification | Status | Comment |
---|---|---|
UI Events | Working Draft | Added info that this event is composed. |
Document Object Model (DOM) Level 3 Events Specification | Obsolete | Initial definition |
Browser compatibility
We're converting our compatibility data into a machine-readable JSON format.
This compatibility table still uses the old format,
because we haven't yet converted the data it contains.
Find out how you can help!
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 52 (52) | (Yes) | (Yes) | (Yes) |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 52.0 (52) | (Yes) | ? | (Yes) |
Related events
Schlagwörter des Dokuments und Mitwirkende
Schlagwörter:
Mitwirkende an dieser Seite:
Sebastianz,
mfluehr,
JonathanPool,
fscholz,
erikadoyle,
chrisdavidmills,
mrenty,
teoli,
Sheppy,
ethertank,
louisremi
Zuletzt aktualisiert von:
Sebastianz,