It seems that the new Unity 4.6 UI has a collider when you select “World Space” as the canvas, even if no component inside has a collider in it. Any way to disable it? collider.enabled = false; doesn’t work.
Add a CanvasGroup to the same GameObject as the Canvas and disable “blocks raycasts”.