Making WordPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#2217 closed defect (bug) (fixed)

Plugin Directory Theme - Read more links

Reported by: mapk's profile mapk Owned by: mapk's profile mapk
Milestone: Priority: normal
Component: Plugin Directory Keywords:
Cc:

Description

We fixed the 'read more' link for the Description section (#1744) on the plugin detail page, but it should probably have the same logic for the Changelog and Contibutors & Developers sections too.

Take a look at this page: https://wordpress.org/plugins-wp/contact-form-7/

The Contributors & Developers section has one name, and shows the 'read more' link which can't expand because there's nothing to expand.

Change History (6)

#1 in reply to: ↑ description ; follow-up: @SergeyBiryukov
8 years ago

Replying to mapk:

We fixed the 'read more' link for the Description section (#1744) on the plugin detail page

FWIW, it doesn't seem to work for me on https://wordpress.org/plugins-wp/contact-form-7/.

When I click "Read more" in the Description section on that page, it changes the downward arrow to upward arrow, but the text does not expand.

#2 in reply to: ↑ 1 @mapk
8 years ago

Replying to SergeyBiryukov:

FWIW, it doesn't seem to work for me on https://wordpress.org/plugins-wp/contact-form-7/.

When I click "Read more" in the Description section on that page, it changes the downward arrow to upward arrow, but the text does not expand.

Looks like that bug was recently introduced. This could be the overall issue.

#3 @mapk
8 years ago

Seems to be working now, but there is an issue with the cascading in the CSS which is causing the problem on the Description section. I'm looking into that now.

#4 @mapk
8 years ago

  • Owner set to mapk
  • Status changed from new to assigned

#5 @mapk
8 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 4336:

Plugin Directory Theme: Adjust height of Description section.

The cascading selector in the CSS was not allowing the toggle on the 'read more' accordion to work correctly. I fixed the CSS so that it works now by using nth-of-type.

Fixes #2217
See #1744

#6 @samuelsidler
7 years ago

  • Milestone Plugin Directory v3 - M9 deleted

Milestone Plugin Directory v3 - M9 deleted

Note: See TracTickets for help on using tickets.