Side navigation
#12262 closed bug (invalid)
Opened August 11, 2012 09:08AM UTC
Closed August 26, 2012 08:38AM UTC
“click” batter twice
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style>
label{display:inline-block;}
.label-check input{position:absolute; left:-9999px;}
.label-check{ padding-left:20px; cursor:pointer;}
.label-check{background-position:0 0; height: 24px;line-height: 24px;}
label.c-on{background-position: 0 -25px;}
label.r-on{background-position: 0 -72px;}
</style>
<script src="/scripts/jquery-1.7.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$('.label-check').click(function () { alert(); });
});
</script>
</head>
<body>
<span class="label-check"><input type="checkbox" />click</label>
</body>
</html>
Attachments (0)
Change History (2)
Changed August 11, 2012 01:02PM UTC by comment:1
owner: | → anonymous |
---|---|
status: | new → pending |
Changed August 26, 2012 08:38AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
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!
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.