Opened 2 years ago
Closed 5 months ago
#15809 closed defect (bug) (duplicate)
Creating a category on the add/edit post page and pressing enter saves the post
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | UI | Version: | 3.1 |
| Severity: | minor | Keywords: | ux-feedback has-patch needs-testing dev-feedback 3.2-early |
| Cc: |
Description
When you create a category on the add/edit post screen and hit "enter" the expected behaviour is to create the category. Instead the post is saved and the category is not created.
Attachments (4)
Change History (10)
comment:2
JohnONolan — 2 years ago
- Keywords ux-feedback has-patch needs-testing dev-feedback added; category save removed
- Version set to 3.1
I've noticed this too - tripped me up several times.
comment:3
JohnONolan — 2 years ago
- Keywords early-3.2 added
- Milestone changed from Awaiting Review to Future Release
comment:4
johnbillion — 2 years ago
This could also be applied to the post date/time inputs as I've seen the same thing happen there a few times.
fixed "enter" keypress on both publish date and new category text fields, works in both new / edit for post / page
moved $.fn.submitTarget to post.dev.js, use generic instead of explicit jQuery object
comment:5
aaroncampbell — 2 years ago
- Keywords 3.2-early added; early-3.2 removed
comment:6
SergeyBiryukov — 5 months ago
- Milestone Future Release deleted
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #14312.
Note: See
TracTickets for help on using
tickets.

This diff fixes the issue on the Edit Post screen but not on the Add Post screen.