Skip to content

Conversation

@alexanderGugel
Copy link
Member

Apparently screen readers have some problems with stopPropagation.

@DnMllr
Copy link
Contributor

DnMllr commented Jun 3, 2015

Because we already bubble events in our scene graph, if events bubble in the DOM too then we will have multiple copies of the same event flowing in our scene graph. This needs to be taken into consideration somehow if we want to change our stopPropagation rules.

@alexanderGugel
Copy link
Member Author

@DnMllr This has already been taken into account. That's why we keep track of the last event via DOMRenderer#_lastEv.

@alexanderGugel alexanderGugel force-pushed the remove-stopPropagation branch from fbe0c09 to d8ee73f Compare June 10, 2015 09:02
@alexanderGugel
Copy link
Member Author

Added test case. Merge please.

@michaelobriena michaelobriena added this to the 0.6.0 milestone Jun 11, 2015
@michaelobriena
Copy link
Member

landed as 07b501d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants