Tagged Questions
3
votes
1answer
360 views
IE8, IE9, IE10 Blinking Cursor Issue
I am making an editor which shows a toolbar on some text selection. The issue that I am facing in IE is that the blinking cursor still shows above the toolbar.
This is specifically happening in IE. ...
3
votes
2answers
508 views
“Particle Emitter JavaScript Library for jQuery by Erik Friend” hover blinking cursor
I'm using the Particle Emitter JavaScript Library for a nav menu on a new website, and i'm having an issue.
When I hover a tag, the cursor is blinking between the hand and the arrow. The a:hover is ...
1
vote
2answers
813 views
IE doesn't display blinking cursor on pre-filled input fields
In all versions of IE, I've noticed that if I have an input field with a preset value, the blinking cursor will not display when I hit tab to focus the field (though the field does focus and I can ...
3
votes
4answers
3k views
Disable blinking cursor in UITextField?
I've followed the instructions here and succesfully set up a UITextField that gets updated with a UIDatePicker. However the cursor in the UITextField is blinking, which seems quite a bit awkward to ...
1
vote
0answers
420 views
How to remove/hide blinking cursor randomly appearing in label/td fields?
This seems to only happen in IE8...its really a no biggie but our client is asking to remove/hide it since its getting annoying. Everytime I check/uncheck a checkbox in a section of a form, one of the ...
1
vote
2answers
424 views
how to edit blinking cursor on website input forms?
How can one edit the standard blinking cursor on website input forms without using flash? Or is flash the only way?
3
votes
1answer
2k views
Can I change the blinking caret in a form/text area in a browser?
I want to have a custom text caret in my text field for my web page. I would like to have an old school block type blinking caret. Is this possible?
1
vote
0answers
1k views
create a blinking cursor
I would like to create a caret for a textarea like the one here:
http://www.dynamicdrive.com/forums/showthread.php?p=74576#post74576
it works great if I want a white background but when I changed it ...
1
vote
1answer
768 views
JQUERY Focus, sometimes ends up making the blinking text cursor Disappear
Anyone know why .focus() makes the cursor go away but it comes back when you click in the text input box?