Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103063 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93624 invoked from network); 8 Aug 2018 16:16:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2018 16:16:41 -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:47418] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/C7-18754-8671B6B5 for ; Wed, 08 Aug 2018 12:16:40 -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 5BEAE46465; Wed, 8 Aug 2018 18:16:37 +0200 (CEST) Date: Wed, 08 Aug 2018 18:16:35 +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: internals@lists.php.net,"Hoffman, Zachary Robert" ,"pollita@php.net" ,"t.motylewski@gmail.com" CC: "internals@lists.php.net" Message-ID: <742F1525-07DE-43E5-9C86-B982D504DB8D@schlueters.de> 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 6:06:00 PM GMT+02:00, "Johannes Schl=C3=BCter" wrote: > > >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 When sending the mail I hoped this to be a more or less trivial change, I = now noticed that it's not completely trivial as the list data is prepared i= n https://github=2Ecom/php/web-bugs/blob/master/include/functions=2Ephp#L203 The hackish way is to check for   when creating the HTML =2E=2E=2E or= look for a better structure for the list of "pseudo packages" and refactor= all consumers of that global variable =2E=2E=2E :/ Still it would be great and really appreciated if you are willing to look = into it! johannes >johannes > > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www=2Ephp=2Enet/unsub=2Ephp