Note that there are some explanatory texts on larger screens.

plurals
  1. USuser559496
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI've only just realised that I haven't yet asserted that this problem is surely directly associated with the mutation of the DOM within the textfield's onchange event handler. Whereas the fact that clicking a radio button in my page **always** leaves that radio button having the focus (dotted square around the button) shows that the browser has recognised the click, it is as if the browser's determination of WHAT was clicked is partially compromised by the mutation of the DOM (and associated re-positioning of everything underneath the message that was spliced in).
      singulars
    2. COEvery time that the value of the textfield is regarded as having changed (i.e. the user clicks (or tabs to) from the textfield to a different field, having just altered the textfield's value), my Javascript is required to cause any textfield value validation error to be reported within the "errors" span. This is achieved such as by binding the textfield's "onchange" function to validateTextField. Tabbing from the textfield to a radio button and pressing spacebar to toggle radio state works fine, whereas "directly" clicking a radio button fails to leave the clicked button in the checked state.
      singulars
    3. COFurther refinement of problem definition: The problem is that whether the radio button becomes checked is conditional on you not having typed something into the textfield immediately beforehand.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload