Cannot paste a long artifact file name in the text field - hitting the screen limit #965
Unanswered
raedrizk
asked this question in
User interface idea/suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ISSUE TYPE
SUMMARY
Cannot paste a long artifact file name in the text field - hitting the screen limit.
ANSIBLE-NAVIGATOR VERSION
CONFIGURATION
ansible-navigator:
ansible:
inventories:
- ./localhost_inventory
editor:
command: code -g {filename}:{line_number}
console: False
execution-environment:
container-engine: podman
enabled: true
image: localhost/demo-ee:latest
pull-policy: never
logging:
level: critical
append: True
file: ./logs/ansiblerun.log
mode: interactive
playbook-artifact:
enable: true
save-as: ./artifacts/{playbook_name}-artifact-{ts_utc}.json
LOG FILE
STEPS TO REPRODUCE
1-launch ansible-navigator in interactive mode
2- go to :replay
3- paste a long string in the "Path to artifact file" field
EXPECTED RESULTS
No matter how long the string is, I should be able to paste it in the field, even if I hit the screen edge
ACTUAL RESULTS
if the file path is longer than the available space, the text will be truncated, and you will not be able to type any additional characters
ADDITIONAL INFORMATION
Beta Was this translation helpful? Give feedback.
All reactions