Opened 10 years ago
Closed 10 years ago
#14006 closed bug (notabug)
In Jquery when tab key is continously pressed, cursor is getting stuck in
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In Jquery when tab key is continously pressed, cursor is getting stuck in the masked control. There are many custom masked controls(Datecontrol,Phone control,ZipCode
control) and in- built controls(Textbox,Checkbox,Dropdownlist) in our
screen. So when we press tab key continously, the cursor gets stuck on the
masked controls only, and its does not moves to next control. Instead its
moving back and forth on the masked control.
Below is the .cshtml code where the cursor is getting stuck, in any one
control once we continously press tab key
<table width="100%" class="noBorderTable">
<tr>
<td style="width: 17%" align="left">
Primary
</td> <td style="width: 33%">
@Html.PhoneTextFor(m =>
Model.Insured_Primary, new { style = "width:84%;font-size:13px", maxlength
"20", title = "Phone" })
</td> <td style="width: 17%" align="right">
Alternate
</td> <td style="width: 33%">
@Html.PhoneTextFor(m =>
Model.Insured_Alternate, new { style = "width:84%;font-size:13px",
maxlength = "20", title = "AlternatePhone" })
</td>
</tr>
</table>
Can anyone please help us with above issue?
Please ask for help on the forums, stackoverflow, or in the #jquery irc channel.