单击按钮的角时不调用Web窗体回发

在开发过程中,我遇到了以下问题:

I have a simple web forms LinkButton control which is located inside a UpdatePanel control.

<a id="btnSave" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$ContentPlaceHolder$btnSave&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, true))">
    <b>Save</b>
</a>

单击它后,将触发回发事件,这很好。

应用引导程序样式后,仅当单击按钮内的文本时才会触发回发

enter image description here

如果我单击角落的按钮,则不会触发回发。

有人遇到这个问题吗?如何解决?