After implementing the JQuery Tooltip on all title elements of my website, I encountered a problem. The tooltip appears behind the modal dialog box when accessed from a popup page. It seems like there is an issue with the z-order of either the tooltips or the dialogs. This is unexpected because I am using two features of jQueryUI simultaneously.
My document.ready() function includes the following code:
$(document).tooltip();
I have attached a screenshot to demonstrate the issue visually.