Skip to main content

All Questions

0 votes
0 answers
1k views

Microsoft Edge Browser opens Angular application in compatibility mode: IE 11

I am trying to run the angular application in Microsoft Edge browser(created build ng build --prod), but the application is opening in compatibility mode: IE 11. If I run the application locally(...
Sanjay Phadtare's user avatar
0 votes
1 answer
711 views

Blob PDF data not rendering in IE 11

I am getting blob data from API in below format. const data = 'JVBERi0xLjcNJeLjz9MKMzQgMCBvYmoNCjw8DQovVHlwZSAvQ2F0YWxvZw0KL1BhZ2VzIDcgMCBSDQovTWV0YWRhdGEgMjYgMCBSDQo+...
Keval Patel'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
-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
0 votes
1 answer
2k views

website display issue - Elements in menu-bar not showing when they have sub-menus

I developed a website and recognized an error during the cross browser testing. In Internet Explorer 11 elements in my menu-bar are not shown when they have sub-menus. Here is an image to show the ...
undefined's user avatar
  • 169
4 votes
1 answer
326 views

Why would a style that has been computed only work after toggling in devtools? (IE and Edge)

I have a css class like this: .open-drawer { transform: translateX(0px); border-left: 1px solid grey; margin-left 3px; } This class is added on a div which slides it out into view on a user's ...
Tam Borine's user avatar
  • 1,534
2 votes
1 answer
2k views

IndexedDB, I am able to access the same db on localhost with any port, just IE and Edge?

Given the urls in IIS (or IISExpress) http://localhost:5555/IndexTest.html http://localhost:5560/IndexTest.html I can access the same IndexDb database in both in IE 11 (windows 10) and Edge, in ...
tony's user avatar
  • 2,332