Confirmed users
4,378
edits
(→UI) |
(→UI) |
||
Line 65: | Line 65: | ||
=== UI === | === UI === | ||
#General | #General | ||
{{hidden_r | {{hidden_r | ||
Line 70: | Line 71: | ||
| | | | ||
* hardware menu button used in various portions of the application | * hardware menu button used in various portions of the application | ||
Note: the home and back buttons are special. Back button has a history of leading to a lot of graphic defects current | <small>Note: the home and back buttons are special. Back button has a history of leading to a lot of graphic defects current</small> | ||
|headerstyle=background:#dddddd | |headerstyle=background:#dddddd | ||
}} {{hidden_r | }} {{hidden_r | ||
Line 79: | Line 80: | ||
* copy all characters, see what's in the clipboard | * copy all characters, see what's in the clipboard | ||
* copy high ascii/double byte characters to see if there's any corruption in characters when pasting | * copy high ascii/double byte characters to see if there's any corruption in characters when pasting | ||
Note: Generally with copying you want to verify that the proper thing is being copied from the selection line. | <small>Note: Generally with copying you want to verify that the proper thing is being copied from the selection line.</small> | ||
|headerstyle=background:#dddddd | |headerstyle=background:#dddddd | ||
}} | }} {{hidden_r | ||
{{hidden_r | |||
|Cut | |Cut | ||
| | | | ||
Line 90: | Line 90: | ||
** hit delete after cutting all characters, and typing | ** hit delete after cutting all characters, and typing | ||
* cut high ascii/double byte characters to see if there's any corruption in characters when pasting | * cut high ascii/double byte characters to see if there's any corruption in characters when pasting | ||
Note: Generally with cutting you want to verify that the proper thing is being copied from the selection line; there should be no graphic defect when typing (ie no typing occurs, no smudges after cutting, etc) | <small>Note: Generally with cutting you want to verify that the proper thing is being copied from the selection line;<br> there should be no graphic defect when typing (ie no typing occurs, no smudges after cutting, etc)</small> | ||
|headerstyle=background:#dddddd | |headerstyle=background:#dddddd | ||
}} | }} {{hidden_r | ||
{{hidden_r | |||
|Paste | |Paste | ||
| | | | ||
Line 100: | Line 99: | ||
**copy from another application and pasting | **copy from another application and pasting | ||
**cutting from another application and pasting | **cutting from another application and pasting | ||
Note: Generally with pasting you want to verify that the proper thing is being pasted into the selection line. Usually double byte characters (different formats) and high ascii (compound accented characters) have a tendency to be corrupt. | <small>Note: Generally with pasting you want to verify that the proper thing is being pasted into the selection line. Usually double byte characters (different formats) and high ascii (compound accented characters) have a tendency to be corrupt.</small> | ||
|headerstyle=background:#dddddd | |headerstyle=background:#dddddd | ||
}} | }} {{hidden_r | ||
{{hidden_r | |||
|Highlights | |Highlights | ||
| | | | ||
Line 113: | Line 111: | ||
*cursor insertions | *cursor insertions | ||
** select using the cursor versus shift arrows | ** select using the cursor versus shift arrows | ||
<small>Note: positioning is important, you may be looking at if the cursor deletes at the proper location, or adds any graphic defects when typing/pasting or removing characters </small> | |||
|headerstyle=background:#dddddd | |headerstyle=background:#dddddd | ||
}} | }} {{hidden_r | ||
{{hidden_r | |||
|Touch Testing | |Touch Testing | ||
| | | | ||
Line 128: | Line 126: | ||
**Three keys pressed : depends on IME and key | **Three keys pressed : depends on IME and key | ||
**four keys pressed : depends on IME and key | **four keys pressed : depends on IME and key | ||
<small>Note: triple touch or more should not do anything, these are just negative test cases to verify that the single touch/double touches do exactly as they are suppose to do </small> | |||
|headerstyle=background:#dddddd | |headerstyle=background:#dddddd | ||
}} | }} {{hidden_r | ||
{{hidden_r | |||
|Keyboard Short Cuts | |Keyboard Short Cuts | ||
| | | | ||
Line 136: | Line 134: | ||
*[https://wiki.mozilla.org/Mobile/Fennec/Cheat_Codes Dev Cheat Codes] | *[https://wiki.mozilla.org/Mobile/Fennec/Cheat_Codes Dev Cheat Codes] | ||
|headerstyle=background:#dddddd | |headerstyle=background:#dddddd | ||
<small>Note: Some keyboard shortcuts do not translate to certain devices due to the lack of certain hardware keys. Typically control characters should be the most tested as they have a history of causing odd behavior.</small> | |||
}} | }} | ||