[TIMOB-11072] Win8: Long strings inputted in text fields are moved to the next row
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-09-27T14:22:48.000+0000 |
Affected Version/s | Sprint 2012-03 WIN8 |
Fix Version/s | Sprint 2012-03 WIN8 |
Components | Windows |
Labels | n/a |
Reporter | Arthur Manasyan |
Assignee | Tatyana Petrenko |
Created | 2012-09-24T09:34:30.000+0000 |
Updated | 2012-09-27T14:22:48.000+0000 |
Description
At this moment, test fields have the following lengths:
"Date" - 12 symbols
"Merchant name" - 22 symbols
"Transaction" - 8 symbols
"Report Name" - 37 symbols
"Report Title" - 37 symbols
If you enter a text longer than this length, the string is moved to the next row.
see the screenshots
Attachments
The current solution changes default behavior of table entries in the API by cutting off the text to one line. This is a major API bug. Please revert the change. As in fact, I don't see what's wrong with having a merchant name span 2 or more lines. As for the date and amount, they will always be short enough not to need cropping. Sorry, my oversight, should have closed this bug in the first place.
Changes reverted back.