All Questions
Tagged with microsoft-edge angular
154 questions
3
votes
2
answers
550
views
Chrome & Edge v133 Causing Blank Page After Azure AD SSO Login and Page Reload in Angular App
Scenario:
In my Angular application, I am experiencing an issue during the SSO login process with Azure AD. After receiving a successful response from the backend containing the Azure AD authorization ...
0
votes
1
answer
508
views
DevTools Failed to load response data. No data found for resource with given identifier
I have an angular application with a .NET Core server. From the devtools on the network screen I am trying to see the response that has a request. This request works fine, it returns data (well formed)...
0
votes
1
answer
129
views
Why does my Angular 9 sort routine work great when using Google Chrome (Ch131) browser, but works poorly (gets Wait msg) when using MS Edge (Ch131)?
I'm still on Windows 10 but I have all Windows 10 updates installed. I have gone through Settings and Repaired/Modified my MS Edge install to latest version, so all that should be good.
My Component ...
0
votes
1
answer
254
views
Edge autofill - fills all of the email inputs
I have a form with multiple email inputs.
Edge fills all of them at once with the same value.
I would prefer if Edge would only fill that one field, on which action is being performed.
I've tried ...
0
votes
2
answers
582
views
Selenium tests are successfully executed but I get 0 passing, the assertions are being ignored
I'm trying to integrate Selenium (v4.18.1) tests into an Angular web application. The tests are to be conducted in the Microsoft Edge browser (v122.0.2365.59). I have already installed the Microsoft ...
0
votes
1
answer
998
views
Issues in Edge browser after using MSAL lib for authentication
Facing problem to login into the application as the application goes into looping state trying to log into the application. This issue only happens on the normal window of MS Edge and the app works ...
0
votes
1
answer
218
views
Microsoft Edge Detached Elements Tool: Elements remain after refresh
When using the Edge Detached Elements tool it appears that elements will remain in the list even after a refresh.
results
For example id 143773 in the screenshot was captured, then I refreshed the ...
1
vote
1
answer
896
views
Edge browser remembers last PDF view settings
I have an angular app where we show a PDF report (downloaded via an API) in an iFrame.
.TS code:
this.subscription = this.reportservice.execute().subscribe((response: Blob) => {
let file = ...
0
votes
1
answer
83
views
Disable automatic change of large umlauts in input fields (in Edge and Chrome)
In my Angular application, capitalized umlauts are automatically changed to the related vowels by Edge and Chrome.
Example: In the following image, I typed "ÄÜÖäüö":
Edge texte input example
...
2
votes
1
answer
5k
views
Try to find Angular DevTools Extension for Edge
I want to install the Angular DevTools extension into Edge. It is not on the Edge Web Store and Chrome Web Store won't allow me to install it into Edge. Is there another location where I can install ...
0
votes
0
answers
185
views
Edge extension popup does not work well with Angular Material Dialog
I'm developing an extension for Microsoft Edge. I use Angular 13 and Angular Material 13. My extension is a popup window.
When my extension opens a Material Dialog, the popup window is narrowed to 25 ...
0
votes
0
answers
178
views
Angular Okta custom widget and MFA behaviour changes based on browser in private/non-private mode
Our organization is setting up a new Angular application using the custom widget from Okta. Because we are using MFA we have used showSignInAndRedirect and have handled the redirect once the user ...
1
vote
0
answers
525
views
redirect IE to Edge can only do one time?
I am trying to redirect IE users to Edge since IE is retiring.
My website is built by Angular 7 and I put this code in ngOnInit()
const ua = window.navigator.userAgent;
if (ua.indexOf("MSIE &...
0
votes
1
answer
194
views
Any way to generate a unique and predictable id of the local computer in JavaScript/Angular?
We have several computers running Microsoft Edge (no option to change the browser).
We have a central web server with pages created for each individual computer. I want users of these computers to be ...
0
votes
1
answer
1k
views
Get JSON data from edge://policy (chrome://policy) to Angular app
Every user of Edge Chromium or Google Chrome browser can access page where there are all browser's policies listed: edge://policy (or respectively: chrome://policy). In that place there is a ...