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 6C90C11376 for ; Sat, 3 May 2014 01:17:19 +0000 (UTC) Received: (qmail 71037 invoked by uid 500); 3 May 2014 01:17:15 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 70976 invoked by uid 500); 3 May 2014 01:17:15 -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 70965 invoked by uid 99); 3 May 2014 01:17:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 May 2014 01:17:15 +0000 Date: Sat, 3 May 2014 01:17:14 +0000 (UTC) From: "Archana Naik (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-6628) [amazon-fireos]dialogs plugin's confirm and prompt methods dont work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Archana Naik created CB-6628: -------------------------------- Summary: [amazon-fireos]dialogs plugin's confirm and prompt methods dont work Key: CB-6628 URL: https://issues.apache.org/jira/browse/CB-6628 Project: Apache Cordova Issue Type: Bug Components: Amazon FireOS Affects Versions: 3.4.0 Reporter: Archana Naik Assignee: Archana Naik Fix For: 3.5.0 confirm method has platform check and amazon-fireos is missing. Need to add it. prompt method throws runtime exception. Here is why: prompt() method is executed in a worker thread that does not have a message queue(or Looper object) associated with it and hence "can't create a handler" exception is thrown. To fix this issue, we need to create the EditText widget from within the UI thread. -- This message was sent by Atlassian JIRA (v6.2#6252)