When Clicking SUBMIT Have An Are You Sure? Pop-Up #2799
Replies: 6 comments 2 replies
-
Why would you need it? What exactly is wrong with submitting your solution that you might want to avoid it? |
Beta Was this translation helpful? Give feedback.
-
This seems far more annoying than useful. A better way to solve this issue might be to request the ability for solvers to hide their own solutions. |
Beta Was this translation helpful? Give feedback.
-
'won't happen. ;p |
Beta Was this translation helpful? Give feedback.
-
Don't click ( This is on Windows and, from memory, Linux. Mac has key combos as well, but different ones. ) |
Beta Was this translation helpful? Give feedback.
-
you might be working on your code for 15 to 20 minutes. clicking one verify popup hardly seems to be an inconvenience. good GUI design would not let a serious commit act occur on the same button as a button you use over and over while testing things. when the button changes to submit it is a subtle change. Safe GUI design would have either a 'confirm' popup or a third button that was non 'attempt.' The safer practice is a confirm popup since there is no undo after an accidental submit
On Monday, September 5, 2022 at 01:25:57 PM EDT, Keldan Chapman ***@***.***> wrote:
This seems far more annoying than useful. A better way to solve this issue might be to request the ability for solvers to hide their own solutions.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
On Monday, September 5, 2022 at 02:33:20 PM EDT, JohanWiltink ***@***.***> wrote:
Don't click Submit / Attempt - use the keyboard. Ctrl-; does Attempt but not Submit. ( Ctrl-S or Ctrl-' does Test. )
thanks for the keyboard tip
On Monday, September 5, 2022 at 03:48:09 AM EDT, hobovsky ***@***.***> wrote:
Why would you need it? What exactly is wrong with submitting your solution that you might want to avoid it?
sometimes a console.debug statement is still there OR i haven't refactored enough
On Monday, September 5, 2022 at 09:03:45 PM EDT, hobovsky ***@***.***> wrote:
Is submitting a solution really a "serious commit act"?
in the context of that system it is since there is no undo or post-editing after submit (as far as i know, but hey i'm new)
Paul
Kindness in words creates confidence. Kindness in thinking creates profoundness. Kindness in giving creates love.Lao Tzu
|
Beta Was this translation helpful? Give feedback.
-
Sometimes I don't realize the Attempt button has become a Submit button and i accidentally click it. When it becomes the Submit button it would be nice if a popup asked - 'Are you sure you wish to submit?'
Beta Was this translation helpful? Give feedback.
All reactions