Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26433 closed defect (bug) (fixed)

Themes: Don't navigate away from themes.php on author click in grid view

Reported by: kovshenin's profile kovshenin Owned by: nacin's profile nacin
Milestone: 3.8 Priority: normal
Severity: normal Version: 3.8
Component: Customize Keywords: has-patch
Focuses: Cc:

Description

Authors are hidden by default, but when you start a search, if your search matches part of an author name, the author names will be revealed in the grid view, along with the author URI links. So when you click on a theme, if you're unlucky enough to hit the author area, you'll be navigated away from themes.php.

  1. Appearance - Themes
  2. Search for "wordpress" to reveal the author on the twenties
  3. Click the author name
  4. The modal will be shown, but you'll be taken to wordpress.org soon after

Attachments (2)

26433.diff (360 bytes) - added by kovshenin 11 years ago.
26433.2.diff (1.4 KB) - added by nacin 11 years ago.

Download all attachments as: .zip

Change History (5)

@kovshenin
11 years ago

#1 @kovshenin
11 years ago

  • Keywords has-patch added

In 26433.diff: prevent any additional actions that are not in .theme-actions before expanding.

#2 @matveb
11 years ago

Related to #26100.

Last edited 11 years ago by matveb (previous) (diff)

@nacin
11 years ago

#3 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 26684:

Theme: When showing an author in the grid (during a search), don't include the author's link.

fixes #26433.

Note: See TracTickets for help on using tickets.