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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
21 + 47 = ?
Subscribe to this entry?

 
 [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: Fri Apr 26 03:01:32 2024 UTC