Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#14394 closed defect (bug) (fixed)

Attach Media dialog handles enter keyPress incorrectly

Reported by: mdawaffe Owned by:
Priority: normal Milestone: 3.1
Component: Media Version: 3.0
Severity: normal Keywords: has-patch
Cc: Focuses:

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.

  1. Go to Media -> Add New
  2. Upload an image.
  3. Go to Media -> Unattached.
  4. Find new image, click "Attach".
  5. Enter search term in text box.
  6. 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)

14394.diff (1.9 KB ) - added by mdawaffe 16 years ago.

Download all attachments as: .zip

Change History (2)

@mdawaffe
16 years ago

#1 @ryan
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [15918]) Fix media dialog keyPress handling. Props mdawaffe. fixes #14394

Note: See TracTickets for help on using tickets.