#14312 closed defect (bug) (fixed)
Pressing Enter in the Add New Category textbox on the New Post page cases the post to be published
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Editor | Keywords: | has-patch gsoc needs-testing |
Focuses: | Cc: |
Description
Using the textbox in the post editor window to add a new category, after typing in the category name I pressed "Enter", assuming that would activate the "Add" button to add the category. Instead, it activated the "Publish" button.
This could cause users to prematurely publish posts (it did to me).
Attachments (2)
Change History (11)
#2
follow-up:
↓ 3
@
15 years ago
- Cc wojtek.szkutnik@… added
- Keywords has-patch gsoc needs-testing added; needs-patch removed
#3
in reply to:
↑ 2
@
15 years ago
Replying to wojtek.szkutnik:
Here you go
Wouldn't it be better to do this in one of the existing Javascript files? Seems... inelegant to do it inline.
#4
@
15 years ago
Indeed, the second one looks better. Press This uses inline javascript for such things, but clearly the second option is better.
#5
@
14 years ago
- Keywords 3.2-early added
- Milestone changed from Awaiting Review to Future Release
Ran across this bug a few minutes ago.
#6
@
12 years ago
- Keywords 3.2-early removed
- Milestone changed from Future Release to 3.5
Just hit this bug.
Note: See
TracTickets for help on using
tickets.
Here you go