php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16813 suggestion to category selector in php bug ssytem
Submitted: 2002-04-25 01:50 UTC Modified: 2002-09-24 06:53 UTC
From: Xuefer at 21cn dot com Assigned:
Status: Wont fix Package: Website problem
PHP Version: 4.2.0 OS: none
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-04-25 01:50 UTC] Xuefer at 21cn dot com
problem:

in bugs.php.net
advanced search
Category Return only bugs in category  [...selector.....]
also in this report page

for example:
<select>
<option>abc</option>
<option>def</option>
<option>ghi</option>
</select>

when i press "g" the selector LOCATE at option "ghi"
when i press "d" the selector LOCATE at option "def"

but this system it's like

<select>
<option>abc</option>
<option>&nbsp;&nbsp;&nbsp;def</option>
<option>&nbsp;&nbsp;&nbsp;ghi</option>
</select>

i can't locate to option "def" by simply press "d"

suggestion:

<select>
<option>a)abc</option>
<option>d)&nbsp;&nbsp;&nbsp;def</option>
<option>g)&nbsp;&nbsp;&nbsp;ghi</option>
</select>

easy for selecting :)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-24 06:53 UTC] imajes@php.net
this isn't an alphabetical sort, therefore wontfix.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC