Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

3 votes
1 answer
10k views

Printing is not available. Verify that ActiveX is enabled

I'm working on reporting service. I'm clicking on Print button of report page and getting below error. Message from webpage Printing is not available. Verify that ActiveX is enabled, or try using ...
0 votes
1 answer
52 views

Getting 'object doesn't support property or method "evaluate" ' in selenium | IE

I am automating a web app on IE(Internet Explorer) browser. I am getting the below error when I am trying to find any element on the page after the page is loaded. selenium.common.exceptions....
1 vote
2 answers
4k views

focus() doesn't work in IE 11

I have the following HTML: <div id="blocked-layer-parent"> <textarea id="paint-textarea" placeholder="Enter text" autofocus><%-sometext%></textarea> <div id="...
0 votes
0 answers
90 views

SCRIPT5009: 'BMapGL' is undefined on IE11

Here is the code // src: https://lbsyun.baidu.com/jsdemo.htm#aCreateMap <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta ...
1 vote
1 answer
1k views

IE11 not re-validating form after form reset

I am using HTML form validation and have discovered a strange issue within IE11. The problem does not appear in Chrome, Firefox, Opera or Edge. Basically, IE11 does not appear to perform a form reset ...
2 votes
1 answer
604 views

Accessing named pipe servers from within IE EPM BHO

I am trying to make some changes to our legacy product to support IE EPM on the BHO. I have managed to get it to load and the various methods - SetSite, DocumentComplete etc. - get invoked. I seem to ...
7 votes
3 answers
3k views

Is there a way to create a named pipe from an AppContainer BHO on IE11?

I'm trying to write a BHO for Internet Explorer 11 (Windows 8.1). My BHO implements the AppContainer sandbox, but I can't seem to create a Named Pipe, CreateNamedPipe fails with that message: Access ...
100 votes
18 answers
109k views

Detecting IE version using CSS Capability/Feature Detection

IE10+ no longer supports browser detection tags to identify a browser. For detecting IE10 I am using JavaScript and a capability-testing technique to detect certain ms prefixed styles are defined such ...
0 votes
1 answer
547 views

More than one page advancing on mouse scroll using fullpage.js

I'm using fullpage.js to build a site with VirtualBox to test on IE 10/11. I'm noticing that when I scroll the window advances two pages down, rather than just one. Has anyone else experience this, or ...
0 votes
1 answer
3k views

Get drop-down menu displaying right in Internet Explorer 11

Well, here's my problem. I've created a very simple drop-down menu form, using JavaScript and HTML (and of course the internet). It opens up a page in the frame located below, which works perfectly in ...
1 vote
1 answer
920 views

Redirecting from edge ie11 compatibility mode site

We have a react app which is added in enterprise edge ie11 mode, this is opening perfectly in ie11 mode but from this app when we do a redirection to an external authentication provider, that portal ...
4 votes
3 answers
3k views

Vue.js - Dynamic inputs breaking in IE11

I'm getting an error when trying to create a dynamic input in Vue when attempting to view my app in IE. The page doesn't load and I get a "Multiple definitions of a property not allowed in strict ...
0 votes
2 answers
433 views

High memory leakage is observed in EDGE IE11 mode as compared to IE with Selenium

Recently, we have upgraded our Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11 mode. The reason behind running our application on EDGE IE11 mode is because IE ...
8 votes
1 answer
9k views

IE11 z-index issue

I have strange layout issue with IE11, the nav on my website seems to be "sitting below" another element. Strange thing is that it works in every browser except for IE11. Also if you click on "Go to ...
4 votes
2 answers
15k views

Need to disable "open , save , save as prompt" while opening pdf in IE11

I have tried searching for an answer and it was said that, we need to do the following: 1. click on the file and click on save when prompted. 2. open IE11 ->tools->view downloads. 3. Right click on ...

15 30 50 per page
1
2 3 4 5
71