Thursday, September 25, 2008

Why my controls are displayed but disabled?

This took me a lot of time to figure out and is a big lesson for me.

The reason is I set z-index=-1 for the div containing these controls.

I think any layer with z-index<0 is not editable.

Setting z-index=0 or removing z-index setting (0 by default) resolved the issue.

No comments: