Questions tagged as 'internet-explorer-8'

1
answer

How to list available events in an element in IE8?

I'm doing a shim / polyfill to work with CustomEvents to IE8, but I'm having a problem detecting when the event is not standard. In IE8 each element may have a different list of available events, there is no possibility of executing a...
asked by 14.02.2014 / 03:44
1
answer

Jquery Cycle - One centralized slide and the other two partially appearing

I need a slider that would have at least 3 slides, where the middle one would appear completely with the resolution and the other two sides would appear partially. I'm using the Cycle2 link I need it to work correctly in IE8 up. I...
asked by 07.03.2014 / 19:20
1
answer

Internet Explorer 8 does not load CSS

I'm working on a virtual store changing its layout, but the CSS I've changed is skin/frontend/meutema/default/css/style.css . So far so good, Chrome loads my changes normal, Firefox too, and IE9 or higher as well. But IE8 down, it does...
asked by 16.02.2015 / 17:03
0
answers

Problem with the rich: suggestionbox component in IE

We encountered a problem with the rich: suggestionbox component in the IE 8 browser. When the suggestion list appears and the user clicks on the suggestion, but on no list item, the suggestion is "closed" (disappears), however it remains pres...
asked by 21.08.2014 / 21:26
2
answers

Carousel style with 3 slides

I'm trying to make a slider type where the middle slide appears as the main one and the sides will cut according to the resolution, but I was having problems with IE and incredible how it seems the client uses IE8 . To show what I w...
asked by 05.03.2014 / 19:14
1
answer

Hide / Show function does not work in IE 8

I have a JavaScript that does the function of grouping items in a table. For example I click on it and it expands bringing more values of this item. The problem is that IE 8 does not work. In Chrome and Mozilla the function works normally....
asked by 24.03.2017 / 23:55
1
answer

Textarea unicode problem in IE8 and MVC2

I'm having trouble in a textarea field. I have a field textarea the client type in this field inserts ç ã àèìáéí, in the perfect textarea, in js it is also ok, but when I retrieve in the controller the textarea field, This only happens with...
asked by 21.11.2014 / 12:24
1
answer

Hide DIV only in IE8

I have a small question, how do I hide a div (.laser) only in IE8? Preferably I would like to use only CSS or also JS     
asked by 15.04.2016 / 15:35
0
answers

Upload file with ajax ie8

I have a multipart-formdata form where I need to send the file for processing in C #. The code below works in IE11 and Chrome. var formData= new FormData(); var planilha = document.getElementById("planilha").files[0]; //formData.append("pl...
asked by 11.09.2017 / 22:51
0
answers

how to do the functions of jquery 1.9.1 with IE8?

I have this function that works in Chrome, firefox, IE11 however I needed to use it in IE8 but does not run the function does anyone know a way to circumvent it? $(function(){ //GERAIS var errmsg = $('.msg'); var forms = $('form')...
asked by 17.11.2016 / 19:36