Skip to main content
0 votes
0 answers
64 views

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
48 views

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
50 views

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
62 views

;(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
690 views

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
308 views

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
  • 298
1 vote
2 answers
482 views

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
2 votes
3 answers
6k views

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

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
512 views

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
731 views

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
88 views

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
33 views

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
1 vote
1 answer
2k views

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
  • 11
-1 votes
2 answers
3k views

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
131