Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103060 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89537 invoked from network); 8 Aug 2018 16:06:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2018 16:06:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:47320] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/D6-18754-DE41B6B5 for ; Wed, 08 Aug 2018 12:06:06 -0400 Received: from [192.168.2.46] (ppp-188-174-126-179.dynamic.mnet-online.de [188.174.126.179]) by mail.experimentalworks.net (Postfix) with ESMTPSA id 3601446463; Wed, 8 Aug 2018 18:06:02 +0200 (CEST) Date: Wed, 08 Aug 2018 18:06:00 +0200 User-Agent: K-9 Mail for Android In-Reply-To: References: <1533737663.6948.22.camel@schlueters.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: "Hoffman, Zachary Robert" ,"pollita@php.net" ,"t.motylewski@gmail.com" CC: "internals@lists.php.net" Message-ID: Subject: Re: [PHP-DEV] bugs.php.net usability, migration to a different tool From: johannes@schlueters.de (=?ISO-8859-1?Q?Johannes_Schl=FCter?=) On August 8, 2018 5:59:51 PM GMT+02:00, "Hoffman, Zachary Robert" wrote: >On Wed, 2018-08-08 at 16:14 +0200, Johannes Schl=C3=BCter wrote: >> On Di, 2018-08-07 at 15:10 -0500, Sara Golemon wrote: >> On Tue, Aug 7, 2018 at 1:17 PM, Tymoteusz Motylewski >> wrote: >> =20 >> - the UI is terrible (not useful, confusing, misleading) >>=20 >> UI is harsh and a bit 90s in styling, but I have a hard time agreeing >> with the rest of that statement=2E What is confusing to you? >>=20 >> My biggest issue with the UI is the selection of category when >> reporting/editing bugs=2E That lst is huuuuge=2E Other than that I'm >happy >> it's no JavaScript overloaded thing, but simply works=2E >> (room for improvement exits) > >While we are talking about the "package affected" dropdown, one >accessibility issue is that the package names are indented by category, >which makes it impossible to autocomplete a package name using your >keyboard=2E > >The correct way to do this is to surround each category in an > tag, which distinguishes category names from package names=2E That sounds good=2E Could you create a patch? - The list is generated here= : https://github=2Ecom/php/web-bugs/blob/master/include/functions=2Ephp#L72= 6 johannes