Tagged Questions
0
votes
1answer
52 views
focus() method scrolls top only in internet explorer
In every browser focus() method on input scrolls to top of the page. I hack it with custom method like this:
$.fn.focusNo = function () {
var x = (window.pageXOffset !== undefined) ? ...
0
votes
2answers
162 views
How to get focus back for parent window from an iframe programmatically in Javascript
Some websites have focus set on an element on window load. If I iframe that website, It seems not able to set focus on parent window, programmatically. This only happens to IE (9) and Firefox (19), ...
1
vote
2answers
57 views
IE blocking html form fields
On http://megsmoxie.com/2012/12/enter-to-win-a-fijit-friend-willa/ (or any single post) the search, subscribe, and comment forms do not work in Ineternet Explorer.
You can click in them and see the ...
0
votes
1answer
224 views
Textarea focus IE
I have a problem with a textarea and the focus in IE. I have a click handler on the textarea to add a'n value. This works perfect in Firefox and Chrome, but in IE it seems to work, but then the focus ...
0
votes
1answer
371 views
JavaScript IE focus setTimeout not working with checkbox
I am trying to fix the known "JavaScript focus() does not work in IE" problem with the setTimeout workaround. However, it is not working when it is being called from within a function called by a ...
0
votes
0answers
27 views
IE loses contact to area behind dropdown
I have a sensitive navigation area that keeps visible as long as the mouse stays on it. In this area I have a drop-down. In IE the area changes its state to invisible as soon as the mouse pointer is ...
2
votes
1answer
72 views
Accessibility-friendly way to hide anchor outlines in IE and Firefox
First of all, I'm aware that removing outlines hampers keyboard navigation.
The way Google Chrome (for example) solves this is by only showing outlines when the user uses the keyboard. Internet ...
0
votes
1answer
422 views
Flash ‘wMode’, AS3, arrow key focus on Internet Explorer, stacking order and a possible solution
The following issue may have been asked in various forms several times, but I hoping for some guidance on a possible solution I created.
When ‘wmode’ in instigated and a user is playing a Flash game ...
2
votes
2answers
236 views
IE 8 Focus a div after the tab key has been pushed without jQuery
We have a simple datagrid that we are enabling navigation via a the tab key. (we move to the next cell) In IE 7 & 8 when we hit the tab key it causes the focus to move off the grid to the next ...
1
vote
1answer
539 views
firefox and IE does not lose focus when a link is clicked, but Chrome does
I have a list of anchors which are styled to change appearance on focus and hover. And after they are clicked they are supposed to go back to normal; lose focus/become blurred. This works as expected ...
1
vote
1answer
934 views
jquery focus not working in IE
I know others have run into this problem before. I have searched and tried all sorts of different solutions (including JQuery focus and JQuery Problem .... Focus not working and JQuery focus() is ...
0
votes
1answer
577 views
javascript element.focus() IE
So when a user doubleclicks on a div I want to make it editable and set the cursor where he doubleclicked.
html :
<div id="mydiv" class="cmydiv" ondblclick="fEdit(this, event)">haha brouhaha ...
0
votes
1answer
383 views
how to prevent focus event in IE when mousedown happens
event.preventDefault();
return false;
event.stopPropagation();
any of them can prevent focus event from happening when I trigger a mousedown event in Firefox and chrome, but it failed in IE.In ...
1
vote
0answers
379 views
jQuery: checkbox does not lose focus (blur) [IE]
I have a script, that lets a table row move to the top after clicking on a checkbox.
(See my question here: jQuery: move table row to first position and then back)
Now I have the problem, that after ...
0
votes
1answer
377 views
Focus and tabbing issues in IE
I have a browser issue with IE,we are developing an application where if we press the tab button it should focus
directly on to the first immediate button that has been given the tab index attribute ...
0
votes
1answer
92 views
IE Focus with Local HTML file
I'm having a problem with the :focus attribute being recognized within my HTML file saved on my local drive. I've entered the HTML and CSS in jsFiddle here and the :focus attribute works just fine as ...
0
votes
2answers
702 views
frame.addEventListener doesn't work on IE
I have a document that loads into an iframe. Now I would like to know whenever the "body" element of that document gets the event "focus". I've had success using addEventListener in other browsers, ...
0
votes
1answer
798 views
Force IE8 open popups in new tab focused
I already have the popup opening in a new tab. I need to know how to open the tab focused instead of in the background.
EDIT: Tools -> Internet Options -> Tabs -> Settings -> Check "Always switch to ...
1
vote
3answers
2k views
Form CSS input:hover and input:focus not working in IE
I'm using CSS styling of input:hover and input:focus on this page:
http://www.lenticularpromo.com/3D-Lenticular-Printing-and-Promotional-Product-Sample-Reque-s/368.htm
The effects work in Chrome and ...
0
votes
2answers
518 views
IE lose focus after field has been clicked into
I have an error layer that is presented on a form for an invalid/blank entries. When that error layer is presented, I want the current field to lose focus. In IE, I can't get this to work. The focus ...
0
votes
2answers
378 views
When calling two browser windows in NSIS, how to make sure the last one gets focus?
I have this nsis script,
...
nsExec::Exec "openFirstWindow.exe" ;HERE This exe will open a FIRST WINDOW to whatever url
Pop $exe_return_code
StrCmp $exe_return_code "0" exe_success
Goto exe_done
...
1
vote
2answers
488 views
jQuery live focus function problem
I have some textboxes which I want to hide and then show on focus but it doesn't seem to be working properly
Here's my jQuery
$("#txt1").live('focus', function() {
$(this).hide();
...
3
votes
1answer
859 views
IE focus event handler delay
I have problem with focus event handling in the code below in IE8 I get the following output:
LOG: set focus txt1
LOG: set focus txt2
LOG: txt1 focus
LOG: txt2 focus
but in all other browsers the ...
-1
votes
2answers
2k views
Javascript .focus issue in IE for dynamic content
Javascript syntax
for(i in x)
{
x[i].focus();
}
This works properly in Mozilla and Chrome but gives error in IE.
Error displayed is
Message: Can't move focus to the control because it is ...
0
votes
2answers
87 views
kbd_event not correct work on some GDIs
I am trying to send key to IE address bar. I open web page on IE but when I send key to that it removes previous content of address bar.
How to send string to IE address bar or search box ?
5
votes
1answer
417 views
Disabled Left Click (for Psych Experiment), but focus changes in IE. How to prevent?
I am conducting some Psych experiment on web design, and I want to disable both mouse clicks. (Please ignore usability issues. I know about them. I intentionally do this for the purpose of my psych ...
0
votes
1answer
113 views
Setting focus to window in a virtual machine
I am currently having issues getting a window to be the focused or active window in a virtual machine. It works fine when I have remote desktop connection open but when it's closed and i reopen the VM ...
1
vote
1answer
583 views
IE gets focus on iframe location change
There is a third-party page with my iframe.
I want to open a new window from iframe then change iframe location to other and focus to new window.
user_clicks = function() {
newwindow = ...
4
votes
2answers
611 views
jQuery: Textfield loses focus on unwrap()
I've got a text field that is wrapped in an error div when the user either submits or focuses off an invalid input. I would like to remove the wrapper if the user corrects his mistake, however, the ...
0
votes
3answers
785 views
.net - Losing focus after creating an IE object
I have an application which runs in the background and occasionally creates a hidden IE object. Whenever this object is created tho it causes the window I was viewing to lose focus. Is there a way to ...
0
votes
1answer
403 views
Focus works in all browsers except IE6?
Hey, just a quick question, I was using the focus function on elements and it seemed to be working fine because it was working in IE7, IE8 and all of the good browsers. When I tried it in ...
1
vote
1answer
1k views
IE hover/focus/active anchor and span, no javascript
currently trying to create the best anchor with background image, hover and active stages. Here is what i have for this moment. It works fine in all browsers except in IE if I press on span (15px left ...
2
votes
2answers
1k views
Applet preventing focus in IE
I've tried to implement a cursor focus on an input area and IE has given my a lot of headaches. I've tried things along the line of (changing the timeout too, to large numbers):
setTimeout(function() ...
1
vote
1answer
913 views
:focus in IE not working
I've created a site with CSS that requires the :focus pseudo class. I change the 'filter' and 'background-image' effects when a textbox is selected (i.e. has focus). This works in Chrome/FF, but ...
2
votes
2answers
3k views
Form input loses focus on scroll bar click in IE
I hope someone can help me. I know this has been discussed here before but the example is prototype and foreign to me. I'm looking for a strict javascript or jquery solution. I have an example setup ...
1
vote
1answer
802 views
jquery change() on input box in IE6 - can't remove focus
I have a checkout page that unobtrusively checks to see whether a customer has ordered from us before.
After they fill in their e-mail address and focus to the next box, I look up the e-mail and ...
2
votes
3answers
4k views
JQuery select box focus problem in internet explorer
In the following ".input" matches with a tag.
The code works fine in all browser except in internet explorer where I need to click on a select box twice to get the dropdown.
...
0
votes
1answer
894 views
creating a select element via js, focus doesn't work in IE
I'm a newbie in js and I'm afraid that i haven't the knowledge to resolve the next issue.
If I have a select element ( populated with several options ) already parsed by the browser on the load, the ...
7
votes
3answers
12k views
JavaScript: Visibility error in Internet Explorer when setting focus on an input element
This may be the most obscure bug I have yet encountered in many years of working with JavaScript and any version of Internet Explorer. We're using YUI 2.7 for some of the (non)convenience methods. ...
2
votes
3answers
4k views
Iframes, pdfs and focus with internet explorer
So - I have a page which contains a textarea and a dynamically created IFrame which displays a PDF using the adobe acrobat plugin.
Initially the textarea is focused.
I want the textarea to be ...
2
votes
1answer
390 views
Why DIV shifts when focus() is invoked in onBeforeDeactivate event handler?
I met a wired problem for a web page in IE7/8. The page configured to be dir="rtl". And divRow is made very large width so as its containing div doesn't wrap.
Click the editor area, type some words, ...
0
votes
3answers
1k views
What's the difference of Click-to-focus and focus-by-javascript?
I met one troublesome web page whose structure is complicated. If one DIV is clicked by mouse, everything is OK. However, if it is focus-ed by javascript(i.e. divElement.focus). The layout turns to ...
0
votes
2answers
2k views
How to determine if a textbox in a windows form has focus
Let's say I have internet explorer embedded in a windows form and I then navigate to a random page on the web. How can I determine when a textbox (or any other control that can accept text input for ...
0
votes
3answers
1k views
Adding an input field to the dom and focusing it in IE
I am trying to make a div, that when you click it turns into an input box, and focuses it. I am using prototype to achieve this. This works in both Chrome and Firefox, but not in IE. IE refuses to ...
