Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16205 closed defect (bug) (worksforme)

twentyten theme fails resizing image test from the theme unit test

Reported by: mjray's profile mjray Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.0
Component: Themes Keywords:
Focuses: Cc:

Description

In twentyten/style.css there's a width: auto property applied to the #content img selector, which means that in-editor resizing is ignored.

To see for yourself, put the http://codex.wordpress.org/Theme_Unit_Test into a twentyten-themed wordpress and view the post called "Images Test".

Commenting out the mentioned width: auto line seems to fix this.

Change History (4)

#1 @nacin
13 years ago

Which version of Twenty Ten? Fixed in 1.2 I think.

#2 @mjray
13 years ago

Yes, I'm looking at 1.1. Where should I have looked to find out about the release of 1.2? (I think the site demonstrating this bug to me has yet to upgrade to Wordpress 3.0.4, but no update to twentyten was mentioned in http://wordpress.org/news/2010/12/3-0-4-update/ )

#3 @mdawaffe
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Fixed in [15609]

Looks like 1.2 has not yet been released. It's currently in trunk: http://core.trac.wordpress.org/browser/trunk/wp-content/themes/twentyten and will be released as part of WP 3.1. If it's still broken for you in 1.2, please reopen.

Last edited 12 years ago by SergeyBiryukov (previous) (diff)

#4 @mjray
13 years ago

  • Cc mjray added

Can't this be fixed during 3.0.x? Having an included theme fail the unit test seems a bit of a poor show.

Note: See TracTickets for help on using tickets.