Difference between revisions of "Template:Issues/SVC-3017"
Jump to navigation
Jump to search
Void Singer (talk | contribs) m (tweak to preseve notes format on "state" page) |
(This behavior should be documented in caveats, not notes. I must have copied it from somewhere without reading it, as I couldn't make sense of it.) |
||
Line 1: | Line 1: | ||
{{Issues|SVC-3017|Server drops first {{LSLGC|Touch|touch}} event when a script returns to a {{LSLGC|State|state}} with a [[touch_start]] handler|type=bug}}{{#if: | {{Issues|SVC-3017|Server drops first {{LSLGC|Touch|touch}} event when a script returns to a {{LSLGC|State|state}} with a [[touch_start]] handler|type=bug}}{{#if: | ||
{{#vardefine: | {{#vardefine:caveats|{{#var:caveats}} | ||
* | * If the [[state]] is changed within either a [[touch_start]] or [[touch]] event, the [[touch_end]] event will not be triggered in either the source state or target state. See: {{Jira|SVC-3017}} | ||
}} | }} | ||
}}<noinclude> | }}<noinclude> | ||
{{Box|Notes|{{#var: | {{Box|Notes|{{#var:caveats}}}} | ||
</noinclude> | </noinclude> |
Revision as of 22:12, 30 January 2010
![]() |
![]() |
SVC-3017 | A | Server drops first touch event when a script returns to a state with a touch_start handler |
Notes
- If the state is changed within either a touch_start or touch event, the touch_end event will not be triggered in either the source state or target state. See: SVC-3017