Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-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 E45F817CB1 for ; Wed, 8 Oct 2014 21:23:41 +0000 (UTC) Received: (qmail 22169 invoked by uid 500); 8 Oct 2014 21:23:34 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 22152 invoked by uid 500); 8 Oct 2014 21:23:34 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 22141 invoked by uid 99); 8 Oct 2014 21:23:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2014 21:23:34 +0000 Date: Wed, 8 Oct 2014 21:23:34 +0000 (UTC) From: "Justin Mclean (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-34557) Platform.isBrowser does not work correctly 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/FLEX-34557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-34557: --------------------------------- Labels: easyfix patch (was: easyfix) > Platform.isBrowser does not work correctly > ------------------------------------------ > > Key: FLEX-34557 > URL: https://issues.apache.org/jira/browse/FLEX-34557 > Project: Apache Flex > Issue Type: Bug > Reporter: Aleksey > Priority: Minor > Labels: easyfix, patch > Attachments: Fix_for_FLEX-34557.patch > > > In the Platform.as line 262 _isBrowser = (playerType == "Plugin" || playerType == "ActiveX"); > Instead "Plugin" it should compare against "PlugIn" -- This message was sent by Atlassian JIRA (v6.3.4#6332)