[buddypress-trac] [BuddyPress Trac] #6186: "id" definition missing on member index page (styling issue)

buddypress-trac noreply at wordpress.org
Wed Feb 4 20:05:59 UTC 2015


#6186: "id" definition missing on member index page (styling issue)
--------------------------------+-----------------------------
 Reporter:  yosmc               |      Owner:
     Type:  defect (bug)        |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  API - Theme Compat  |    Version:  2.2
 Severity:  normal              |   Keywords:
--------------------------------+-----------------------------
 In line 17 on buddypress/bp-templates/bp-
 legacy/buddypress/members/index.php the "id" definition is missing. The
 line reads:

 {{{
 <div class="item-list-tabs" role="navigation">
 }}}

 Whereas it should read:

 {{{
 <div class="item-list-tabs" id="object-nav" role="navigation">
 }}}

 This is irrelevant as long as the standard styling is used or the custom
 styles use the same layout for both object-nav and subnav. If you choose
 to style the navigation levels differently, however, it breaks on this
 page as the correct id (being consistent with all other Buddypress pages)
 is missing.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6186>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list