Making WordPress.org

Opened 5 years ago

Closed 5 years ago

#4947 closed defect (bug) (fixed)

Hamburger menu not working in mobile device

Reported by: pratapdungrani's profile pratapdungrani Owned by:
Milestone: Priority: normal
Component: Make (Get Involved) / P2 Keywords:
Cc:

Description

Hi,

The hamburger menu is disabled. First, all menus are not hidden and appears om front side. Second, nothing happens when you click hamburger icon. Please see the screenshot to see the issue or you can visit below link on mobile device and test it.

Link: https://make.wordpress.org/tide/pledges/

Thanks

Attachments (1)

2020-01-09_12h22_39.png (101.6 KB) - added by pratapdungrani 5 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
5 years ago

  • Component changed from WordPress.org Site to Make (Get Involved) / P2

#2 @dufresnesteven
5 years ago

I don't have the environment configure yet to dig deeper, but this is a problem with
https://make.wordpress.org/tide/wp-content/plugins/o2/js/views/posts.js

Line: 174

o2.Notifications.add( {
    source: postView,
    text: text,
    textClass: postAuthorModel.modelClass,
    unixtime: post.get( 'unixtime' ),
    url: '#post-' + post.get( 'id' ),
    iconUrl: postAuthorModel.avatar,
    iconSize: postAuthorModel.avatarSize,
    iconClass: postAuthorModel.modelClass
} );

Notifications is not defined. Solving that problem will solve the navigational issue.

#3 @ocean90
5 years ago

  • Keywords needs-patch removed
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [9552].

Note: See TracTickets for help on using tickets.