Open Bug 154706 Opened 22 years ago Updated 2 years ago

Make Form Submit Warnings Better

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows XP
defect

Tracking

()

Future

People

(Reporter: john, Unassigned)

References

()

Details

Jatin has suggested that the text of the form submit warnings dialogs could be
made a little easier to read.  I concur.  This bug is for proposals to that
effect and ways to fix.  The URL is to an image of the current dialog.

These are the warnings that occur when you submit to and from an insecure site,
or submit a mailto form (when bug 61893 is fixed).
Here is the text of the dialogs:

POST FROM SECURE TO INSECURE:

Although this page is encrypted, the information you have entered is to be sent
over an unencrypted connection and could easily be read by a third party.

Are you sure you want to continue sending this information?


POST FROM INSECURE TO INSECURE:

The information you have entered is to be sent over an unencrypted connection
and could easily be read by a third party.

Are you sure you want to continue sending this information?

(X) Alert me whenever I submit information that's not encrypted.
Summary: Make Form Submit Better → Make Form Submit Warnings Better
The wording Sean and I came up with:
---
The information you are submitting is about to be sent over an unencrypted
connection and can easily be read by other people. Do you want to continue?

(X) Alert me whenever I submit unencrypted information.
---
Actually, now that I look at this bug, I don't really understand the problem
with the original wording cited in Comment #1. (Maybe that's because I helped
write it after considerable and contentious Mozilla discussion.)

I'd like withdraw my support for jatin's rewording, and suggest that you stick
with the original language for both cases, with one small change. The only
improvement I can think of would be to change "read by a third party" to "read
by other people."
That looks like the only real difference to me :)  I could see making just that
change.

The secure -> insecure dialog has that text in front of it, and it seems useless
to me to have two separate dialogs for the two cases.  In both cases the data is
sent over an unencrypted connection.  I think one dialog suffices, and that
would come closer to normal user expectations--i.e. when they click off the post
warning dialog the post warning dialog should not come back again.  The
different context is pretty much irrelevant.
Priority: -- → P3
Bulk moving P1-P5 un-milestoned bugs to future. 
Target Milestone: --- → Future
QA Contact: vladimire → form-submission
Component: HTML: Form Submission → DOM: Core & HTML
Assignee: john → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.