Closed luchillo17 closed 7 years ago
Can you please create simple plunker example instead of your github project(which has many other dependencies). Also can you please add step by step instructions to replicate.The above description is not bit clear.
Unable to replicate, please provide a test case based on plunkr below and we'll review again.
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports) Checkout this repo with develop branch, run
npm start
and check the left menu when clicking the 'Graphics' menu item: https://github.com/Luchillo/Luchillo-tech-showcase/tree/developCurrent behavior The class
.ui-menu .ui-menu-parent .ui-menu-child
forces alwaysdisplay: none
on the subMenuul
element. (Check first 2 images attached).Expected behavior Well, expected the subMenu to just show. (check last image attached after removing the
display: none
property from the subMenu'sul
element).Minimal reproduction of the problem with instructions
Please tell us about your environment: OS: Mac OS
Npm: 4.4.1
Angular version: 2.4.6
PrimeNG version: 2.0.5
Browser: [all | Chrome 56 ]
Language: [TypeScript 2.2.1]
Node (for AoT issues):
node --version
= 6.9.4Aditional info First 2 images when transitionig from main menu to
Graphics
submenu, third one showing the expected result after finding theul
element and deactivating thedisplay: none
style.