Error region not closable in Chrome
Hello,
I don't know if it's posted already (i've searched the forums and couldn't find a post yet): When I submit a page and there's an error on the page, the error-region comes up (as it should) pointing me to the error. In Chrome, I can't close the box with the X. IE and Firefox do fine. I set up a page on apex.oracle.com so you can see it in action: apex.oracle.com/pls/apex/f?p=64694:2
On the console the message '14Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function' is displayed. The error occurs in the javascript function:
fadeMessages = function(){
$(".uCloseMessage").removeAttr('onclick').click(function(){
$(this).parents("section.uMessageRegion").fadeOut(); <!--HERE-->
})
}
I use Chrome version 18.0.1017.2
Regards,
Tom