Comment 4 for bug 1131646

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

------- -------
| A | | B |
------- -------
     -------
     | C |
     -------

- if window A if focused pressing the DOWN cursor key should shift the focus to window C
- if window B if focused pressing the DOWN cursor key should do nothing

Those steps seem to be a contradiction...why when pressing down on A goes to C but B does nothing? I would think that pressing down on window B goes to C... I would understand that pressing down on C should do nothing.... until clarification im changing it this.

- if window B if focused pressing the DOWN cursor key should shift the focus to window C