Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 00DD8200AF5 for ; Thu, 19 May 2016 05:19:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F38A8160A00; Thu, 19 May 2016 03:19:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 50203160A15 for ; Thu, 19 May 2016 05:19:17 +0200 (CEST) Received: (qmail 67142 invoked by uid 500); 19 May 2016 03:19:16 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 67126 invoked by uid 99); 19 May 2016 03:19:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 03:19:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 099E1C0D69 for ; Thu, 19 May 2016 03:19:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id YovbXccXlcKg for ; Thu, 19 May 2016 03:19:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id B3DAD5F246 for ; Thu, 19 May 2016 03:19:13 +0000 (UTC) Received: (qmail 67025 invoked by uid 99); 19 May 2016 03:19:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 03:19:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E1A282C1F62 for ; Thu, 19 May 2016 03:19:12 +0000 (UTC) Date: Thu, 19 May 2016 03:19:12 +0000 (UTC) From: "Michael Jumper (JIRA)" To: commits@guacamole.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (GUACAMOLE-10) Keyboard focus is permanently lost after clicking the URL bar in IE11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 19 May 2016 03:19:18 -0000 [ https://issues.apache.org/jira/browse/GUACAMOLE-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper resolved GUACAMOLE-10. ------------------------------------- Resolution: Fixed Completed prior to full migration to Apache infrastructure. > Keyboard focus is permanently lost after clicking the URL bar in IE11 > --------------------------------------------------------------------- > > Key: GUACAMOLE-10 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-10 > Project: Guacamole > Issue Type: Bug > Components: guacamole > Environment: IE11 > Reporter: Michael Jumper > Fix For: 0.9.10-incubating > > > {panel:bgColor=#FFFFEE} > *The description of this issue was copied from [GUAC-1379|https://glyptodon.org/jira/browse/GUAC-1379], an issue in the JIRA instance used by the Guacamole project prior to its acceptance into the Apache Incubator.* > Comments, attachments, related issues, and history from prior to acceptance *have not been copied* and can be found instead at the original issue. > {panel} > When using Guacamole within IE11, keyboard focus is permanently lost after clicking the URL bar. Though it is expected that keyboard focus will be lost when typing outside the browser or using other internal components of the browser (such as the URL bar), it is also expected that clicking back within the Guacamole display will restore keyboard focus. This does not happen. > h5. To reproduce: > # Open Guacamole within IE11 and open a connection. > # Open an application within Guacamole where it will be apparent whether key events are being received, like a text editor. > # Type within the application - note that key events are received properly. > # Click on IE11's URL bar > # Click back within Guacamole > h5. Expected result: > Focus is given back to Guacamole and key events continue to be received properly by the remote application. > h5. Actual result: > Focus remains within the URL bar, and key events are not received by Guacamole. -- This message was sent by Atlassian JIRA (v6.3.4#6332)