smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Search form aborts queries in IE 11 #358

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load page with search form capability 
(http://lib.heron-mc.org/heron/latest/examples/formsearchbasic/index.html) in 
IE 11.
2. Enter query and click "Search" or hit "Enter" key.
3. Returns "Search aborted"

What is the expected output? What do you see instead?
Expect to locate features.  Returns "search aborted" instead.  Browser 
developer tools show that search criteria is not being passed in the server 
request. 

What version of the product are you using? On what operating system?
Windows 7 Enterprise, SP1, Internet Explorer 11.

Please provide any additional information below.
This appears to be an IE11 bug.  Expected functionality is present in IE10 and 
<, Chrome, and Firefox.

Original issue reported on code.google.com by scborgst...@gmail.com on 10 Apr 2014 at 6:47

GoogleCodeExporter commented 9 years ago
Quick follow-up: search works fine when forcing IE11 into compatibility mode.

Original comment by scborgst...@gmail.com on 10 Apr 2014 at 6:54

GoogleCodeExporter commented 9 years ago
Two questions:

- Does this happen on all search form examples or just this one?
- does it work when adding an IE directive to force IE10 compatibility mode?

Original comment by jus...@gmail.com on 14 Apr 2014 at 3:08

GoogleCodeExporter commented 9 years ago
It occurs in the two search form examples I've tried, as well as with an 
application I'm developing for use within my office.

Good suggestion on forcing compatibility.  I added the following line to my app 
and the search form now works under IE11:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" >

Thanks so much.

Original comment by scborgst...@gmail.com on 16 Apr 2014 at 2:54

GoogleCodeExporter commented 9 years ago
This is possibly a similiar issue as 378. See description of issue 378 and 
potential solution there.

Original comment by Martijn....@gmail.com on 23 May 2014 at 11:32