All Questions
Tagged with microsoft-edge javascript
1,277 questions
-5
votes
0
answers
38
views
Button partially visible in edge browser [closed]
One of my button displays with 2 words like 'reservation book'.
The button looks perfect in Chrome but only shows partially in Edge.
If I change the CSS class it will reflect other places too.
<a ...
0
votes
1
answer
72
views
Enter Key Not Working with <datalist> in Edge Browser
Problem Statement
When using the <datalist> element in an input field in Microsoft Edge, pressing the Enter key does not trigger any event while the datalist options are displayed.
Steps to ...
0
votes
0
answers
83
views
DoNotSilentlyBlockProtocolsFromOrigins policy for google chrome
Do we have a similar policy for Google Chrome?
It works only for Edge currently.
https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#donotsilentlyblockprotocolsfromorigins
Thanks!
...
1
vote
0
answers
67
views
Tracking prevention access blocked for office.js - excel add-in
enter image description here
When loading my excel add-in, I see that office.js gets blocked from the edge browser inside of excel, see screenshot. How to prevent this from happening? I tried to time ...
1
vote
1
answer
75
views
CSP issue on cold load with chrome and Edge but works on refresh. Firefox also always works fine
My Context:
I'm working on a static page served by AWS CloudFront and stored in S3. The page is basic html, css, and js. No frameworks. CSP is implemented with hashes since using nonces is not ...
0
votes
1
answer
117
views
How to capture variable data in Edge Browser with Access 365 from javascript event listener
I am trying to figure out how to capture the data passed from this JavaScript event listener...
I am opening the webpage in an edge browser control inside of my access database.
I do have the ...
3
votes
1
answer
222
views
Chrome Extension OAuth 2.0 not working with Edge browser- Chrome.identity.launchWebAuthFlow giving "Error 400: redirect_uri_mismatch"
I am developing a Chrome extension that uses chrome.identity.getAuthtoken API - to handle Google OAuth 2.0 authentication.
In Chrome browser it's working fine.
However, this API is not supported in ...
0
votes
0
answers
63
views
Can I determine from JavaScript or from the user-agent string if browser is "Developer" version?
Chrome, Mozilla and MS-Edge all have "Developer" versions of their products ... essentially early release versions.
Can I tell from JavaScript if a browser is a "Developer" version?...
1
vote
2
answers
371
views
How do I find out what is causing Edge Developer Tools to be BLANK on the company ASP.NET WebForms website?
We have an old ASP.NET WebForms site that currently only runs in Microsoft Edge because of the way hundreds of links open in popup windows. It needs to be rewritten, but that is our long-term project ...
0
votes
1
answer
155
views
PHP response triggers HEX view in Edge debugger
PHP 8.0 on IIS 10.0.
I am calling a php api through fetch. An exception is triggered due to some issue with an SQL query in the php api, and normally I would get a 500 server error page followed by ...
0
votes
1
answer
50
views
Web App bugs specific to company iPhones using Edge browser managed by Intune
I am not sure which elements are at play with the issues I am facing so I have tried to give a fairly wide outline.
We recently deployed a company SPA web application for an annual event that was ...
1
vote
1
answer
235
views
File Name Issue in Edge Browser's Print Dialog Feature (index.pdf)
In the Edge browser, I am opening the file specified in the src of an iframe as shown below. However, when trying to save it as a PDF, the file name appears correctly in the Chrome browser, but in the ...
0
votes
1
answer
232
views
Chrome extension declarativeNetRequest, updateDynamicRules, id for new rule being added is never unique
I wanna make a chrome/edge extension that whenever a URL request is made (like googling, or entering something like a search or a site into the URL bar), checks whether it contains certain keywords, ...
0
votes
0
answers
21
views
Html file with jquery snippet to open local/NFS path works if opened directly in browser, but gives error if hosted via lightweight server [duplicate]
I have a lightweight html file with a jquery snippet to open a new browser tab with a local/NFS directory or folder path.
This works when I open the html file directly in my browser (edge/chrome)
But ...
0
votes
0
answers
81
views
chrome extensions manifest v3 clone to edge extensions
my microsoft edge appearance is Light theme
But my extensions manifest version v3 sidepanel is Dark. For example:
Manfest V3 Settings Code:
{
"short_name": "sample",
"name": "sample-edge-theme-...