Opened 15 years ago
Closed 15 years ago
#14394 closed defect (bug) (fixed)
Attach Media dialog handles enter keyPress incorrectly
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description
Pressing the enter key while searching for posts in the Attach Media dialog causes the global posts-filter form to submit instead of the AJAX based search results action.
- Go to Media -> Add New
- Upload an image.
- Go to Media -> Unattached.
- Find new image, click "Attach".
- Enter search term in text box.
- Hit Enter.
Attached detects an enter keypress from any appropriate input to stop the form submission and grab the search results instead.
Attached removes inline JS.
Committer: Attached does not include diff to production JS.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [15918]) Fix media dialog keyPress handling. Props mdawaffe. fixes #14394