Clarifications on fallThorugh (see #829)

This commit is contained in:
ahocevar
2013-01-10 22:12:35 +01:00
parent 158185e9a2
commit 3107751fb7

View File

@@ -70,12 +70,7 @@ Corresponding issue/pull requests:
## Map property fallThrough defaults to false
The behaviour controlled by map property fallThrough wasn't consistent and changes
has been made to fix that. The change means that some events will fall through as
was intended with fallThrough set to true. Defaulting fallThrough to false after
this change is sensible in most situations and will probably be what most
applications expect, but if you previously relied on events beeing passed through
you will probably want to set fallThrough to true.
The behaviour controlled by map property fallThrough wasn't consistent (some events were swallowed even with fallThrough set to true) and changes have been made to fix that. Defaulting fallThrough to false after this change is sensible in most situations and will probably be what most applications expect, but if you previously relied on pointer or keyboard events being passed through you will probably want to set fallThrough to true.
Behavioural change was made in this commit: