Bug 130076 - bugs.kd.org: Use option-select instead of textbox in voting form
Summary: bugs.kd.org: Use option-select instead of textbox in voting form
Status: RESOLVED WORKSFORME
Alias: None
Product: bugs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Matt Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-30 20:09 UTC by Robert Moore
Modified: 2006-08-27 21:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Moore 2006-06-30 20:09:24 UTC
Version:            (using KDE KDE 3.4.3)
Installed from:    Ubuntu Packages
OS:                Linux

Use "select-option" markup instead of "textbox" markup in the vote count editing page. This improves accessibility: tab/cursor vs. tab/1-2-3-4-5-6-7-8-9-0 (twice). The values submitted (as handled by the server) don't need changing for this - just the served html.
Comment 1 Robert Moore 2006-06-30 20:18:35 UTC
<SELECT NAME="123456">
     <OPTION VALUE="20">20
     <OPTION VALUE="19">19
     <OPTION VALUE="18">18
     <OPTION VALUE="17">17
     <OPTION VALUE="16">16
     <OPTION VALUE="15">15
     <OPTION VALUE="14">14
     <OPTION VALUE="13">13
     <OPTION VALUE="12">12
     <OPTION VALUE="11">11
     <OPTION VALUE="10">10
     <OPTION VALUE="9">09
     <OPTION VALUE="8">08
     <OPTION VALUE="7">07
     <OPTION VALUE="6">06
     <OPTION VALUE="5">05
     <OPTION VALUE="4">04
     <OPTION VALUE="3">03
     <OPTION VALUE="2">02
     <OPTION VALUE="1">01
</SELECT>
Comment 2 Robert Moore 2006-08-12 17:42:34 UTC
May this is more correct:
<SELECT NAME="123456"> 
      <OPTION VALUE="20">20</OPTION> 
      <OPTION VALUE="19">19</OPTION> 
      <OPTION VALUE="18">18</OPTION>
      <OPTION VALUE="17">17</OPTION>
      <OPTION VALUE="16">16</OPTION> 
      <OPTION VALUE="15">15</OPTION>
      <OPTION VALUE="14">14</OPTION>
      <OPTION VALUE="13">13</OPTION>
      <OPTION VALUE="12">12</OPTION>
      <OPTION VALUE="11">11</OPTION>
      <OPTION VALUE="10">10</OPTION>
      <OPTION VALUE="9">09</OPTION>
      <OPTION VALUE="8">08</OPTION>
      <OPTION VALUE="7">07</OPTION>
      <OPTION VALUE="6">06</OPTION>
      <OPTION VALUE="5">05</OPTION>
      <OPTION VALUE="4">04</OPTION>
      <OPTION VALUE="3">03</OPTION>
      <OPTION VALUE="2">02</OPTION>
      <OPTION VALUE="1">01</OPTION>
 </SELECT>
Comment 3 Robert Moore 2006-08-27 21:45:12 UTC
Withdrawn pending KDE4 release. Report to be moved to wiki. http://wiki.kde.org/