add confirmation to (OS) install on update #12333
-
please consider as title. background: until you accidentally click install on an OS update, which you really wanted to skip. Happened to me this morning, when my phone slipped out of my hand. some sort of “Are you sure” would have been nice, now I am running a beta OS and am not sure I like that just yet… I am aware we can cli a OS downgrade, but a confirmation could simply prevent an accident like this. A confirmation on an OS update would be very welcome because of that. thanks for considering |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I'd expand this to Normally, I hate confirmation dialogs, and think they're overused. This is one of the few times that one would really make sense. I live in fear of the day something like this happens to me, and the update button gets inadvertently selected. |
Beta Was this translation helpful? Give feedback.
-
PR created #12449 |
Beta Was this translation helpful? Give feedback.
-
As responded to #12449, Nielsen Norman group has a nice article about confirmation dialogs. We should use them before committing actions with serious consequences, but not for routine actions. People will stop paying attention to the question and the confirmation dialog will lose its power to prevent errors. Exactly what the discussion above is about. When it's a repetitive task with the severity of different outcomes we should only show confirmation dialogs when the risk is significantly high. That is for us to decide. We should only show a confirmation dialog when there are breaking changes, because this kind of update might stop your system. It would be great if we show what kind of breaking changes affect him. |
Beta Was this translation helpful? Give feedback.
As responded to #12449, Nielsen Norman group has a nice article about confirmation dialogs. We should use them before committing actions with serious consequences, but not for routine actions. People will stop paying attention to the question and the confirmation dialog will lose its power to prevent errors. Exactly what the discussion above is about. When it's a repetitive task with the severity of different outcomes we should only show confirmation dialogs when the risk is significantly high. That is for us to decide.
We should only show a confirmation dialog when there are breaking changes, because this kind of update might stop your system. It would be great if we show what kind of br…