Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#26433 closed defect (bug) (fixed)

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

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

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 13 years ago.
26433.2.diff (1.4 KB ) - added by nacin 13 years ago.

Download all attachments as: .zip

Change History (5)

@kovshenin
13 years ago

#1 @kovshenin
13 years ago

  • Keywords has-patch added

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

#2 @matveb
13 years ago

Related to #26425.

Version 0, edited 13 years ago by matveb (next)

@nacin
13 years ago

#3 @nacin
13 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

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.