]> source.dussan.org Git - vaadin-framework.git/commit
Fix for handling selectors with both width and height ranges (#13587)
authorTeemu Pòˆntelin <teemu@vaadin.com>
Tue, 3 Jun 2014 18:00:48 +0000 (21:00 +0300)
committerJouni Koivuviita <jouni@vaadin.com>
Thu, 12 Jun 2014 07:15:26 +0000 (07:15 +0000)
commit0d0f2d10a7f0f3aa5cdc55420512feb5ad8429e6
tree47a1819317e8ed3f3a5a3bd4e29913c0d91a75de
parent49bc3b9ffba204c32885e9ed97da2df2eb0dad68
Fix for handling selectors with both width and height ranges (#13587)

This fix splits the used regular expressions into a more manageable
parts while fixing the handling of a case where both width-range and
height-range are defined. Also refactored some duplicate code into
a helper function.

Change-Id: I98295b8b0772b33a9985c0630e065eea2281d11d
WebContent/VAADIN/themes/tests-responsive/styles.css
client/src/com/vaadin/client/extensions/ResponsiveConnector.java
uitest/src/com/vaadin/tests/extensions/ResponsiveWidthAndHeight.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/extensions/ResponsiveWidthAndHeightTest.java [new file with mode: 0644]