[Webkit-unassigned] [Bug 88783] REGRESSION (r119760-r119836 ): Javascript TypeError: 'undefined' is not an object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 11 08:36:20 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88783


Kevin M. Dean <kevin at rhubarbproductions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://development.rhubarbp
                   |                            |roductions.com/webkit/whm/




--- Comment #2 from Kevin M. Dean <kevin at rhubarbproductions.com>  2012-06-11 08:36:20 PST ---
I've added a test page where at least the non loading of the time widgets and the lack of calendar pop-up can be tested.

http://development.rhubarbproductions.com/webkit/whm/

Note that removing the following script at line 87 seems to allow it to work again, so maybe that'll help provide a clue even though the scripts content doesn't appear to be related to where the issue is.

<script>
    new CPANEL.widgets.Page_Notice( {
        container: "cjt_static_notice_container",
        level: "info",
        content: "<strong>Note:</strong> Queries can only return a maximum of 5,000 entries."
    } );
</script>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list