Browser issue Trophy Alert Bug

Paul M

Well-known member
I got a First Anniversay award today, but when I go int0 the alerts list page and click on the link, nothing visible happens.

Checking on whats actually happening, I see the ajax request sent, and after the reply, the following error ;

[01:36:16.957] uncaught exception: TypeError: frameCounter.logRow.firstChild is undefined
 
Yes, Im running 1.8.0, and its happening to me in multiple places here where popups (overlays) are expected.

Edit: Ive had to deactivate FB for this site as its killing it.
 
I'm running FB 1.8 now and I don't seem to have any issues on my development site. I believe it's triggered by console.count(), but we don't actually use that for overlays as far as I can tell - we do use it once, for time stamp updating.

A back trace would help give us more information about where it may be occurring, but I'm not sure what we'll be able to do to work around it.
 
I think if you bring up the console and click the down arrow, you can enable "show stack trace with errors". Hopefully that will give more info.
 
Top Bottom