internet-explorer

How do I support IE 11 with Create React App 3.0?

一世执手 提交于 2020-03-17 04:22:43
问题 With the release of Create React App 3.0 and the addition of browserlist, adding support for IE 11 is trivial, but the steps can be hard to find if you don't know where to look. The documentation lists "Supported Browsers" and shows the default browserslist configuration ( https://facebook.github.io/create-react-app/docs/supported-browsers-features ) but that isn't all you need to know. Checking browserl.ist with the production settings you'll see IE 11 has greater usage than Edge still (

Internet Explorer/Edge (not chromium) add additional SameSite=Lax when SameSite=None Secure

倾然丶 夕夏残阳落幕 提交于 2020-03-15 07:34:11
问题 I have .NET MVC application loaded in iframe in Microsoft Dynamics page. Initially the user will open the home page. The home controller redirects to the login page: return RedirectToAction("Index", "Login", new { returnUrl = redirectURL, error = errorMessage }); This was OK before this update KB4533002 Cumulative Update for .NET adding SameSite=Lax when SameSite is None or not specified. Then I added outbound rules in the web config to send SameSite=None; Secure . <rewrite> <outboundRules>

How to prevent IE from opening my page in compatibility mode?

回眸只為那壹抹淺笑 提交于 2020-03-06 08:06:05
问题 I have this html/jsp page: <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML> <html ... </html> which, for some reason, is opened by default in compatibility mode on IE (in my case version 10) and this messes up everything as it just does not understand some modern constructs present in libraries such as angularjs. By opening developer's tools and changing the view mode to "standard IE" everything fixes up and my web application works fine. So, what's wrong with this

crystal report is displaying blank screen in Internet explorer

本小妞迷上赌 提交于 2020-03-06 02:46:31
问题 asp.net mvc crystal report is displaying blank screen in Internet explorer 10.But the same report is working properly in chrome and firefox. Can anyone give a suggestion? Thanks in advance. 回答1: This fixed it for me. What it neglects to mention is the crystalReportViewer folder has to be copied from Program Files(x86) to the proper subfolder under aspnet_client. You may already have a block in web.config. You only need one. The second bit of code goes below that section. Copy the folders

crystal report is displaying blank screen in Internet explorer

本秂侑毒 提交于 2020-03-06 02:46:07
问题 asp.net mvc crystal report is displaying blank screen in Internet explorer 10.But the same report is working properly in chrome and firefox. Can anyone give a suggestion? Thanks in advance. 回答1: This fixed it for me. What it neglects to mention is the crystalReportViewer folder has to be copied from Program Files(x86) to the proper subfolder under aspnet_client. You may already have a block in web.config. You only need one. The second bit of code goes below that section. Copy the folders

Textarea scrollbar overlapping round border in IE

和自甴很熟 提交于 2020-03-05 11:43:10
问题 For some reason, when round border is added to the textarea, in IE the scrollbar slightly overlaps the border corners. See https://jsfiddle.net/bgas48b4/ (in IE) <style> textarea{ border: 1px solid black; border-radius: 4px; height: 100px; } </style> <textarea></textarea> My temporary solution was to use overflow-y:auto to hide the scrollbar by default. However, I was wondering if there is a better solution. Thanks 回答1: try this i hope it is better for look and feel in IE textarea{ border:

Jquery Mouseover doesn't work IE

蓝咒 提交于 2020-03-05 05:46:58
问题 I need to show and image over another image when mouseover, this is a kind of menu. This works in chrome and firefox. Any Idea? Here comes the come <div id="button1OverStyle" class="buttonOverStyle" onclick="changeFrame('main/main.html')" > <img id="button1OverStyleImage" src="images/button_home.png" height="24" width="46" /> <script> $('#button1OverStyle').hover(function(e) { showTittle('button1OverStyleImage'); }); $('#button1OverStyle').mouseleave(function(e) { hideTittle(

Jquery Mouseover doesn't work IE

烂漫一生 提交于 2020-03-05 05:46:46
问题 I need to show and image over another image when mouseover, this is a kind of menu. This works in chrome and firefox. Any Idea? Here comes the come <div id="button1OverStyle" class="buttonOverStyle" onclick="changeFrame('main/main.html')" > <img id="button1OverStyleImage" src="images/button_home.png" height="24" width="46" /> <script> $('#button1OverStyle').hover(function(e) { showTittle('button1OverStyleImage'); }); $('#button1OverStyle').mouseleave(function(e) { hideTittle(

Form Submission does not work in Internet Explorer - Joomla

梦想的初衷 提交于 2020-03-05 03:35:50
问题 I have seen some similar questions to mine , but most of them have some code related issue that prevents them from work... In my vase the form submit works well in safari, chrome , firefox But in the internet explorer version i click the submit button and it doesn't do anything. Initially i thought it might be a networking problem , or maybe an html problem ? But it doesn't make sense to detect a click and not do the action. What could possible be the problem ? since the difference between

Select and update dropbox menu

柔情痞子 提交于 2020-03-04 17:00:54
问题 I'm trying to select an item from a list box (table element which in fact is a textarea) using VBA (Excel). I'm able to select the item (by changing the Value) but the problem is that when I press the button "Save" the site returns the following error : The Status Reason field requires a value when the status is either pending or resolved. Select the status reason from the menu. (ARERR 1291220) I think this happens because the list box does not get updated. Listbox (which is not a real