Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error region not closable in Chrome

Tom vd DuinMar 21 2012
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2012
Added on Mar 21 2012
0 comments
78 views