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

autocompletion for scenarios without explicit completion events #39

Closed
dvdsgl opened this issue Jun 23, 2018 · 1 comment
Closed

autocompletion for scenarios without explicit completion events #39

dvdsgl opened this issue Jun 23, 2018 · 1 comment

Comments

@dvdsgl
Copy link
Member

dvdsgl commented Jun 23, 2018

We should have an 'ambient completion', especially for HTML clients.

Candidates

  • Duration on page
  • Scroll to bottom of page
  • Click an internal link
  • Submit a form

Activation

We can consider making this automatic, for example, if you don't have an autotune attribute on any links or buttons, but this still would not catch if you have aututone.complete in JavaScript somewhere.

Manual activation:

<script>autotune.autocomplete()</script>
@dvdsgl dvdsgl changed the title Make it easy for me to complete on scroll position and dwell on element autocompletion for scenarios without explicit completion events Jun 25, 2018
@dvdsgl
Copy link
Member Author

dvdsgl commented Jun 25, 2018

setTimeout("autotune.complete(0.1)", 10000) is probably a great start

@dvdsgl dvdsgl closed this as completed in fd172e8 Jun 26, 2018
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