| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Change-Id: Ia036030703538e2110d656b4b35d210147edb961
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Done:
- VaadinFinderLocatorStrategy returns optimal paths for any Widget
selectable by it.
- TestBenchSection of the Debug Window picks and clears as expected.
- Debug Window no longer presents user with a widget hierarchy
- Translation from VaadinFinderLocatorStrategy query strings to
ElementQuery API calls (should be done in SelectorPath.java)
- Make SelectorPaths change background color when hovered
Change-Id: Ie122f962a319ddf560fa9ac4f6bc57f32a120f91
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
c551507 Selected option is updated when item caption changes in Select (#9250)
3595685 Converted TestUIWidgetset test to TB3 and fixed wrong text in assertion.
89d860c Convinience methods for getting mouse and keyboard in test.
d00397f Converted TB2 test to TB3 and fixed text assertion.
857de0f Renamed test according to conventions and fixed assertion text.
b9a6a48 Update textbox when Select item caption changes (#9250)
1687889 Retain focus while changing DOM in OrderedLayout (#12967)
f93c870 Remove unselected rows from selection on client side (#13008)
1d1ccf4 Fix Firefox and Vaadin 7 scroll distance (#11353)
62ac53a Ensure widgetset compile messages go to stdout (#7516)
171d02a Remove references to read/write through modes (#13184)
3f09c10 Better-looking CSS for Vaadin API Javadocs (#13219)
f0a4ea9 Do not throw NPE for equals(null) (#8910)
3897025 Add deprecated expand ratio methods to FormLayout (#12876)
b89dba9 Exclude a possible bin directory when building (#13258)
69983d0 Re-adjusted the rendering order of TabSheet tabs to prevent an NPE in isClipped (#12343)
e5dee6a Use Calendar as sender for action handlers (#13191)
Change-Id: I581ec7517aaa19a2e46b48e31cdefdd3db2c05c5
|
| | |
| | |
| | |
| | | |
Change-Id: I01be5ddfe0e266e4cb5b7e9872adaeaf0f745a84
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
client/src/com/vaadin/client/ui/VWindow.java
Change-Id: I6b4605ffafe990747757ec545cf2b52656c9f9f4
|
| |/
| |
| |
| | |
Change-Id: I9ba142a35ab887bb3a71c7311064ebab77bc01ba
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
84521fa Use correct type for UIDL value to avoid development mode problems (#12545)
3680505 Ensure generated parser is re-generated during build (#12937)
f3fa6af Regenerated parser files (#12937)
011a2a0 Do not generate ParseException as it has been customized (#12937)
9be3b40 Workaround for missing value change event in chrome (#10109)
48034f6 Ensure alternate text is still visible (#11780)
cbc9949 Added test case for #12726
07b1a9d Prevents accidental selection of window caption or content. (#12726)
e05e10e Added extra asserts to make test more safer to blind refactorings
33e5897 Use localhost when running locally to avoid potential network issues
642818f Allow using @RunLocally to run on a local Firefox/Chrome/Safari
81a1c29 Revert "Fixed lost scrollLeft when row count changed in Table (#12652)."
dde6a48 Output test results in XML reports instead of to standard output
012e649 Fix TB3 local testing and occasionally failing SliderDisableTest.
Change-Id: I4f4e44e887e7e90dd04e6d7381280a997e9527cc
|
| |
| |
| |
| | |
Change-Id: Icfa54ec612153c3a92f83d7cb083685f7e77d295
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
30e9b7c Add a test for @mixin { @font-face {...} } (#11649)
0a2cf2c Prevent showing "Session Expired" notification if navigating away (#12298)
8efc385 Fixes NPE in TreeTable.setContainerDS(null) (#12928)
23815e6 Remove broken JSch check
c308d8a Fixes double scrollbar issue in browserframes (#11780) Fixed by adding font-size 0 to the base theme.
Change-Id: I64ae167e8e6b61205718998b80d534fb2cf0cb3d
|
| |
| |
| |
| |
| |
| | |
Fixed by adding font-size 0 to the base theme.
Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
|
| |
| |
| |
| | |
Change-Id: I1e82337e719d16abce2c7f2060162af81f9192ea
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
0e048a5 Clarified error message (#12583)
d0af7d1 Add async-supported to all servlets to enable push testing (#12573)
1de4389 Use JUnit 4.11 in all modules (#12572)
d6954f8 Include TestBench 3.1.1 in the project (#12572)
cdb9a49 Enable native scrolling in all iOS versions newer than 5, not just iOS 6 (#12324)
0e2780a Ensure string converter is always set
cf796e2 Add v-iosN classname for all iOS versions instead of just N=6 (#12324)
46ac1e6 Update release notes to more closely be like 7.0.x (#12544)
d9f204f PostLayoutListener javadocs (#12562)
c7aaa04 Don't try to cast a connector to Widget. Fixes #12619
Change-Id: Icff34ba20a330e633c1b29ca8fd77d84b79841f5
|
| |
| |
| |
| |
| |
| | |
(#12324)
Change-Id: I8f9ec7f34aefa5b48fd23f3f000f9455475edefa
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
16d17f9 Fix native scrolling regression in iOS 6 homescreen apps (#12295)
7212e02 Fix race in VaadinService.lockSession() (#12282)
2d5a107 Update "lastRequestedFirstvisible" field value right away (#10666).
325cdf9 Disable failing calendar Actions Menu Test (#12181)
8ba4117 Split UiAccess test (#12332)
Change-Id: I30e7aaacaf0ecbdc1a6dbdf956a6e48f4846de32
|
| |
| |
| |
| | |
Change-Id: Ie225663ebc2a9ffe4b481a49e34e9dcf79b064b2
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
419c6c7 Implemented Focusable in MenuBar (#7674)
a4f1277 Fixed NPE in ApplicationRunnerServlet (#12145)
08d365a Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863)
da480bd Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETER is not set (#11943)
6291a50 Ensure that Slider diffstate always contains "value" (#12133)
7e7e698 32x32 favicons added, replacing the old favicons (#12143)
1702059 Replace printStackTrace with getLogger().log() (#12147)
b421d6e Updated Javadoc for Table.getColumnAlignment fixing #6810
414e3bf Fixed an error in CustomComponent JavaDoc (#10038), and some improvements.
4583d07 Fix NPE in Like.java (#10167)
6c4da29 Ensure table's cells aren't refreshed if table is detached. (#9138)
e37464c #11638: Ending an imported SCSS file with a comment causes an error in the Sass
478eeb5 Test using Jetty 9 (#12124)
f7cc72d Close only combobox on escape, not the window (#12163)
9a9b0a5 Automatic test for escape closing window from combobox (#12163)
ae565a2 Fix bug in PopupDateField where locale was retained incorrectly if changed while popup was open (#12153)
d7a64fd Enable native scrolling in home screen apps on iOS 6+ (#12149)
4a04f00 Add test case for testing ClickEvent after dragging button (#7690)
775c969 Make UploadInterruptedException visible (#12070)
6a4bbe5 Set heartbeat response Content-Type to text/plain (#12182)
e4011c6 When InputStream cannot be opened while writing static resource response, display 404 instead of 500 (#10920)
20162db Set current instances when calling UI.push from VaadinSession.unlock (#12168)
94c0f86 Ensure VaadinSession.service is set up by storeInSession (#12204)
23ed487 Attempt to get GAE lock for UIDL requests (#12211)
7f52b2e Improved AbstractClientConnector performance (#12219)
a934261 Improving performance of ConnectorTracker (#12218)
Change-Id: I810124d60c22d4d0ab837a19eb9c2689951864b5
|
| |
| |
| |
| |
| |
| |
| |
| | |
Added new version for favicon.ico, which has 32x32 pixel version in
addition to 16x16 pixels. Adds support for high resolution/retina
displays.
Change-Id: I49bd84b9d23f1e26ceee28dab1e26d9cd4f6b6d2
|
|/
|
|
|
|
|
|
| |
keyboard (#11823)
Adds the necessary WAI-ARIA roles to the component (#11827)
Change-Id: Ie1ed40227679e3497971b834919713614a8cc23e
|
|
|
|
|
|
| |
* Add theme name already during bootstrap
Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625
|
|
|
|
| |
Change-Id: I1a3a821b15d7350b5ebf2e19056854e9124197ea
|
|
|
|
|
|
| |
and alt-move, improves bounds-check)
Change-Id: Ic313e545940a6073e30171a610f6d02c38a90037
|
|
|
|
| |
Change-Id: Ie265c6e994c8038a3dc0bb05b94233bbc2506c58
|
|
|
|
|
|
|
| |
* Adds a special v-vaadin-version selector for detecting the theme version
* The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE
Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f
|
|
|
|
| |
Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a
|
|
|
|
| |
Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
|
|
|
|
| |
Change-Id: Ibbe209a6a67e594318a7ac50f962c48aeab4730d
|
|
|
|
| |
Change-Id: Ic75bb693077640ff9c93f09ad0341d9b24f85d1e
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
WebContent/release-notes.html
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
|
| |
| |
| |
| |
| |
| | |
horizontal layout
Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0
|
| |
| |
| |
| |
| |
| | |
inputs and textareas
Change-Id: I067cd44d21ece65a0988b2fbb832a903aaf92aba
|
| |
| |
| |
| | |
Change-Id: I34458f676fede39e1992316cbed8d62193ce8509
|
| |
| |
| |
| |
| | |
Change-Id: I42a72797a214b567d1efc077af8a49bc8cff52b0
Ticket: 9626
|
| |
| |
| |
| | |
Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183
|
| |
| |
| |
| |
| |
| |
| | |
Change in CheckBoxConnector led to wrong enabled behaviour and addition
to top coordinate to prevent scrollbars with VPopupCalendar
Change-Id: I381ab7c8a605535280ae58716181ef4c346997f7
|
| |
| |
| |
| |
| |
| | |
Everything else integrated, except TB3 tests (ticket #11090, old TB2 tests used instead)
Change-Id: If1700d7680a6c0a45f84d6e3c7b80e6536da78c8
|
| |
| |
| |
| |
| | |
Field implementations of the WAI-ARIA changes in the base classes
Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a
|
|/
|
|
| |
Change-Id: Iae8f2073356db9702bbd0c63bc639cbb4ad27823
|
|
|
|
|
|
| |
* Fix body scrolling in touch devices that do not honor overflow: hidden
Change-Id: Ia444d3c222094b9aa83ba31d5710eed9d9e549cc
|
|
|
|
| |
Change-Id: I2d1769215c601103407a81b7421287b23b7f053e
|
|
|
|
| |
Change-Id: I02f00db495f53be144107234228b742514bdbc0c
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ia8181cd9c9d6a9183083408c55f9c3f28c72fb29
|
|/
|
|
| |
Change-Id: Iee684359f8d2ca6d06fe3014ab32d74cce3e7f73
|
|
|
|
| |
Change-Id: I9f0891fb363e49d59b5ab2b1af53ba4bf9bca21e
|
|
|
|
| |
Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
|
|
|
|
|
|
| |
Related to #9004, #9552, #9572, #9578
Change-Id: I6f6677ec47713d480e2591f3bddf3b764861201c
|
|
|
|
|
|
|
| |
Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height.
Should fix at least #9004, #9552, #9572
Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056
|
|
|
|
| |
Change-Id: I9b1e42a75175eff4a01560db0a13865e253b72d5
|
|
|
|
| |
Change-Id: Ib706b12f1e2236e48bd82a6d08e19d748dd5e71c
|
|
|
|
| |
Change-Id: Idcacd28f10265a38e3876557a2ab56cc8a379b2b
|