kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

"rowspan" disable mouse click #303

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If table have joined cells by "rowspan", cells on the right can`t be clicked

<table>
  <tr>
    <td rowspan=2>A</td>
    <td>B1<td>
  </tr>
  <tr>
    <td>B2</td>
  </tr>
</table>

I can`t double click (and check) cell B2

HTMLViewer Version 11.4

Original issue reported on code.google.com by thres...@gmail.com on 13 Sep 2013 at 6:10

GoogleCodeExporter commented 9 years ago
Thanks for spotting this issue.

Original comment by OrphanCat on 2 Oct 2013 at 8:52

GoogleCodeExporter commented 9 years ago
r438 fixes this issue.

Original comment by OrphanCat on 2 Oct 2013 at 9:26