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.
-
Had the same problem, thanks for the hint. Managed to solve it with your solution, it is odd.Ben– Ben2015-07-23 02:29:11 +00:00Commented Jul 23, 2015 at 2:29
-
Thank you, this was the problem in my case as well.fantasticrice– fantasticrice2015-07-24 18:44:59 +00:00Commented Jul 24, 2015 at 18:44
-
in my case this hint help meAnja Ishmukhametova– Anja Ishmukhametova2015-07-27 05:15:38 +00:00Commented Jul 27, 2015 at 5:15
-
2Fieldsets 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.Eric S. Bullington– Eric S. Bullington2015-07-30 14:24:24 +00:00Commented 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.rinilnath– rinilnath2021-12-02 07:54:45 +00:00Commented Dec 2, 2021 at 7:54
|
Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-html