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 4C5FF1920F for ; Tue, 5 Apr 2016 21:15:26 +0000 (UTC) Received: (qmail 17317 invoked by uid 500); 5 Apr 2016 21:15:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 17287 invoked by uid 500); 5 Apr 2016 21:15:26 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 17274 invoked by uid 99); 5 Apr 2016 21:15:26 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2016 21:15:26 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 031332C1F58 for ; Tue, 5 Apr 2016 21:15:26 +0000 (UTC) Date: Tue, 5 Apr 2016 21:15:26 +0000 (UTC) From: "jcesarmobile (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10097) cordova-plugin-dialogs alert does not show on iOS when called from a select list onChange() event. 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-10097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227138#comment-15227138 ] jcesarmobile commented on CB-10097: ----------------------------------- I could reproduce it, the bug only affect iPads. I've found a way to fix it, fill add it soon. > cordova-plugin-dialogs alert does not show on iOS when called from a select list onChange() event. > -------------------------------------------------------------------------------------------------- > > Key: CB-10097 > URL: https://issues.apache.org/jira/browse/CB-10097 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Dialogs > Affects Versions: 4.0.0 > Environment: Mac OS X - Yosemite, xCode 7.1, > Reporter: Wilfred Sessoms > Assignee: jcesarmobile > > I have a javascript file that has a form with a select drop-down list with several items in the list. When I select an item in the list an onChange event fires that goes to a function that contains the code to display a navigation confirm alert but the alert confirm does not display. This code worked in Cordova 3.5.0 and IOS 7 but now that I have upgraded to Cordova 4.0.0 and IOS 9.1 it does not work. I am using Cordova Dialogs 1.2.0. I am also using JQuery 1.3.2. I am receiving in xCode the following alert. > Warning: Attempt to present on whose view is not in the window hierarchy! > Steps to recreate: > 1 - I have created a form with a select list as follows: >