#24836 closed defect (bug) (wontfix)
WordPress database setup error does not preserve input with "try again" when no-js
Reported by: | hakre | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4 |
Component: | Upgrade/Install | Keywords: | ux-feedback |
Focuses: | Cc: |
Description
When setting up Wordpress and entering the database credentials and the setup communicates an error condition back it offers as well a "Try again" button.
Pressing that button does *not* try again. It offers the input form with all user-entered values deleted.
Instead of deleting those values, the previous user-entered data should be given after pressing that "Try again" button.
Attachments (4)
Change History (15)
#1
follow-ups:
↓ 2
↓ 3
@
11 years ago
- Component changed from Administration to Upgrade/Install
- Keywords reporter-feedback added; ux-feedback removed
#2
in reply to:
↑ 1
@
11 years ago
Replying to SergeyBiryukov:
The button
onclick
event ishistory.go(-1)
, so clicking the button is the same as clicking browser's Back button: tags/3.5.2/wp-admin/setup-config.php#L169.
Were you testing with JavaScript or browser cache disabled, perhaps?
Obviously no client-side ECMA scripting enabled, yes.
See as well:
Screenshots were taken while reproducing the issue for the report.
#3
in reply to:
↑ 1
@
11 years ago
Replying to SergeyBiryukov:
@SergeyBiryukov, did that answer your feedback question?
#5
@
11 years ago
- Resolution set to invalid
- Status changed from new to closed
I also could not reproduce using exact same steps. It shows original inputs after hitting 'Try Again'
#7
@
11 years ago
- Milestone set to Awaiting Review
- Resolution invalid deleted
- Status changed from closed to reopened
- Summary changed from Wordpress database setup error does not preserve input with "try again" to WordPress database setup error does not preserve input with "try again" when no-js
- Version changed from 3.5.2 to 3.4
It shows original inputs after hitting 'Try Again'
And that's the bug hakre mentions here.
The back button was introduced in[20661].
#8
@
11 years ago
I do think this is a invalid/wontfix issue. At the least, a now-duplicate of #24982
Initial bug is that, It doesn't try again, it offers the form pre-filled again.
It's browser's that control if the form is re-filled, the Try Again button is the same as the back button, Some clients will re-fill the content, some will clear it (may depend on HTTPS, and other factors).
#9
follow-up:
↓ 10
@
11 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from reopened to closed
This bug is specific to "when no-js". WONTFIX.
Could not reproduce.
The button
onclick
event ishistory.go(-1)
, so clicking the button is the same as clicking browser's Back button: tags/3.5.2/wp-admin/setup-config.php#L169.Were you testing with JavaScript or browser cache disabled, perhaps?