Bug 421679 - When filling in forms, move automatically to next field if typing after field requirements are met.
Summary: When filling in forms, move automatically to next field if typing after field...
Status: REPORTED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 1.10.1
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-17 17:07 UTC by Laurent M
Modified: 2020-05-17 17:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Test attachment (343.70 KB, application/pdf)
2020-05-17 17:07 UTC, Laurent M
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent M 2020-05-17 17:07:34 UTC
Created attachment 128548 [details]
Test attachment

SUMMARY
When filling in forms, move automatically to next field if current field is full.

STEPS TO REPRODUCE
1. Open attached fillable pdf
2. Go to field "2.BENEFICIAIRE (CREDITEUR) N° IBAN à CREDITER"
3. Start filling in the fields. 

OBSERVED RESULT
Since each field can only get one character:
- typing, when cursor is after the only character, has no effect
- typing, when cursor is before the character of the field already filled in, has no effect
Pressing TAB is necessary to move to the next field

EXPECTED RESULT
- typing, when cursor is after the only character, should start typing in the next field
- typing, when cursor is before the character of the field already filled in, should replace the character in the field
Pressing TAB should not be necessary to move to the next field

SOFTWARE/OS VERSIONS
Xubuntu 18.04 LTS

ADDITIONAL INFORMATION
None