Click here to Skip to main content
15,892,737 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What is the possible logic here? Pin
Nathan Minier24-Oct-16 1:26
professionalNathan Minier24-Oct-16 1:26 
GeneralRe: What is the possible logic here? Pin
CDP180224-Oct-16 1:33
CDP180224-Oct-16 1:33 
GeneralRe: What is the possible logic here? Pin
raddevus24-Oct-16 2:50
mvaraddevus24-Oct-16 2:50 
GeneralRe: What is the possible logic here? Pin
Philippe Mori24-Oct-16 3:21
Philippe Mori24-Oct-16 3:21 
GeneralRe: What is the possible logic here? Pin
raddevus24-Oct-16 3:31
mvaraddevus24-Oct-16 3:31 
GeneralRe: What is the possible logic here? Pin
Philippe Mori24-Oct-16 5:11
Philippe Mori24-Oct-16 5:11 
GeneralRe: What is the possible logic here? Pin
raddevus24-Oct-16 5:32
mvaraddevus24-Oct-16 5:32 
GeneralRe: What is the possible logic here? Pin
Member 1202398825-Oct-16 13:19
Member 1202398825-Oct-16 13:19 
Your logic (and in fact the whole way you go about thinking about these things) is flawed. The purpose of a confirmation box is to help assure that the user's action matches their intent. For users who enter passwords manually (which is the vast majority), the confirmation box achieves its purpose, regardless of whether paste is enabled. For users who enter via copy/paste, the confirmation box serves little purpose, but disabling paste increases user error for no good reason. The only thing that actually makes sense is to disable copying of the password box, so that any pasting would have to come from some other source, as a password manager.

You have two basic errors here: 1) instead of analyzing cases for whether confirmation boxes are useful when paste is allowed, you identify a case in which it isn't and then wildly generalize, saying that they aren't helpful at all. 2) Rather than considering what the purpose of a confirmation box is, you only attend to its effect -- forcing people to type something twice -- and note that allowing paste potentially removes that effect ... quite overlooking the fact that, for passwords copied from another source such as a password manager, the confirmation box isn't necessary for its intended purpose (and disabling paste even acts against that purpose).

modified 25-Oct-16 19:36pm.

GeneralRe: What is the possible logic here? Pin
Philippe Mori24-Oct-16 3:30
Philippe Mori24-Oct-16 3:30 
GeneralRe: What is the possible logic here? Pin
Basildane24-Oct-16 3:38
Basildane24-Oct-16 3:38 
GeneralRe: What is the possible logic here? Pin
Nathan Minier24-Oct-16 3:58
professionalNathan Minier24-Oct-16 3:58 
GeneralRe: What is the possible logic here? Pin
Mark_Wallace24-Oct-16 4:47
Mark_Wallace24-Oct-16 4:47 
GeneralRe: What is the possible logic here? Pin
Member 1202398825-Oct-16 13:38
Member 1202398825-Oct-16 13:38 
GeneralRe: What is the possible logic here? Pin
CDP180224-Oct-16 1:29
CDP180224-Oct-16 1:29 
GeneralRe: What is the possible logic here? Pin
Steven121825-Oct-16 5:57
professionalSteven121825-Oct-16 5:57 
GeneralRe: What is the possible logic here? Pin
Super Lloyd24-Oct-16 1:29
Super Lloyd24-Oct-16 1:29 
GeneralRe: What is the possible logic here? Pin
Basildane24-Oct-16 1:36
Basildane24-Oct-16 1:36 
GeneralRe: What is the possible logic here? Pin
raddevus24-Oct-16 2:58
mvaraddevus24-Oct-16 2:58 
GeneralRe: What is the possible logic here? Pin
Basildane24-Oct-16 3:11
Basildane24-Oct-16 3:11 
GeneralRe: What is the possible logic here? Pin
raddevus24-Oct-16 3:30
mvaraddevus24-Oct-16 3:30 
GeneralRe: What is the possible logic here? Pin
Martin Plamondon25-Oct-16 7:11
Martin Plamondon25-Oct-16 7:11 
GeneralRe: What is the possible logic here? Pin
Basildane24-Oct-16 1:39
Basildane24-Oct-16 1:39 
GeneralRe: What is the possible logic here? Pin
leon de boer24-Oct-16 1:42
leon de boer24-Oct-16 1:42 
GeneralRe: What is the possible logic here? Pin
PeejayAdams24-Oct-16 2:41
PeejayAdams24-Oct-16 2:41 
GeneralRe: What is the possible logic here? Pin
Basildane24-Oct-16 3:19
Basildane24-Oct-16 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.