From:             [EMAIL PROTECTED]
Operating system: none
PHP version:      4.2.0
PHP Bug Type:     Feature/Change Request
Bug description:  suggestion to category selector in php bug ssytem

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 :)
-- 
Edit bug report at http://bugs.php.net/?id=16813&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16813&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16813&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16813&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16813&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16813&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16813&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16813&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16813&r=submittedtwice

Reply via email to