Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#16205 closed defect (bug) (worksforme)

twentyten theme fails resizing image test from the theme unit test

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

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
16 years ago

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

#2 @mjray
16 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
16 years ago

  • Milestone Awaiting Review
  • Resolutionworksforme
  • Status newclosed

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 15 years ago by SergeyBiryukov (previous) (diff)

#4 @mjray
16 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.