mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Passing disabled events
This commit is contained in:
@@ -45,20 +45,6 @@ src/renderers/dom/shared/__tests__/ReactDOMTextComponent-test.js
|
||||
src/renderers/dom/shared/__tests__/ReactEventListener-test.js
|
||||
* should batch between handlers from different roots
|
||||
|
||||
src/renderers/dom/shared/eventPlugins/__tests__/SimpleEventPlugin-test.js
|
||||
* should forward clicks when it becomes not disabled
|
||||
* should not forward clicks when it becomes disabled
|
||||
* should work correctly if the listener is changed
|
||||
* should forward clicks when it becomes not disabled
|
||||
* should not forward clicks when it becomes disabled
|
||||
* should work correctly if the listener is changed
|
||||
* should forward clicks when it becomes not disabled
|
||||
* should not forward clicks when it becomes disabled
|
||||
* should work correctly if the listener is changed
|
||||
* should forward clicks when it becomes not disabled
|
||||
* should not forward clicks when it becomes disabled
|
||||
* should work correctly if the listener is changed
|
||||
|
||||
src/renderers/dom/shared/wrappers/__tests__/ReactDOMInput-test.js
|
||||
* should control a value in reentrant events
|
||||
|
||||
|
||||
@@ -721,12 +721,24 @@ src/renderers/dom/shared/eventPlugins/__tests__/SimpleEventPlugin-test.js
|
||||
* triggers captured click events for children of disabled elements
|
||||
* should forward clicks when it starts out not disabled
|
||||
* should not forward clicks when it starts out disabled
|
||||
* should forward clicks when it becomes not disabled
|
||||
* should not forward clicks when it becomes disabled
|
||||
* should work correctly if the listener is changed
|
||||
* should forward clicks when it starts out not disabled
|
||||
* should not forward clicks when it starts out disabled
|
||||
* should forward clicks when it becomes not disabled
|
||||
* should not forward clicks when it becomes disabled
|
||||
* should work correctly if the listener is changed
|
||||
* should forward clicks when it starts out not disabled
|
||||
* should not forward clicks when it starts out disabled
|
||||
* should forward clicks when it becomes not disabled
|
||||
* should not forward clicks when it becomes disabled
|
||||
* should work correctly if the listener is changed
|
||||
* should forward clicks when it starts out not disabled
|
||||
* should not forward clicks when it starts out disabled
|
||||
* should forward clicks when it becomes not disabled
|
||||
* should not forward clicks when it becomes disabled
|
||||
* should work correctly if the listener is changed
|
||||
* does not add a local click to interactive elements
|
||||
* adds a local click listener to non-interactive elements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user