Skip to main content

All Questions

0 votes
3 answers
1k views

CSS not applied when display flex is used in microsoft edge

I'm trying to apply border before and after the text. It works on all the browsers except for Microsoft edge and internet explorer. I'm using display: flex and please refer my code for details I have ...
Vinodh's user avatar
  • 57
-1 votes
1 answer
342 views

React production build differs from development | polyfill does not run

I've run npx create-react-app . and imported clip-path manually. Development build works without a problem, but the production one doesn't seem to work. Issue is the same on IE11 and Edge44 Steps to ...
Dawid's user avatar
  • 594
-1 votes
1 answer
76 views

Is there a way to break the long text without defining width or max-width in EDGE / IE11?

I am facing an issue where in text is overflowing the parent in IE11 & EDGE and working fine in Chrome, firefox and Opera. I have tried multiple approaches Approach 1 -> Using break-all instead ...
Navya Krishna's user avatar
-1 votes
1 answer
32 views

CSS Browser Specific issue in IE11

I have a different behavior for table border in different browsers. In IE5 it rendered correct, but in IE 11, it is not. In IE5 below behavior, In IE 11, table border is coming on page, even when ...
Keval Patel's user avatar
0 votes
1 answer
2k views

Why does the color change when an image is copied from Edge and pasted into PowerPoint, Paint, Excel but not Word

We have a C# and JavaScript application that uses chart.js to create a chart. We have a requirement to copy that image to the clipboard to be pasted into PowerPoint. Because of security ...
Abbey Normal's user avatar
8 votes
2 answers
2k views

HTML input type="file" drag and drop doesnt work in Edge and IE11

I've created a sample Angular app where I added only an input control to the view. In my project, I created my own file-uploader component. I'm able to drag and drop the file in Chrome but cannot do ...
GoldenAge's user avatar
  • 3,018
-3 votes
1 answer
98 views

CSS class/properties targeting to IE as well as Edge

I want to combine @media and @support so that I do not have to put same css class and properties two times for IE11 and Edge. Please refer following code snippet: /* IE 10+ */ @media screen and (-ms-...
tejas033's user avatar
  • 175
5 votes
3 answers
11k views

React Material-ui SSR - Warning: Prop `d` did not match. Server: "M 0 0 h 24 v 24 H 0 Z" Client: "M0 0h24v24H0z"

I'm working on a React site with server-side rendering & Material-ui. Everything was working great including the mui JSS stuff. Then I added an SVG icon from @material-ui/icons Now, Edge & ...
DaveW's user avatar
  • 378
3 votes
1 answer
5k views

Microsoft Edge Keeps Prompting For Certificate

I have an application that uses certificates (*.p12) to authenticate users. I want to be able to use it in Microsoft Edge (version 42) and Internet Explorer (version 11), but these browsers give me ...
harrys's user avatar
  • 53
2 votes
2 answers
666 views

Flex item not taking height of image child in IE 11

I'm trying this: html,body{ background-color: black; margin: 0; padding: 0; } .wp { margin: 20px auto; width: 300px; } .a { display: -webkit-box; ...
andreihondrari's user avatar
-3 votes
1 answer
960 views

IE and Edge does not respect the text-transform

I have the following situation I can't explain but the Microsoft browser's bug... I have a symbolic font, and use different letters to display symbols. By example, the "z" letter is to display the "...
serge's user avatar
  • 14.8k
1 vote
0 answers
207 views

IE and Edge ignore absolute position of svg [duplicate]

After this question being marked as a duplicate of SVGs not scaling properly in IE - has extra space I think this is a separate issue, though part of the solution is similar. I did some more digging ...
WP Shala's user avatar
1 vote
0 answers
2k views

HttpContext.Current.Request.UserLanguages is NULL when first loading IE11/Edge in European countries

I support an application (c#/asp.net) that uses multiple languages using .Resx files for numerous European countries. Recently, some users upgraded to Windows 10 and thus Internet Explorer 11. Now ...
Jeff Kaleal's user avatar
0 votes
2 answers
5k views

How can I get the URLs in this .cmd-file to open in Internet Explorer instead of Edge if Edge is the default browser?

I have a batch file that should open all websites that our co-workers use daily. It should open them in IE11, since some of our pages do not work on Edge. However, if the user has Edge set as their ...
Pekka Laukkanen's user avatar
0 votes
0 answers
159 views

My app does not route in Internet explorer and Edge

I have an angular project running in Chrome and it does not route in Internet Explorer or Edge. It gives an error as ReferenceError: 'TextEncoder' is undefined I tried this and it worked for me &...
Ramakanth Reddy's user avatar

15 30 50 per page
1
3 4
5
6 7
13