Browse Source

Change javadoc to a style Eclipse formatter can handle

Change-Id: I2ad135c72821b6e194fd77bd141b638c36e138a7
tags/7.7.2
Artur Signell 7 years ago
parent
commit
f5d06d8771
1 changed files with 3 additions and 5 deletions
  1. 3
    5
      client/src/main/java/com/vaadin/client/widgets/Grid.java

+ 3
- 5
client/src/main/java/com/vaadin/client/widgets/Grid.java View File

@@ -4094,11 +4094,9 @@ public class Grid<T> extends ResizeComposite implements HasSelectionHandlers<T>,
* This is a workaround to make Chrome work like Firefox. In Chrome,
* normally if you start a drag on one cell and release on:
* <ul>
* <li>that same cell, the click event is that {@code
* <td>}.
* <li>a cell on that same row, the click event is the parent {@code
* <tr>
* }.
* <li>that same cell, the click event is that <code>&lt;td></code>.
* <li>a cell on that same row, the click event is the parent
* <code>&lt;tr></code>.
* <li>a cell on another row, the click event is the table section ancestor
* ({@code <thead>}, {@code <tbody>} or {@code <tfoot>}).
* </ul>

Loading…
Cancel
Save