Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • Had the same problem, thanks for the hint. Managed to solve it with your solution, it is odd. Commented Jul 23, 2015 at 2:29
  • Thank you, this was the problem in my case as well. Commented Jul 24, 2015 at 18:44
  • in my case this hint help me Commented Jul 27, 2015 at 5:15
  • 2
    Fieldsets were my problem, as well. In my case, the answer was found here: stackoverflow.com/a/30785150/1002047 Appears to be a Chrome bug (since the HTML in question validates using W3C's validator). Simply changing my fieldsets to divs solved the problem. Commented Jul 30, 2015 at 14:24
  • 1
    @Pere, I corrected the issue with another way, the answer by "abhinav kinagi" below provided the clue, there were other fields that are having validations that further caused the same error (unfocussable error). Hence i had to remove the validation attributes during hide() and add it again while show() in Jquery. Commented Dec 2, 2021 at 7:54