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

form variable type:choice GUI failure when controlled with keyboard #599

Open
nicholasdunbar opened this issue Feb 22, 2021 · 3 comments
Open
Labels
bug Something isn't working MacOS Related to the MacOS operating system

Comments

@nicholasdunbar
Copy link

nicholasdunbar commented Feb 22, 2021

DESCRIPTION:
GUI driven for works when using mouse but fails when one tries to control the form with key strokes

OPERATING SYSTEM:
mac os 10.11.6
application textedit

REPRODUCTION STEPS:

  1. turn on keyboard control in system preferences -> keyboard -> shortcuts click Full Keyboard access all controls

  2. update config file on expanse

    form: |
      {{choice}},
      - {{name}}
    form_fields:
      choice:
          type: choice
          values:
            - Love
            - Sincerely
            - 🐝 well
            - Hope you are doing well
      name:
        type: choice
        values:
          - Nick
          - Nicholas
          - Nicholas Dunbar
          - Nicholas G. Dunbar
          - Nicholas Dunbar - ACE Certified Health Coach
  1. In textedit type :sign and hit tab
  2. down arrow key to select "🐝 well", hit space
  3. tab
  4. down key to Nicholas Dunbar - ACE Certified Health Coach
  5. hit space
  6. hit tab to focus the submit button
  7. hit space to enter submit
  8. go to step 3 and repeat 2 more times

EXPECTED RESULT:

🐝 well,
- Nicholas Dunbar - ACE Certified Health Coach
🐝 well,
- Nicholas Dunbar - ACE Certified Health Coach
🐝 well,
- Nicholas Dunbar - ACE Certified Health Coach

ACTUAL RESULT:

🐝 well,
- Nicholas Dunbar - ACE Certified Health Coach
🐝 well,
- Nicholas Dunbar - 
🐝 well,
- Nicholas Dunbar -  Coach
@federico-terzi
Copy link
Collaborator

Hey @nicholasdunbar,

Thanks for reporting this issue! As soon as I get my hands on a mac I'll investigate :)
PS: any chance you could include a screen recording of this happening?

Cheers :)

@federico-terzi federico-terzi added bug Something isn't working MacOS Related to the MacOS operating system labels Feb 22, 2021
@nicholasdunbar
Copy link
Author

I'll try to get to it later. In the mean time the work around is to use ctrl+enter to submit the form.

@smeech
Copy link
Collaborator

smeech commented Feb 13, 2024

This is now a rather old issue.
Is it still a problem with the current version, and, if so, have the backend: global or force_mode: for individual trigger, options been fully explored?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MacOS Related to the MacOS operating system
Projects
None yet
Development

No branches or pull requests

3 participants