Pick problem

Hi everyone,

I have some problem with pick, I am not sure whether this is a bug or I did something wrong.

I add a in cesiumContainer div. When pick is enabled, I cannot put the cursor inside the text field. If I want to put the cursor inside the text field, I have to do something like $(’#test’).focus().

This is only an example, several UI widgets in my application are also disabled when pick is enabled.

The way I enable pick is pretty much the same as the example in Sandcastle.

Is this a bug or did I do something wrong?

Thanks,

Steven

Please someone help, thanks.

Steven

在 2014年5月8日星期四UTC-7上午12时02分37秒,Steven写道:

While I haven’t seen this problem before, you probably should not place elements inside the same container div you host the widget in; which is what it sounds like you’re doing. If you can post a small complete example, I’d be happy to look at it and provide some more complete advice.