ArduPilot / ArduPilot/MissionPlanner
FullParameterTree: need to push write again if "out of range, are you sure?" msg appears
- Dominant language
- C#
- Stars
- 2.4k
- Forks
- 2.9k
- Avg merge
- 19h 16m
- Merged PRs (30d)
- 4
Description
When using the full-parameter-tree screen, if a user enters an out-of-range value for a parameter, a message that says something like, "value out of range, are you sure?" appears and the user must press "OK". The unintuitive part though is that after pushing "OK" the user must actually go and push the Write button again.
Most users would expect, that if they press "OK" the parameter would then be saved.
An example of someone running into this is Esa on this thread. The comment includes a video.
https://discuss.ardupilot.org/t/rover-3-2-1-rc1-available-for-beta-testing/25163/6
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the FullParameterTree screen and reproduce the out-of-range parameter flow described in the issue, including the OK confirmation and subsequent Write action. Trace where the confirmation is handled and verify that accepting it saves the parameter without requiring a second press of Write.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100