Ticket #1799 (closed defect (bug): worksforme)

Opened 6 years ago

Last modified 5 years ago

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) (diff)

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

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

Change History

comment:1   ryan6 years ago

[2972] fixes 2 and 3.

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

morydd6 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   matt6 years ago

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

Works for me with or without WYSIWYG.

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