Ticket #11313 (closed bug: worksforme)
Delay with multiple selector (including id selector) in Internet Explorer 6
| Reported by: | arno_schaefer@… | Owned by: | arno_schaefer@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hi,
I stumbled upon this and have constructed this test case:
<form> <input type="radio" name="form[ust]" id="form-ust-7" value="7" />7% <input type="radio" name="form[ust]" id="form-ust-19" value="19" checked="checked" />19% <input type="radio" name="form[ust]" id="form-ust-a" value="a" />keine <input type="radio" name="form[ust]" id="form-ust-a1" value="a1" />andere <br /> <input type="text" name="form[steuerbetrag]" id="form-steuerbetrag" value="" /> </form>
<script type='text/javascript' src='/_files/js/jquery-1.7.1.js'></script> <script type="text/javascript"> $(function () { alert("a");
$('input[name=form
[ust],#form-steuerbetrag').show ();
alert("b");
$('input[name=form
[ust]').add('#form-steuerbetrag').show ();
alert("c"); }); </script>
Between a and b there is a delay of over one minute in Internet Explorer 6. Between b and c there is no delay.
Change History
comment:2 Changed 16 months ago by sindresorhus
- Owner set to arno_schaefer@…
- Status changed from new to pending
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.
comment:3 Changed 16 months ago by arno_schaefer@…
- Status changed from pending to new
I would provide a test case, but my comment gets rejected as potential spam, so I am not able to communicate the url of the test case to you.
comment:4 Changed 16 months ago by sindresorhus
- Status changed from new to pending
Try pasting it inside a codeblock
jsfiddle.net/something
If not, hit me up on IRC #jquery, and I'll add it for you.
comment:5 Changed 16 months ago by anonymous
Man, this is like jumping through hoops...
http://jsfiddle.net/arnoschaefer/RpUp4/
comment:6 Changed 15 months ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
comment:7 Changed 15 months ago by arno_schaefer@…
Guys, for the love of god, please fix your bug tracking system. You ask me to provide a URL to a jsfiddle, but whenever I put a URL in my comment, it is rejected as SPAM.
It feels like the system is intentionally trying to discourage people from reporting bugs.
I already provided the information you requested, see the anonymous post above.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

the reporting tool apparently converted the opening backslashes before [ust