#1799 closed defect (bug) (worksforme)
Bookmarklet in WP1.6 needs some attention
| Reported by: | donncha | Owned by: | morydd |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.6 |
| Severity: | normal | Keywords: | bookmarklet bg|commit bg|has-patch bg|squashed |
| Cc: | Focuses: |
Description (last modified by )
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 (2)
Change History (8)
#3
@
21 years ago
- Keywords bg|commit bg|has-patch bg|squashed added; bg|needs-patch removed
- Owner changed from to
- Status new → 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.
#4
@
21 years ago
Here's a second patch which adds wysiwyg to the textarea if the user has it turned on.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
[2972] fixes 2 and 3.