页面加载后单击TextArea时的奇怪行为

时间:2017-09-18 11:17:12

标签: html css

我确实遇到了文本区域的奇怪行为。每次加载页面,我点击下面发生的文本区域,它只发生一次(直到下一页刷新或加载)。如果页面未刷新,例如第二次不会发生这种情况。

enter image description here

Page原本就是这样。

enter image description here



.filter-text-area {
  resize: none;
  width: 100%;
  height: 437px;
}

<div class="panel-body">
  <form id="dates" method="GET" action="<?php echo site_url('weq4u/runFilter/') ?>">
    <table>
      <tr>
        <textarea class="filter-text-area" name="data" id="data"></textarea>
      </tr>
      <tr>
        <td align="right">
          <button type="submit" name="submit" value="submit" class="btn btn-primary">Filter</button>
        </td>
      </tr>
    </table>
  </form>
</div>
&#13;
&#13;
&#13;

我不完全确定会导致这种情况......

0 个答案:

没有答案
相关问题