Skip to main content

Questions tagged [internet-explorer-10]

Windows Internet Explorer 10 (IE10) is the version of the Internet Explorer web browser from Microsoft, and the successor to Internet Explorer 9. It is available on Windows 7 SP1, Windows 8, Windows RT, Windows Server 2008 R2 SP1, Windows Server 2012, Windows Phone 8, and Xbox One.

internet-explorer-10
0 votes
0 answers
43 views

Why does IE 10 use two different cookies for two requests to the same site?

I am maintaining a java web system based on springboot. Recently, a 401 error was found in some IE 10 requests. Then I checked my system and this is the result I got: There is no problem with Chrome; ...
baofeidyz's user avatar
0 votes
0 answers
46 views

Problems hiding a page for explorer 10

I am developing a website and ending with the graphical interface that it detected that it was not displayed correctly in the explorer 11. With css fix the problem. But it is poorly displayed in later ...
luciano Gil's user avatar
0 votes
1 answer
38 views

About `Flex Layout` in IE10 broswer (Window7)

When use flex layout, it works in Chrome, Safari... But, IE10 broswer(Window7) doest not work correctly. (I wrote the code in Component.module.scss file.) In Chrome, Safari browsers inspector ... .box ...
migos's user avatar
  • 86
0 votes
0 answers
60 views

IE10 throws SCRIPT1002: Syntax error inside conditional

;(function(root, factory) { if (typeof define === 'function' && define.amd) { define([], factory); } else if (typeof exports === 'object') { module.exports = factory(); } else { ...
Mattias's user avatar
  • 285
1 vote
1 answer
626 views

.innerhtml converts <br/> tag to <br>

I am trying to get the innerhtml of an html element which contains self closing br tags<br/> but using .innerhtml converts the <br/> to <br> tag. I am working with IE10 And it has no ...
Lavanya Kumari's user avatar
0 votes
0 answers
291 views

'Intl' is undefined - SharePoint

I am trying to use fullcalendar in my SharePoint application. The website is set to open with IE10 compatibility mode, and I am getting the error 'Intl' is undefined when the page is loaded. The ...
entryton's user avatar
  • 280
1 vote
2 answers
422 views

Convert Javascripts for IE10

I need to convert this function to work with IE10. I thought to use Babel to convert the file from ES6 to ES5, but i dont know how to use correctly Babel, because Babel dont convert Promise. The ...
Master-Antonio's user avatar
1 vote
3 answers
4k views

Setting a filename to a blob before uploading it

I need to upload image files to the server using blob, but the name of the file after uploading is always set to "blob" or, when downloading, the name of the source code file + .jpg. My code works on ...
DootyBooty's user avatar
0 votes
1 answer
1k views

How to tick "TLS 1.2"(Internet Option > Advanced setting > Security> TLS 1.2) using C#

Our application using Webbrowser control / Internet Explorer to display some web pages. We need to enable TLS 1.2(Internet Options->Advanced->Security->Use TLS 1.2) to display these web pages. Now we ...
Yamuna's user avatar
  • 11
0 votes
1 answer
504 views

Internet Explorer adds additional padding to flex box. How to fix?

I have three flex-box cards each identical with an img at the top followed by an info section split into two columns. It looks fine in all browsers, except Internet Explorer 9 and 11 (I haven't been ...
MikeP23's user avatar
  • 23
0 votes
1 answer
725 views

React: React-bootstrap modal not working in ie 10

Using React-Bootstrap, I have a modal that conditionally opens. The modal works fine in ie 11. Here is the modal that works in ie11.. handleCloseAlert() { this.setState({ alertShow: false }); } ...
Denis J's user avatar
  • 119
0 votes
0 answers
76 views

Header doesn't fill wrapper element in IE 10

I have a sticky header on my website (built with wordpress and a sitebuilder plugin called elementor) that works great on firefox, chrome and edge, but not on internet explorer 10 and 11. when the ...
Jesper Bolin's user avatar
0 votes
0 answers
31 views

I am not able to load the page when my user is in shanghai and operating one the application page with Win8.1 and IE11.x

I am not able to load the page when my user is in Shanghai region and operating one the application page with Win8.1 and IE11.x.
Him Singhvi's user avatar
0 votes
1 answer
2k views

Draw a graph using D3 (v3) in a WebWorker

The goal is to draw a graph using D3 (v3) in a WebWorker (Rickshaw would be even better). Requirement #1: The storage space for the entire project should not exceed 1 MB. Requirement #2: Internet ...
David's user avatar
  • 1
-1 votes
2 answers
3k views

filter:grayscale(100%) in IE 11 for images

I have searched all over the internet but I didn't get any solution. Can anyone say what is the alternative for the css3 filter and for transistion3d in IE 11 and IE 12? I don't want to use any ...
Keerthi Reddy Yeruva's user avatar

15 30 50 per page
1
2 3 4 5
132