XUL:Trees Cell Selection: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Adding bug link) |
||
| Line 9: | Line 9: | ||
know which cell is currently selected when a key (such as enter) is pressed, | know which cell is currently selected when a key (such as enter) is pressed, | ||
based on its row and column. | based on its row and column. | ||
[Bug]https://bugzilla.mozilla.org/show_bug.cgi?id=296040 | |||
Revision as of 09:47, 31 May 2005
One of our clients has requested the following, and we want to develop it on the trunk and get it checked in. We feel it would be a useful addition to the tree widget.
1) The ability to have a cell based selector in a tree, allowing us to navigate by keyboard across a single row to each adjacent column.
2) The ability to attach an event to the tree (or a cell) that would allow us to know which cell is currently selected when a key (such as enter) is pressed, based on its row and column.