Skip to main content

Bug Tracker

Side navigation

#11143 closed bug (invalid)

Opened January 09, 2012 03:42PM UTC

Closed January 11, 2012 04:02PM UTC

cursor blink rate with mousemove event in IE8

Reported by: Harald Proksch <Harald.Proksch@ts.fujitsu.com> Owned by: Harald Proksch <Harald.Proksch@ts.fujitsu.com>
Priority: low Milestone: None
Component: attributes Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

when using the following code the cursor blink rate changes in IE dependent on the mouse movement:

<input name="testblink" type="text" value="Harald" />  
		<input name="testaccount_name" type="text" value="Harald" />  
		<script language="javascript" type="text/javascript">
			jQuery(document).mousemove(function(e){        
				jQuery('input[name="testaccount_name"]').val(jQuery('input[name="testaccount_name"]').val()+'test');
			});
		</script>

Will this IE8 specific bug be fixed?

Regards,

Harald

Attachments (0)
Change History (3)

Changed January 09, 2012 03:50PM UTC by timmywil comment:1

component: unfiledattributes
owner: → Harald Proksch <Harald.Proksch@ts.fujitsu.com>
priority: undecidedlow
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.

I don't think this is something under our control, but we'll need a test case first.

Changed January 09, 2012 04:37PM UTC by Harald Proksch <Harald.Proksch@ts.fujitsu.com> comment:2

status: pendingnew

Just check the blink rate of the first input tag in IE8

http://jsfiddle.net/qTQEm/1/

Changed January 11, 2012 04:02PM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

Whatever the problem is, it is not caused by jQuery. Here is a bare-DOM test case:

http://jsfiddle.net/qTQEm/2/