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

%X_UA_COMPATIBLE% displayed in the runner web page in debug mode #22036

Closed
1 of 15 tasks
sroucheray opened this issue Oct 28, 2021 · 2 comments
Closed
1 of 15 tasks

%X_UA_COMPATIBLE% displayed in the runner web page in debug mode #22036

sroucheray opened this issue Oct 28, 2021 · 2 comments

Comments

@sroucheray
Copy link

🐞 Bug report

Command

  • new
  • build
  • serve
  • test
  • e2e
  • generate
  • add
  • update
  • lint
  • extract-i18n
  • run
  • config
  • help
  • version
  • doc

Is this a regression?

Yes

Description

The runner web page in debug mode displays an %X_UA_COMPATIBLE% text.
image

🔬 Minimal Reproduction

# install the cli
npm install -g @angular/cli
# create a new project
ng new my-app
cd my-app
# launch the tests
ng test
# then open the debug page

🌍 Your Environment


Angular CLI: 12.2.9
Node: 14.18.0
Package Manager: yarn 1.22.15
OS: linux x64

Angular: 12.2.9
... animations, cdk, cli, common, compiler, compiler-cli, core
... elements, forms, language-service, localize
... platform-browser, platform-browser-dynamic, router

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1202.11
@angular-devkit/build-angular   12.2.9
@angular-devkit/core            12.2.9
@angular-devkit/schematics      12.2.9
@schematics/angular             12.2.9
ng-packagr                      12.2.4
rxjs                            6.5.5
typescript                      4.3.5
webpack                         5.59.1

Anything else relevant?

I originally posted an issue on Karma's github issue tracker but while digging for this problem I realized this repo hold a duplicate of the Karma debug page so maybe the issue is here.
https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/build_angular/src/webpack/plugins/karma/karma-debug.html

@alan-agius4
Copy link
Collaborator

Fixed upstream via karma-runner/karma#3718

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.