Skip to main content

All Questions

0 votes
1 answer
188 views

IE11 - Scrollbar flickers

my web application has an and a SideNav (left) and horizontal Navigation on top. The height of the is always based on the height of the loaded content. I have a "resizeMe" function for ...
CodingTony's user avatar
0 votes
1 answer
333 views

Bootstrap4 validation not working in IE 11

it works perfectly in chrome and edge, but not in IE11. I have tried to remove novalidate, but it makes the validation only work in IE11. this is my code : <form class="m-t needs-validation&...
Jiaa's user avatar
  • 53
0 votes
0 answers
30 views

Can we use IE Dev tool to identify what is causing scroll bar to jump

I have a component that contains a textbox, & this textbox grows (height increases) as you enter text. Within this control user can add multiple such textbox dynamically. Now lets say user enters ...
OpenStack's user avatar
  • 5,396
0 votes
1 answer
586 views

jQuery table pagination and bootstrap buttons not working in IE10 and 11

jQuery table pagination and bootstrap buttons functions not working in internet explorer IE10 and IE11,Chrome and firefox is working fine but the IE10 and 11 not working totally. I'm using bootstrap ...
Joe's user avatar
  • 586
2 votes
0 answers
32 views

How to print a large collection of images from IE11?

I have a large collection (let's say 50) images, which are 1-bit PNGs of roughly the size 2500x3500 pixels. Filesize per image is about 50KB. I want to print these images straight from my website. I ...
Nico Weisenauer's user avatar
1 vote
1 answer
3k views

INPUT type=file on IE11

I am having trouble with an input of type file on IE11. IE11 displays the input field as two tab-able pseudo elements (text/button). I found the class ::-ms-browse which lets me set the button to ...
Domenik Reitzner's user avatar
1 vote
0 answers
1k views

sticky header - fluttering/jumping header in IE-11

I have a dynamically generated custom layout with nested tables/div elements. One of the inner table implements sticky header.Right below the sticky header table is the column data which is part of ...
yonikawa's user avatar
  • 589
2 votes
1 answer
1k views

div modal popup not rendered correctly on IE when screen is maximized, works fine on Chrome

I have a div modal popup that displays fine in Chrome but in IE 11 it fails to render correctly. Interestingly it only fails to render when IE is maximized, if I shrink the window then it renders ...
Carlos Céspedes Moya's user avatar
0 votes
1 answer
52 views

Input text align with jquery and css on window 10

I have a problem with align input-text on page load via jquery. It will align the text value to right but not. It only work when I click then lose focus the text field. I got this problem when testing ...
N. Quan's user avatar
  • 11
0 votes
2 answers
49 views

Hide(); will not hide the map images

I have a problem hiding the map images using hide(); method and it works on browsers such as Chrome, FF, Safari, and Edge except for IE11. I read other similar problems saying something like IE11 ...
Christian Luneborg's user avatar
0 votes
0 answers
67 views

Turning Grayscale off on IE11 when loading page

I have been trying to implement an accesibility function for a Website and one of my requirements is having a grayscale activated or deactivated on the click of 2 links. The users are still on ...
Elliot C's user avatar
0 votes
1 answer
329 views

Using jQuery.css to get value in Internet Explorer

I am trying to set a variable to be the value of my div border-color property value errorChartColorError = $('.col__item.error').css('border-color'); This works fine in Chrome but Internet Explorer ...
Mike's user avatar
  • 2,501
2 votes
0 answers
140 views

IE click event at wrong position due to overflow:hidden

I've got a list of elements with a jQuery click listener that simply adds a class to the clicked <li> element. This unordered list is nested in a few <div> elements which are placed and ...
Daniel's user avatar
  • 195
2 votes
3 answers
2k views

Get width of text in span with text-overflow: ellipsis; at IE11

I have a span which is in a div with text-overflow set: <div id="parent" style="width: 50px; overflow: hidden; text-overflow: ellipsis;"> <span id="child">exampleasdaadasdsfdgs</span&...
Sir2B's user avatar
  • 1,049
0 votes
0 answers
253 views

Windows 10 w/ IE11 css animation bug

I created a simple css animation when a button is clicked a div folds up with 3 A's for selecting font size. Works fine in IE11 on windows 7 but the text is buggy at best in windows 10. Any ...
Brandon Jacobs's user avatar

15 30 50 per page