Semantic-UI icon indicating copy to clipboard operation
Semantic-UI copied to clipboard

[Form Validation] Callbacks are never called on IE11

Open karak opened this issue 8 years ago • 3 comments

Hi. I met curious behavior on form validation module.

Form 'error' state survives and onSuccess/onFailure are never called after following procedure:

  1. Create Form with radio buttons and submit button with 'checked' validation.
  2. Browse on Internet Explorer 11.
  3. Submit by hitting [Enter] to invalidate the radio.
  4. Submit again by hitting the key or press the button, while check/uncheck the radio if you need.

No problem when submitting by the button.

Please see the following minimum implementation: https://jsfiddle.net/x23x8hn0/4/

Finally, I found work-around by using submit handler, but it's not so reliable.

karak avatar Oct 02 '17 08:10 karak

I suspect the root cause of this problem is a bug of revalidation, and this occurs not only on IE. For the error state isn't removed until both of the radio buttons are checked on Google Chrome. Shouldn't it be after one of them is checked, and then this problem would be solved?

karak avatar Oct 23 '17 08:10 karak

There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one.

However, PRs for this issue will of course be accepted and welcome!

If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks!

stale[bot] avatar Jun 05 '18 17:06 stale[bot]

This has finally been fixed in the community Fork Fomantic-UI by https://github.com/fomantic/Fomantic-UI/pull/2038 See your adjusted jsfiddle here: https://jsfiddle.net/lubber/r4egcLwp/2/

lubber-de avatar Aug 08 '21 11:08 lubber-de