Opened 8 years ago

Closed 7 years ago

Last modified 6 years ago

#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:

Description (last modified by markjaquith)

Bookmarket in 1.6 is still very incomplete:

  1. Doesn't display properly.
  1. Highlighted text isn't copied. (fixed!)
  1. Title and post contents aren't populated. (fixed!)

Attachments (2)

bookmarklet.diff (2.0 KB) - added by morydd 8 years ago.
adjusts css to remove right margin
bookmarklet.2.diff (3.2 KB) - added by davidhouse 8 years ago.

Download all attachments as: .zip

Change History (8)

comment:1   ryan8 years ago

[2972] fixes 2 and 3.

  • Description modified (diff)
  • Keywords bg|needs-patch added

morydd8 years ago

adjusts css to remove right margin

  • 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.

Here's a second patch which adds wysiwyg to the textarea if the user has it turned on.

comment:5   matt7 years ago

  • Milestone set to 2.1
  • Resolution set to worksforme
  • Status changed from assigned to closed

Works for me with or without WYSIWYG.

  • Milestone 2.1 deleted
Note: See TracTickets for help on using tickets.