etn-ccis/blui-angular-design-patterns

Overlay modal window not working in mobile view

Closed this issue · 3 comments

Describe the bug

In https://stackblitz.com/github/brightlayer-ui/angular-design-patterns/tree/dev?file=src%2Fapp%2Fpages%2Fapp-bar%2Fdropdown-toolbar%2Fdropdown-toolbar.module.ts
when selecting the delete button while in mobile view, the modal does not display and throws error.

image

What is the expected behavior?

should work in mobile view both locally and stackblitz

What are the steps to reproduce?

  1. Go to... https://stackblitz.com/github/brightlayer-ui/angular-design-patterns/tree/dev?file=src%2Fapp%2Fpages%2Fapp-bar%2Fdropdown-toolbar%2Fdropdown-toolbar.module.ts

  2. Navigate to
    image

  3. select delete button in example

Screenshots or links to minimum reproduction example

Environment

Anything else to add?

Our angular design patterns aren't working in stackblitz anymore.
https://stackblitz.com/github/brightlayer-ui/angular-design-patterns/tree/dev?file=src%2Fapp%2Fpages%2Fapp-bar%2Fdropdown-toolbar%2Fdropdown-toolbar.module.ts

Error in turbo_modules/@brightlayer-ui/angular-themes@6.3.0/theme.scss
NoSuchMethodError: method not found: 'write$1' on null

Screenshot 2022-04-05 at 3 34 53 PM

stackblitz link is working fine with no error https://aonivamwr--github--4200.local.webcontainer.io/lists/in-button-panel. @jeffvg could you please recheck it once?

verified this works now..

image