Side navigation
#14006 closed bug (notabug)
Opened June 11, 2013 01:13PM UTC
Closed June 12, 2013 05:54PM UTC
In Jquery when tab key is continously pressed, cursor is getting stuck in
Reported by: | d.kishore.hotwani@accenture.com | 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?
Attachments (0)
Change History (1)
Changed June 12, 2013 05:54PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Please ask for help on the forums, stackoverflow, or in the #jquery irc channel.