Blinking Back Button on Tab Event

Blinking Back Button on Tab Event

Hello,

The back button does not glow, but instead blinks when tabbed. This happens during initial page load or a hard refresh (ctrl+F5). I have added a data-rel="back" attribute, but the behavior continues. Please see the attached code below.

Thanks

  1. <a class="ui-btn ui-btn-corner-all ui-btn-inline ui-btn-icon-notext ui-btn-up-f" data-transition="" data-inline="true" data-shadow="false" data-iconshadow="false" data-iconpos="notext"data-icon="back" data-role="button" href="" data-bind="event: { tap: back}, visible:visible" data-corners="true" data-wrapperels="span" data-theme="f" title="Back to Previous Page" style="">
  2.       <span class="ui-btn-inner ui-btn-corner-all">
  3.             <span class="ui-btn-text">Back to Previous Page</span>
  4.             <span class="ui-icon ui-icon-back"> </span>
  5.       </span>
  6. </a>