Ticket #1799 (closed defect: worksforme)

Opened 3 years ago

Last modified 1 year ago

Bookmarklet in WP1.6 needs some attention

Reported by: donncha Assigned to: 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.

2. Highlighted text isn't copied. (fixed!)

3. Title and post contents aren't populated. (fixed!)

Attachments

bookmarklet.diff (2.0 kB) - added by morydd on 11/05/05 20:07:44.
adjusts css to remove right margin
bookmarklet.2.diff (3.2 kB) - added by davidhouse on 11/06/05 21:24:50.

Change History

10/28/05 08:43:50 changed by ryan

[2972] fixes 2 and 3.

11/05/05 15:32:02 changed by markjaquith

  • keywords changed from bookmarklet to bookmarklet bg|needs-patch.
  • description changed.

11/05/05 20:07:44 changed by morydd

  • attachment bookmarklet.diff added.

adjusts css to remove right margin

11/05/05 20:13:14 changed by morydd

  • keywords changed from bookmarklet bg|needs-patch to bookmarklet bg|commit bg|has-patch bg|squashed.
  • 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.

11/06/05 21:24:41 changed by davidhouse

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

11/06/05 21:24:50 changed by davidhouse

  • attachment bookmarklet.2.diff added.

07/04/06 17:50:20 changed by matt

  • status changed from assigned to closed.
  • resolution set to worksforme.
  • milestone set to 2.1.

Works for me with or without WYSIWYG.

06/19/07 21:23:33 changed by Nazgul

  • milestone deleted.