Stack key navigation events refactor
Focus should go to the tab button when there is a page change.
Navigation based key handling for page changes, deletes should be processed in one place (ideally) as opposed to separate container and controller processing.
(Note eventually we might use KeyNavContainer? for stack impl)
Attachments (1)
-
4312.diff (4.4 KB) - added by davidb 13 years ago.
-
reduces code size by 14 lines. moves all key handling code to one place. makes behaviour tweaks as per becky chat
Download all attachments as: .zip
Change History (12)
Summary: |
StackContainer should receive unswallowed keyboard events from container area. →
Stack controller should receive unswallowed keyboard events from container area.
|
Cc: |
Becky Gibson added
|
Description: |
modified (diff)
|
Summary: |
Stack controller should receive unswallowed keyboard events from container area. →
Key navigation events refactor
|
Summary: |
Key navigation events refactor →
Stack key navigation events refactor
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
reduces code size by 14 lines. moves all key handling code to one place. makes behaviour tweaks as per becky chat