* @param thoroughSizeCheck
* {@code true} if thorough size check enabled, {@code false} if
* not
- * @since
+ * @since 8.13
*/
public void setThoroughSizeChck(boolean thoroughSizeCheck) {
this.thoroughSizeCheck = thoroughSizeCheck;
* Updates the spacer corresponding with the given rowIndex to currently
* provided contents.
*
- * @since
+ * @since 8.13
* @param rowIndex
* the row index for the spacer in need of updating
*/
/**
* Reset the details row with current contents.
*
- * @since
+ * @since 8.13
* @param rowIndex
* the index of the row for which details should be reset
*/
*
* @return the presentation provider function
*
- * @since
+ * @since 8.13
*/
public ValueProvider<V, ?> getPresentationProvider() {
return presentationProvider;
* By default, the thorough size check is enabled.
*
* @return {@code true} if thorough size check enabled, {@code false} if not
- * @since
+ * @since 8.13
*/
public boolean isUsingThoroughSizeCheck() {
return getState(false).thoroughSizeCheck;
* @param thoroughSizeCheck
* {@code true} if thorough size check enabled, {@code false} if
* not
- * @since
+ * @since 8.13
*/
public void setUsingThoroughSizeCheck(boolean thoroughSizeCheck) {
getState().thoroughSizeCheck = thoroughSizeCheck;
* transform animation is ongoing. This can happen e.g. when a PopupView is
* opened.
*
- * @since
+ * @since 8.13
*/
public boolean thoroughSizeCheck = true;
// Chrome version does not necessarily match the desired version
// because of auto updates...
browserIdentifier = getExpectedUserAgentString(
- getDesiredCapabilities()) + "88";
+ getDesiredCapabilities()) + "87";
} else if (BrowserUtil.isFirefox(getDesiredCapabilities())) {
browserIdentifier = getExpectedUserAgentString(
getDesiredCapabilities()) + "81";