Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103071 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59638 invoked from network); 9 Aug 2018 13:46:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2018 13:46:32 -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:52552] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/2D-18754-7B54C6B5 for ; Thu, 09 Aug 2018 09:46:31 -0400 Received: from kuechenschabe.fritz.box (ppp-188-174-117-87.dynamic.mnet-online.de [188.174.117.87]) by mail.experimentalworks.net (Postfix) with ESMTPSA id C17D546513; Thu, 9 Aug 2018 15:46:27 +0200 (CEST) Message-ID: <1533822387.6948.26.camel@schlueters.de> To: Nikita Popov , "Hoffman, Zachary Robert" Cc: "pollita@php.net" , "internals@lists.php.net" , "t.motylewski@gmail.com" Date: Thu, 09 Aug 2018 15:46:27 +0200 In-Reply-To: References: <1533737663.6948.22.camel@schlueters.de> <742F1525-07DE-43E5-9C86-B982D504DB8D@schlueters.de> <743ef516381631ba26f28e2ac751cce75c685bde.camel@ku.edu> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] bugs.php.net usability, migration to a different tool From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi Nikita, thanks for the heads-up. I committed a potential fix (untested) hope it works once deployed in an hour or so. Zachary, you might review my fix http://git.php.net/?p=web/bugs.git;a=c ommit;h=5d86832595a5e694859f45aaaf554cf24a24af39 johannes On Do, 2018-08-09 at 15:26 +0200, Nikita Popov wrote: > On Thu, Aug 9, 2018 at 1:54 AM, Hoffman, Zachary Robert .edu> > wrote: > > > > > > > > > On Wed, 2018-08-08 at 18:16 +0200, Johannes Schlüter wrote: > > > > > > > > > On August 8, 2018 6:06:00 PM GMT+02:00, "Johannes Schlüter" < > > > johannes@schlueters.de> 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üter 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: > > > > > > > > > > > > - the UI is terrible (not useful, confusing, misleading) > > > > > > > > > > > > UI is harsh and a bit 90s in styling, but I have a hard > > > > > > time > > > > agreeing > > > > > > > > > > > > > > > > > with the rest of that statement.  What is confusing to you? > > > > > > > > > > > > My biggest issue with the UI is the selection of category > > > > > > when > > > > > > reporting/editing bugs. That lst is huuuuge. Other than > > > > > > that > > > > > > I'm > > > > > happy > > > > > > > > > > > > it's no JavaScript overloaded thing, but simply works. > > > > > > (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. > > > > > > > > > > The correct way to do this is to surround each category in an > > > > > tag, which distinguishes category names from > > > > > package > > > > > names. > > > > That sounds good. Could you create a patch? - The list is > > > > generated > > > > here: > > > > > > https://github.com/php/web-bugs/blob/master/include/functions.php#L > > 726 > > > > > > > > > > > > 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 in > > > > > https://github.com/php/web-bugs/blob/master/include/functions.php#L > > 203 > > > > > > > > > The hackish way is to check for   when creating the HTML ... > > > or > > > look for a better structure for the list of "pseudo packages" and > > > refactor all consumers of that global variable  ... :/ > > > > > > Still it would be great and really appreciated if you are willing > > > to > > > look into it! > > Okay, I think this is done. > > > > https://github.com/php/web-bugs/pull/43 > > > > Modifying other parts of the project ended up not being necessary. > > > > -- > > Zach Hoffman > > > I'm getting some spurious changes on the category now, see the > history in > https://bugs.php.net/bug.php?id=76725&edit=1 for an example. The > current > category is no longer correctly selected in the dialog, so it > switches to > something else on every edit. > > Nikita