Difference between revisions of "Template:Issues/SVC-3017"
Jump to navigation
Jump to search
m |
Void Singer (talk | contribs) m (tweak to preseve notes format on "state" page) |
||
Line 2: | Line 2: | ||
{{#vardefine:notes|{{#var:notes}} | {{#vardefine:notes|{{#var:notes}} | ||
Do not change states from within the [[touch_start]]() event, since this will prevent the [[touch_end]]() event being called even if you did not define it and from this preserve a partial solve touch event chain across state transitions. To perform state transitions at a "touch" make use of the [[touch_end]]() event instead! See: {{Jira|SVC-3017}} | * Do not change states from within the [[touch_start]]() event, since this will prevent the [[touch_end]]() event being called even if you did not define it and from this preserve a partial solve touch event chain across state transitions. To perform state transitions at a "touch" make use of the [[touch_end]]() event instead! See: {{Jira|SVC-3017}} | ||
}} | }} | ||
Revision as of 00:21, 30 January 2010
SVC-3017 | A | Server drops first touch event when a script returns to a state with a touch_start handler |
Notes
- Do not change states from within the touch_start() event, since this will prevent the touch_end() event being called even if you did not define it and from this preserve a partial solve touch event chain across state transitions. To perform state transitions at a "touch" make use of the touch_end() event instead! See: SVC-3017