Hi Jong-Dae,
I have done a comparison of your log with the log from a normal (working) case, tested on your server my machine. Note the differences below (relevent part).
It seems that the transition tool is being deactivated when you press/select the first Canvas Activity.
*--- Cursor ---*
[showCursor]ID:default
*--- CanvasModel ---*
[stopTransitionTool]Stopping transition tool
or isn't active at the time you are releasing outside the Canvas Activity, i.e on another Canvas Activity. Since the transition tool isn't active at the time of release, no transition is being created. Do you notice if the transition icon disappears when the first Canvas Activity is pressed on?
Normal Log
*--- CanvasController ---*
[activityClick]activityClick CanvasActivity:1 orderID: undefined
[activityClick]Check if transition tool active :true
Your Log
*--- CanvasController ---*
[activityClick]activityClick CanvasActivity:1 orderID: undefined
[activityClick]Check if transition tool active :false
Does this problem occur on other Korean machines (laptop's) also? Have you only tested on this one machine? It may be worthwhile checking if the same issue is occurring on other machines.
Posted by Mitchell Seaton