Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05ABBDD59 for ; Fri, 24 May 2013 19:12:26 +0000 (UTC) Received: (qmail 64441 invoked by uid 500); 24 May 2013 19:12:25 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 63689 invoked by uid 500); 24 May 2013 19:12:24 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 63632 invoked by uid 99); 24 May 2013 19:12:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 19:12:23 +0000 Date: Fri, 24 May 2013 19:12:23 +0000 (UTC) From: "Bryan Higgins (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-3505) [BlackBerry10] cordova.js not loaded in mobile-spec MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bryan Higgins created CB-3505: --------------------------------- Summary: [BlackBerry10] cordova.js not loaded in mobile-spec Key: CB-3505 URL: https://issues.apache.org/jira/browse/CB-3505 Project: Apache Cordova Issue Type: Bug Components: BlackBerry, mobile-spec Affects Versions: 2.8.0 Reporter: Bryan Higgins Assignee: Bryan Higgins Priority: Blocker Fix For: 2.8.0 This change breaks BB10 mobile-spec: https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=commit;h=8b1fd7d49c278d43b34b4c041f1575a1a39a664d We rely on DOMContentLoaded event to fire webworksready, which in turn fires deviceready, but with the change to script loading, DOMContentLoaded fires before cordova.js is loaded. We can try firing without DOMContentLoaded. I'm not entirely sure why this was done in the first place - it goes back to the original WW SDK. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira