]> source.dussan.org Git - vaadin-framework.git/commit
Fix for handling a breakpoint with 0 as the lower bound (#13588)
authorTeemu Pòˆntelin <teemu@vaadin.com>
Sun, 1 Jun 2014 20:57:25 +0000 (23:57 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 2 Jun 2014 17:07:47 +0000 (17:07 +0000)
commit113c6321ea58d934b3cb07cec8e730532181abc7
tree13efc1f06d02cf661b61992679304132bc9f03e4
parent154a482c56c79315249f16d4ff2db1944de590dd
Fix for handling a breakpoint with 0 as the lower bound (#13588)

Added explicit isNaN checks to the results of parseInt function
because JavaScript would always convert 0 to false.

Change-Id: Ic904c321c0195ce50d9a498005459425b0c30d4c
client/src/com/vaadin/client/extensions/ResponsiveConnector.java
uitest/src/com/vaadin/tests/extensions/ResponsiveUITest.java