Confirmed users
4,378
edits
(→UI) |
|||
Line 143: | Line 143: | ||
=== Functional === | === Functional === | ||
#UI Based Functionality | |||
{{hidden_r | |||
|Keyboard Functionality | |||
| | |||
*verify that the keys function accordingly | |||
*special keys : | |||
**White Space | |||
***Space, Enter, Tab Return | |||
**Modifier Keys | |||
***Shift, Caps, Option, Command, Control | |||
**Positional Keys : | |||
***Arrows, Home, End, PageUp/Down | |||
**Symbols: | |||
***Astricks () {} [] & ^ % $ # @ ! ~ etc. | |||
**Other: | |||
***Esc, Delete, Clear | |||
***[https://wiki.mozilla.org/Mobile/Fennec/Cheat_Codes key combos] | |||
***[http://support.mozilla.com/en-US/kb/mobile-keyboard-shortcuts shortcuts] | |||
*Screen size (making sure that things fit) | |||
<small>Note: Generally Menu+VKB typically does not do anything. There are oddities to watch for such as hitting shift, letting go and then typing multiple characters should only capitalize one character. Special characters may end up doing something different due to encoding, using web symbols and copy paste, etc. White spacings may disappear due to copy/paste etc. It's more or less doing the same testing as the above but looking at the functionality of the keys versus the functionality of the actions. You can run both tests at the same time provided you observe for these functionalities and the above.</small> | |||
|headerstyle=background:#dddddd | |||
}} | |||
#Conditional Functionality | |||
{{hidden_r | |||
|Keyboard Functionality | |||
| | |||
*dismiss keyboard | |||
**click on space above keyboard | |||
**hit return? | |||
*start virtual keyboard | |||
**click in a text field selection | |||
**click in a search field | |||
**click in awesome bar | |||
*selection | |||
**drag/drop | |||
**character selection | |||
**multicharacter selection | |||
**Word selection | |||
**multiword selection | |||
**split word selection | |||
***hyphenated | |||
***carriage return | |||
***partial character in words | |||
<small>Note: One path of closing/opening the VKB may not necessarily lead to the same state as another. Timing can change things, be careful to check for various actions that could cause issues with graphic defects. Esp with the system back button</small> | |||
|headerstyle=background:#dddddd | |||
}} | |||
== Beta Conditional == | == Beta Conditional == |