Make WordPress Core

Opened 19 years ago

Closed 18 years ago

Last modified 17 years ago

#1799 closed defect (bug) (worksforme)

Bookmarklet in WP1.6 needs some attention

Reported by: donncha's profile donncha Owned by: morydd's profile morydd
Milestone: Priority: normal
Severity: normal Version: 1.6
Component: General Keywords: bookmarklet bg|commit bg|has-patch bg|squashed
Focuses: 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 19 years ago.
adjusts css to remove right margin
bookmarklet.2.diff (3.2 KB) - added by davidhouse 19 years ago.

Download all attachments as: .zip

Change History (8)

#1 @ryan
19 years ago

[2972] fixes 2 and 3.

#2 @markjaquith
19 years ago

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

@morydd
19 years ago

adjusts css to remove right margin

#3 @morydd
19 years ago

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

#4 @davidhouse
19 years ago

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

#5 @matt
18 years ago

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

Works for me with or without WYSIWYG.

#6 @Nazgul
17 years ago

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