Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

CSP issue occurs on Tooltip when we run the sample using docker



Replication Procedure:

  • Run the sample using docker
  • ng build --configuration=dev
  • docker buildx build --platform linux/amd64,linux/arm64 -t app-group-dummy-2:1.0.18-dev --push --provenance=false .

  • docker run -d --name app-dummy -p 4203:10010 app-group-dummy:1.0.18-dev.
  • open the URL: "localhost:4203" in the browser
  • You can see the issue in console


Expected Output: CSP Error should not occur in Tooltip

Current Output: CSP issue occurs on Tooltip when we run the sample using docker