Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to next text flow when tab key is pressed #31

Open
velara3 opened this issue Jun 22, 2014 · 1 comment
Open

Move to next text flow when tab key is pressed #31

velara3 opened this issue Jun 22, 2014 · 1 comment

Comments

@velara3
Copy link
Collaborator

velara3 commented Jun 22, 2014

When tab key is pressed in a text flow and manageTabKey is enabled we move the cursor to the next text flow.

@velara3
Copy link
Collaborator Author

velara3 commented Jun 22, 2014

This behavior has been added in the last commit.

Questions:

  1. Should this behavior be enabled when manageTabKey is enabled or disabled? Currently manageTabKey has meant TLF should pay attention to the tab key and prevents the Flash Player from handling it. Or should there be another property to handle this, ie, moveToNextCellOnTab?
  2. Will this conflict with tab behavior of the text flow in the table cell? For example, if a list is in a table cell text flow how do we want to handle this? In InDesign lists are only one level deep. Tab moves to the next cell.
  3. Currently when we tab to the next text flow we highlight the text flow contents. Should we highlight it or set the cursor at the end of the text flow? Code is there for both behavior types. In InDesign when a tab is pressed the text is highlighted in the destination text cell (which is the current behavior). Should we make this an option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant