Changes between Initial Version and Version 2 of Ticket #4546
- Timestamp:
- Sep 24, 2007, 3:56:53 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4546
-
Property
Milestone
changed from
to
1.0
-
Property
Milestone
changed from
-
Ticket #4546 – Description
initial v2 4 4 * generally returns true, but for buttons returns !this.disabled 5 5 * modify _KeyNavContainer to test widget.isFocusable() when navigating amongst widgets 6 7 Another option: 8 9 * add a property to _KeyNavContainer: focusDisabled 10 * modify _KeyNavContainer to check this value when navigating amongst widgets 11 * Toolbar would set focusDisabled to false 12 * Menu would set focusDisabled to true