[Webkit-unassigned] [Bug 10476] New: Alert pops up complaining about TypeError (Safari)/ReferenceError (WebKit)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Aug 17 17:18:08 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10476

           Summary: Alert pops up complaining about TypeError
                    (Safari)/ReferenceError (WebKit)
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://digitalurban.blogspot.com/2006/08/google-earth-
                    paper-models.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: major
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: bugzilla at mrdini.com


Action:-
Load the page.

Expected result:-
Page loads flawlessly

Actual result:-
An alert dialog pops up, bitching about an error.

Safari 2.0.4
-----------
TypeError - Object  (result of expression log) does not allow calls.
undefined

try {
_WidgetManager._HandleControllerResult('Blog1', 'backlinks',{'numBacklinks': 1,
'backlinksLabel': 'Links to this post', 'authorLabel': 'Posted by',
'timestampLabel': 'at', 'createLinkLabel': 'Create a Link', 'createLinkUrl':
'http://beta.blogger.com/blog-this.g', 'backlinks': [{'url':
'http://feeds.ogleearth.com/~r/ogleearth/~3/13997937/short_news_kml.html',
'author': 'stefan.geens at gmail.com', 'title': 'Short news: KML for the
tricorder; 3D camera', 'snippet': 'Ah, I get it. Google announces the ability
to add KML data to your tricorder  flip-top cell phone at a Star Trek
convention. Google Maps Mania has the details.  Digital Urban Environments has
yet another clever idea, well implemented. <b>...</b> ', 'timestamp': '9:59
PM', 'deleteUrl':
'http://beta.blogger.com/delete-backlink.g?blogID\u003d9986652&postID\u003d115581246658258183&backlinkURL\u003dhttp%3A%2F%2Ffeeds.ogleearth.com%2F%7Er%2Fogleearth%2F%7E3%2F13997937%2Fshort_news_kml.html',
'adminClass': 'pid-322028954'}]});
} catch (e) {
  log('HandleControllerFailure failed: ' + e);
}
----------
WebKit-SVN-r15924
----------
ReferenceError: Can't find variable: log
undefined

try {
_WidgetManager._HandleControllerResult('Blog1', 'backlinks',{'numBacklinks': 1,
'backlinksLabel': 'Links to this post', 'authorLabel': 'Posted by',
'timestampLabel': 'at', 'createLinkLabel': 'Create a Link', 'createLinkUrl':
'http://beta.blogger.com/blog-this.g', 'backlinks': [{'url':
'http://feeds.ogleearth.com/~r/ogleearth/~3/13997937/short_news_kml.html',
'author': 'stefan.geens at gmail.com', 'title': 'Short news: KML for the
tricorder; 3D camera', 'snippet': 'Ah, I get it. Google announces the ability
to add KML data to your tricorder  flip-top cell phone at a Star Trek
convention. Google Maps Mania has the details.  Digital Urban Environments has
yet another clever idea, well implemented. <b>...</b> ', 'timestamp': '9:59
PM', 'deleteUrl':
'http://beta.blogger.com/delete-backlink.g?blogID\u003d9986652&postID\u003d115581246658258183&backlinkURL\u003dhttp%3A%2F%2Ffeeds.ogleearth.com%2F%7Er%2Fogleearth%2F%7E3%2F13997937%2Fshort_news_kml.html',
'adminClass': 'pid-322028954'}]});
} catch (e) {
  log('HandleControllerFailure failed: ' + e);
}
--------

Similar errors, but  including both for completeness.

Sorry if the description is overly brief, but not sure what or where the issue
is.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list