internet-explorer

inline-flex input element breaks to new line in IE11

爱⌒轻易说出口 提交于 2021-02-07 12:18:28
问题 I have a few html elements next to each other in a container positioned with display:inline-flex . This works well for button elements, but as soon as I try to add an input type="text" element, the textbox is placed below the buttons (only in Internet Explorer 11; not sure about IE10 or below). It works as expected (textbox in same line as buttons) in Firefox, Chrome and even Edge. How can I get IE to display this correctly? See jsFiddle for full html and css code to illustrate the problem:

Printing HTML tables without splitting a row across two pages

一个人想着一个人 提交于 2021-02-07 11:22:51
问题 I need to print some data in an HTML table from Internet Explorer (various versions) and Safari on OS X. Ignoring Safari for the moment. When printing a table that has more rows than can fit on a page, the last row on the page is often split with part of the row on the first page and the rest of the row on the next page. This looks ugly. Is there a way to avoid it? I've been searching around and so far I've found page-break-before: always , but I'm not sure if that's what I'm looking for,

IE Input type Date not appearing as Date Picker [duplicate]

戏子无情 提交于 2021-02-07 07:14:37
问题 This question already has answers here : How to get HTML 5 input type=“date” working in Firefox and/or IE 10 (15 answers) Closed 4 years ago . I am using the input type DATE in my HTML and everything works fine in Chrome and Firefox, but IE does not show the date picker. When I use the JQuery Datepicker I get two date picker dialogs in Chrome and Firefox. How can I fix the functionality where I can have the date input type and only have one popup for my form? 回答1: You need to use a polyfill

IE Input type Date not appearing as Date Picker [duplicate]

旧城冷巷雨未停 提交于 2021-02-07 07:09:07
问题 This question already has answers here : How to get HTML 5 input type=“date” working in Firefox and/or IE 10 (15 answers) Closed 4 years ago . I am using the input type DATE in my HTML and everything works fine in Chrome and Firefox, but IE does not show the date picker. When I use the JQuery Datepicker I get two date picker dialogs in Chrome and Firefox. How can I fix the functionality where I can have the date input type and only have one popup for my form? 回答1: You need to use a polyfill

IE Input type Date not appearing as Date Picker [duplicate]

被刻印的时光 ゝ 提交于 2021-02-07 07:07:15
问题 This question already has answers here : How to get HTML 5 input type=“date” working in Firefox and/or IE 10 (15 answers) Closed 4 years ago . I am using the input type DATE in my HTML and everything works fine in Chrome and Firefox, but IE does not show the date picker. When I use the JQuery Datepicker I get two date picker dialogs in Chrome and Firefox. How can I fix the functionality where I can have the date input type and only have one popup for my form? 回答1: You need to use a polyfill

IE9, IE8, SVG, VML and doctypes

杀马特。学长 韩版系。学妹 提交于 2021-02-07 06:29:27
问题 I'm working on drawing shapes in my ASP.NET web app. In IE9 and other browsers, I'm doing it with SVG, and it's working great. In IE8 and below, I'm using VML. I'm finding that IE8 does not display the VML at all when it's in IE8 Standards mode (not using compatibility view). My doctype is set to <!DOCTYPE html> . If I take the doctype away entirely, IE8 goes to quirks mode and works fine, but IE9 then goes to its quirks mode (instead of IE9 Standards) and doesn't display the SVG. This is

Selenium 2 (webdriver): Taking a Screenshot returns a black image

空扰寡人 提交于 2021-02-07 06:25:28
问题 I am using Selenium 2 (Webdriver), in an ASP.NET website to build a service, where users can enter their URL and gets screenshots of the page, made with different browsers. My page is hostet on an Windows Server 2008 R2. Taking Screenshots with FirefoxDriver works perfect. But when I am using InternetExplorerDriver , I just get an empty black file. The App is running as Administrator - so there should't be permission issues. My Code: // Opening the Browser var ieCapabilities =

JSON breaking back button in Chrome, Reload Button in IE (Showing as naked data)

会有一股神秘感。 提交于 2021-02-07 06:21:58
问题 Before Anything: $.getJSON back button showing JSON return data not the page did not help, as well as https://groups.google.com/group/angular/browse_thread/thread/3787ad609c0beb77/eb1b57069dab9f63 did not and the internet too did not help. Here's the issue: I'm calling an url from within a page to get json data, which then gets rendered with jquery templating inside this same page. Imagine we're on the page http://someurl.com/search and we're starting a request like this $.ajax({ url: '

'XML5619: Incorrect document syntax. ' error in IE10 Only

巧了我就是萌 提交于 2021-02-07 05:16:05
问题 I've been noticing during some IE10 testing that I keep running into the following error: XML5619: Incorrect document syntax. However, I'm not using XML explicitly, and I can't seem to find documentation as to what this error actually means. I'm using the HTML5 doctype, if that matters. Can anyone out there with IE expertise help lead me in the right direction? 回答1: set the content-type of you're request to text/xml and the error will disappear. I think IE10 expects the content-type to be set

'XML5619: Incorrect document syntax. ' error in IE10 Only

微笑、不失礼 提交于 2021-02-07 05:15:19
问题 I've been noticing during some IE10 testing that I keep running into the following error: XML5619: Incorrect document syntax. However, I'm not using XML explicitly, and I can't seem to find documentation as to what this error actually means. I'm using the HTML5 doctype, if that matters. Can anyone out there with IE expertise help lead me in the right direction? 回答1: set the content-type of you're request to text/xml and the error will disappear. I think IE10 expects the content-type to be set