Closed
      
        Bug 54329
      
      
        Opened 25 years ago
          Closed 23 years ago
      
        
    
  
checkboxes in listboxes can't be checked by [keyboard]navigating up/down and then pressing space. 
    Categories
(Core :: XUL, enhancement, P3)
        Core
          
        
        
      
        
    
        XUL
          
        
        
      
        
    Tracking
()
        RESOLVED
        INVALID
        
    
  
        
            Future
        
    
  
People
(Reporter: timeless, Assigned: bugs)
References
Details
(Keywords: access)
9/26-8
modern2 and clasic
Edit>preferences
Navigator>Toolbars
To save time, click Bookmarks [the text]
press space
results: nothing happens
expect: toggle Bookmarks' checkbox
| Updated•25 years ago
           | 
OS: Windows NT → All
Hardware: PC → All
| Comment 2•24 years ago
           | ||
Why not just get rid of the checkboxes-in-listbox control and use two columns 
of checkboxes instead?
| Comment 3•24 years ago
           | ||
Btw, tabbing between checkboxes in the listbox doesn't work well either.  In 
Win Classic, tabbing stops when it hits an invisible checkbox.  In Modern, you 
can tab to checkboxes beyond the first four, but the listbox doesn't scroll 
down to make them visible.
you could have 2 columns of 30 checkboxes. you can't reasonably do that w/o 
using some scrolling control, and you should be able to maintain header stuff.  
That leaves degenerative trees and listboxes.
Let's just fix the problem.
| Comment 5•24 years ago
           | ||
Blake made it so the tree control no longer takes focus in bug 66212.  Clicking 
to the right of one of the checkbox items still selects that item in the tree, 
though.  I think clicking there should be the same as clicking on the text of 
the checkbox to the left, but Blake thinks clicking there shouldn't do anything.
| Comment 9•24 years ago
           | ||
|   | ||
| Comment 10•24 years ago
           | ||
resolving as wfm using today's bits on Win98
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
| Comment 11•24 years ago
           | ||
Reproduced in build 2001052408, Mac OS 9.1. Reopening.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
|   | ||
| Comment 12•24 years ago
           | ||
Can someone check if this is still reproduceable on MacOS? (sorry, not running
on Mac today)
Severity: normal → major
| Comment 13•24 years ago
           | ||
It appears that Toolbar prefs don't use a listbox of checkboxes anymore.
I'm not sure there is any current need for this fix.
Should it be marked WONTFIX or Future?
| Updated•24 years ago
           | 
Severity: major → enhancement
|   | ||
| Comment 14•24 years ago
           | ||
if there are not any other instances of a listbox of checkboxes within the app
[i don't know if there are], then i'd recommend wontfix.
otherwise, if there are places with that widget, then future would be okay for
now...
|   | ||
| Comment 15•24 years ago
           | ||
checkbox-in-listbox is used on win32 in the Advanced->System 
(aka pref-winhooks.xul), but not anywhere that I can see on 
Mac and Linux. On win32, this bug does not exist (i.e., space
will toggle state of checkboxes, and tab allows you to navigate,
although not arrow keys). hyatt hints at a revised widget to 
do this in comments at end of bug 68359.
|   | Assignee | |
| Comment 16•23 years ago
           | ||
Future. no immediate need
Status: REOPENED → ASSIGNED
Target Milestone: mozilla1.0 → Future
|   | ||
| Comment 17•23 years ago
           | ||
this is now done with listitem type=checkbox, marking invalid
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → INVALID
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•