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 80951200C34 for ; Mon, 27 Feb 2017 08:33:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7F343160B6C; Mon, 27 Feb 2017 07:33:50 +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 C86FB160B60 for ; Mon, 27 Feb 2017 08:33:49 +0100 (CET) Received: (qmail 87625 invoked by uid 500); 27 Feb 2017 07:33:49 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 87614 invoked by uid 99); 27 Feb 2017 07:33:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 07:33:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7AC26186142 for ; Mon, 27 Feb 2017 07:33:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.547 X-Spam-Level: X-Spam-Status: No, score=-1.547 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id E0ZnRRc5XQ6L for ; Mon, 27 Feb 2017 07:33:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1B3F35F2C5 for ; Mon, 27 Feb 2017 07:33:47 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8741AE00D3 for ; Mon, 27 Feb 2017 07:33:45 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3D6E22412B for ; Mon, 27 Feb 2017 07:33:45 +0000 (UTC) Date: Mon, 27 Feb 2017 07:33:45 +0000 (UTC) From: "Markus Schuch (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CONNECTORS-1388) Automatically focus username field on login page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 27 Feb 2017 07:33:50 -0000 [ https://issues.apache.org/jira/browse/CONNECTORS-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15885284#comment-15885284 ] Markus Schuch commented on CONNECTORS-1388: ------------------------------------------- The UI tests were not on my radar, sorry. Thanks Karl for fixing this. I overlooked that we are using XHTML5 here. But i think {{autofocus="true"}} is not a valid attribute in XHTML5, it should be {{autofocus="autofocus"}}. I would like to change that, but the UI tests are currently not passing on my machine: {code} [junit] Testcase: createConnectionsAndJob(org.apache.manifoldcf.crawler.connectors.jdbc.tests.NavigationHSQLDBUI): Caused an ERROR [junit] UI test failed; error code: 1 [junit] java.lang.Exception: UI test failed; error code: 1 [junit] at org.apache.manifoldcf.core.tests.HTMLTester.executeTest(HTMLTester.java:184) [junit] at org.apache.manifoldcf.crawler.connectors.jdbc.tests.NavigationHSQLDBUI.createConnectionsAndJob(NavigationHSQLDBUI.java:303) {code} Looks like a JDBC Connecor UI test. Is this a known issue? > Automatically focus username field on login page > ------------------------------------------------ > > Key: CONNECTORS-1388 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1388 > Project: ManifoldCF > Issue Type: Improvement > Components: Framework core > Reporter: Markus Schuch > Assignee: Markus Schuch > Priority: Minor > Fix For: ManifoldCF 2.7 > > > The username field in the login page should automatically be focused when the login page is loaded. -- This message was sent by Atlassian JIRA (v6.3.15#6346)