Opened 13 years ago
Closed 13 years ago
#22545 closed defect (bug) (fixed)
New media: 'Insert Embed' button remains disabled when pasting with context menu
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | normal | Version: | 3.5 |
| Component: | Media | Keywords: | has-patch commit dev-reviewed |
| Focuses: | Cc: |
Description
Steps to reproduce:
- Click 'Add Media' on the post editing screen
- Switch to the 'Embed From URL' tab on the left
- Paste a URL into the URL field by using the 'Paste' command in the context menu
Note that the 'Insert Embed' button at the bottom remains disabled. It only gets re-enabled if you type something in the URL field or if you were to use Ctrl/Cmd+V to paste.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Adds the
inputevent to observable inputs for newer browsers, and thechangeevent to catch any stragglers (like paste, autocomplete, etc).