Opened 11 years ago
Closed 11 years ago
#11143 closed bug (invalid)
cursor blink rate with mousemove event in IE8
Reported by: | Owned by: | ||
---|---|---|---|
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
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → attributes |
---|---|
Owner: | set to Harald Proksch <[email protected]…> |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
Just check the blink rate of the first input tag in IE8 http://jsfiddle.net/qTQEm/1/
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Whatever the problem is, it is not caused by jQuery. Here is a bare-DOM test case:
Note: See
TracTickets for help on using
tickets.
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.