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 E92DB10DFA for ; Mon, 16 Dec 2013 21:42:07 +0000 (UTC) Received: (qmail 62412 invoked by uid 500); 16 Dec 2013 21:42:07 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 62322 invoked by uid 500); 16 Dec 2013 21:42:07 -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 62151 invoked by uid 99); 16 Dec 2013 21:42:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Dec 2013 21:42:07 +0000 Date: Mon, 16 Dec 2013 21:42:07 +0000 (UTC) From: "Cody Redmond (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-5659) inappbrowser/plugins fail with no exception if iframe.src is set after the location.hash is changed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cody Redmond updated CB-5659: ----------------------------- Description: tldr; Inappbrowser dies -- but only if both the hash is changed and then an iframe source is loaded. Seems to kill plugins. Wow this took a while to figure out how to reproduce. There are five steps, and it can be reproduced in the example cordova project. Execute the JS through the safari remote debugger, or include it in the app.init after deviceready. Oh and this exact code requires jquery, is that fine? 1) Execute code: $body = $("body"); $body.empty(); $iframe = $("