Skip to content

Commit

Permalink
Clarifications on fallThorugh (see openlayers#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Jan 10, 2013
1 parent 158185e commit 3107751
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions notes/2.13.md
Expand Up @@ -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:

Expand Down

0 comments on commit 3107751

Please sign in to comment.