• Resolved tjkwebdev

    (@tjkwebdev)


    Adding a honeypot to a contact form I set the tabindex="-1" which then gets set tabindex="0". Tried setting tabindex on other elements and all get reset to 0.

    I see that on the trigger element there is tabindex="pum_trigger".

    Is there some JS that’s interfering with setting tabindex on elements and if so is there a way around it?

    So far, this is the only issue I’ve run into wth this great plugin. If I can’t set tabindex I’ll figure out a workaround.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @tjkwebdev – It is most likley related to our accessbility tab trapping (inside the popup) functionality.

    Best to report that one on our github issues so we can track it down and see why that is occuring for a hidden field.

    Thread Starter tjkwebdev

    (@tjkwebdev)

    Okay, will do. Just an FYi, tabindex is reset to 0 not just for hidden fields, but all fields.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘tabindex gets set to 0’ is closed to new replies.