• Resolved emswpuser

    (@emswpuser)


    Great plugin! I just have one request… when I tab, the magnifier icon/button is chosen before the input field. I noticed in the code, the submit button comes before the text field. Any way to fix the tab order? Thanks.

    <div class="probox">
        <button class="promagnifier" aria-label="Search magnifier button">
        <div class="prosettings" style="display:none;" data-opened="0"></div>
        <div class="proinput"></div>
        <div class="proloading"></div>
    </div>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    I’m afraid the only way to do that is by editing the source code and changing the order or adding tabids. I have put it on the issue tracker, it should be on the first place by default.

    I am planning on adding tabid attributes in a future release to improve accessibility further. It is a bit problematic, but I hope to come up with solutions.

    All the best,
    Ernest

    Thread Starter emswpuser

    (@emswpuser)

    Thank you, it’s appreciated!

    Plugin Author wpdreams

    (@wpdreams)

    You are very welcome ??

    I will mark this topic as resolved now.

    All the best,
    Ernest

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Magnifier icon tabs before input field’ is closed to new replies.