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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Xuefer at 21cn dot com
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 04:01:38 2024 UTC