Community
Participate
Working Groups
Build Identifier: 20111011 There is the same issue in RBD8012 Dojo Grid could not be selected and sort in FF/chrome but could in IE/preview if set zIndex as negative value, such as "-5" Reproducible: Always Steps to Reproduce: 1.D&D Dojo Grid into handler. 2.Set its zIndex property as a negative, such as "-5". Actual results: The grid could not be selected and sort in FF/chrome but could do those in IE/preview.
"-5" is a valid value for zIndex in W3C standard. But it is treated differently across browsers. FF/Chrome treat it as a valid value and put the DojoGrid under the document. Thus when you click at the DojoGrid, you actually click at the page, not the DojoGrid. So the function cannot work.
This is the limitation for browsers, so I am fine with the solution.