question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: Colorpicking does not work in Angular Material Mat-Dialogs

See original GitHub issue

What happened?

Hello!

First of all, thank you for your great work! Colorpicking (Font, Background) does not work in Mat-Dialogs (Angular Material). Can you check this please?

Unbenannt

"dependencies": { "@angular/animations": "~13.1.3", "@angular/cdk": "~13.1.3", "@angular/common": "~13.1.3", "@angular/compiler": "~13.1.3", "@angular/core": "~13.1.3", "@angular/forms": "~13.1.3", "@angular/material": "~13.1.3", "@angular/material-luxon-adapter": "^13.1.3", "@angular/platform-browser": "~13.1.3", "@angular/platform-browser-dynamic": "~13.1.3", "@angular/router": "~13.1.3", "chart.js": "^3.7.0", "hammerjs": "^2.0.8", "luxon": "^2.3.0", "ng-gallery": "^6.0.0", "ng2-charts": "^3.0.8", "ngx-editor": "^12.1.0", "rxjs": "^7.5.2", "tslib": "^2.3.1", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "~13.1.3", "@angular/cli": "~13.1.4", "@angular/compiler-cli": "~13.1.3", "@angular/localize": "^13.1.3", "@types/luxon": "^2.0.9", "@types/node": "^17.0.12", "codelyzer": "^6.0.2", "protractor": "~7.0.0", "ts-node": "^10.4.0", "tslint": "~6.1.0", "typescript": "^4.4.4", "webpack-bundle-analyzer": "^4.5.0" }

Version

latest

What browsers are you seeing the problem on?

Chrome

Link to reproduce

Stackblitz Link: https://stackblitz.com/edit/ngx-editor-color-bug?devtoolsheight=33&file=src/app/app.component.ts

Relevant log output

Nothing.

Willing to submit a PR?

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sibiraj-scommented, Jan 29, 2022

Should be fixed in v12.1.2

1reaction
sibiraj-scommented, Jan 25, 2022

It works fine for me. Can you share a reproducible code may be a stackblitz/repo, where I can reproduce this code?

Read more comments on GitHub >

github_iconTop Results From Across the Web

dialog's content text color is not secondary-text · Issue #20973 ...
bug (dialog): dialog's content text color is not secondary-text #20973 ... When looking at the Angular Material Theme Color Configuration I ...
Read more >
angular - MatDialog not displayed correctly - Stack Overflow
The HTML template gets not displayed and the dimensions of the modal is wrong. I don't see what the problem is. Why is...
Read more >
Angular Material Dialog: A Complete Example
In this post, we are going to go through a complete example of how to build a custom dialog using the Angular Material...
Read more >
Dialog | Angular Material
The MatDialog service can be used to open modal dialogs with Material Design styling and animations. Dialog Overview.
Read more >
How to use Mat-Dialog in Angular ? - GeeksforGeeks
First we need to import 'MatDialog' from '@angular/material/dialog' and we need to create an instance for it in the constructor. Using this ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found