Closed
Bug 381476
Opened 19 years ago
Closed 19 years ago
Lists do not support Table Interface
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: scott, Assigned: aaronlev)
References
Details
Ideally we would like lists to support the table interface. If this is not possible, please include the 'setsize' object attribute for list, similar to what is done now for the list items.
| Assignee | ||
Comment 1•19 years ago
|
||
Are setsize and posinset already set on the individual list items?
| Reporter | ||
Comment 2•19 years ago
|
||
Yes, according to accerciser setsize and posinset are set for list items, but not the list.
| Assignee | ||
Comment 3•19 years ago
|
||
That's how it works, they're set on every item. That allows the multiple levels of a tree view, where all the items are direct children of the tree. In that case setsize isn't the total number of children, but the number of items at the same level in close proximity.
| Reporter | ||
Comment 4•19 years ago
|
||
The LSR team is going to tackle our problem from another direction. This bug should probably be marked NOTABUG.
| Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•