When selectmenu is used in combination with qTip2, the z-index is not set correctly. It sets the z-index of the list and not the listWrap. This results in the list being shown under the qTip as it has the same z-index as the qtip but it's included in the same level in the DOM-tree.
Was there any particular reason why the z-index is set to the list and not listWrap?
Tested Browsers: FX 5, Chrome 14