Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown select options view is bugged #516

Open
rickvandermeij-aanzee opened this issue Aug 30, 2023 · 10 comments
Open

Dropdown select options view is bugged #516

rickvandermeij-aanzee opened this issue Aug 30, 2023 · 10 comments

Comments

@rickvandermeij-aanzee
Copy link

Screenshot 2023-08-30 at 13 11 02

when opening the dropdown to select a different scenario, all the options are shown in the bottom left corner.

This happens on all modern browsers

@dennis-NS
Copy link

Can confirm, using 3.2.1 on latest chrome

@mdasberg
Copy link
Contributor

Thanks for reporting it. I will make a fix asap

@mdasberg
Copy link
Contributor

mdasberg commented Oct 1, 2023

@rickvandermeij-aanzee @dennis-NS can you send me which versions of chrome / safari / firefox you are using.

I have been testing with all the latest version and -1 of the latest and I cannot reproduce this.

@mdasberg
Copy link
Contributor

mdasberg commented Oct 1, 2023

could you also attach some console logs?

@rickvandermeij-aanzee
Copy link
Author

Hi,

running the following:

		"@angular/cdk": "16.2.2",
		"@angular/core": "16.2.3",
		"@ng-apimock/base-client": "3.3.1",
		"@ng-apimock/core": "3.11.0",
		"@ng-apimock/dev-interface": "3.2.1",

It does happen in all browsers:
Chrome - Version 117.0.5938.92
Firefox - 118.0.1 (64-bit)
Safari - Version 16.6 (18615.3.12.11.2)

We're using NX monorepo and have one single package.json file

@rickvandermeij-aanzee
Copy link
Author

Screenshot 2023-10-02 at 09 02 47

there are console errors about csp

@dennis-NS
Copy link

Any update on this?

@mdasberg
Copy link
Contributor

@dennis-NS There is a new version of the dev-interface v3.3.0

Please verify if this works for you

@rickvandermeij-aanzee
Copy link
Author

It's strange, because i tried it in my starterkit, and it works without any hassle. In our client repo it doesnt work, the cdk classes doesnt have any css attached...

@dennis-NS
Copy link

@mdasberg So after having to scroll down for the 1000th time i figured i would solve it for now and ever..
So i saw the github buttons package was being blocked by csp but why?
Well turns out someone added helmet to the express server middleware and that blocks the csp... 🤓

Hope this will also help someone in the future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants