Ticket #1799 (closed defect (bug): worksforme)
Bookmarklet in WP1.6 needs some attention
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.6 |
| Severity: | normal | Keywords: | bookmarklet bg|commit bg|has-patch bg|squashed |
| Cc: |
Description (last modified by markjaquith) (diff)
Bookmarket in 1.6 is still very incomplete:
- Doesn't display properly.
Highlighted text isn't copied.(fixed!)
Title and post contents aren't populated.(fixed!)
Attachments
Change History
- Keywords bg|commit bg|has-patch bg|squashed added; bg|needs-patch removed
- Owner changed from anonymous to morydd
- Status changed from new to assigned
patch bookmarklet.dff does
#wpbookmarklet #poststuff {
margin-right: 0px;
}
over-rides margin default in wp-admin.css to remove excess space that causes ugly wrapping in bookmarklet.
comment:4
davidhouse — 6 years ago
Here's a second patch which adds wysiwyg to the textarea if the user has it turned on.
- Status changed from assigned to closed
- Resolution set to worksforme
- Milestone set to 2.1
Works for me with or without WYSIWYG.
Note: See
TracTickets for help on using
tickets.


[2972] fixes 2 and 3.