| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
|
|
|
|
| |
Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c
|
|
|
|
| |
Change-Id: I939fe7e5c5b57c007a543f5f7c491c8c9f11e773
|
|
|
|
| |
Change-Id: I8ff11e98bb4ec999d369ff5bcde0cb95290ed037
|
|
|
|
|
|
|
|
| |
IE11 is broken so that the simple implementation always moves up on any
mouse wheel event. Therefore, this change borrows the approach taken by
Escalator for low-level handling of mouse wheel events in a way compatible
with all supported browsers.
Change-Id: I98c89d3ccfeea38d6a454ef708f0eb7d1d3f480c
|
|
|
|
| |
Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
|
|
|
|
| |
Change-Id: I8fcf33b78ff239529b794d41088fd9d8aba5c518
|
|
|
|
|
|
|
| |
This patch also adds some subpart awareness as well as deferred worker
interface to VFilterSelect to support running TB4 tests reliably.
Change-Id: I41f2af38f7eba2194aa49c8d7a0d13073166cddf
|
|
|
|
| |
Change-Id: I1b601f7bcddd3a62edcd97651a3270b79dacc7fd
|
|
|
|
| |
Change-Id: I6e474b2306c6957d428117802ffda330b4809a6d
|
|
|
|
|
|
| |
The test checks (see #11267) that the arrow is in the correct
location after changing the ComboBox border.
Change-Id: I9927a6bd5d233275366f9f7318a9068ba976514a
|
|
|
|
|
|
|
|
|
|
| |
If scrollToSelectedItem is set to false (which is needed to work
properly with
large datasets) the selected item caption is sent to client with a
special
attribute to avoid the field looking like unselected.
Change-Id: Ib80355c3b52faaaeaa9ab7195644701cc3bf0d15
|
|
|
|
|
|
|
| |
Also fixes a bug in the test introduced in
https://dev.vaadin.com/review/#/c/7117/8.
Change-Id: I39ce310fd71296a8d8c223dfc09185c983b19299
|
|
|
|
|
|
|
| |
With this patch pressing Enter in ComboBox sets value selected by mouse.
Selection by keyboard is not given higher priority.
Change-Id: I2e5f610923a40f67be2c1504a004af0d431a67a3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#15502, #9369)
Changes:
- When opening the popup, the first suggestion is always highlighted by
default unless adding new items is allowed.
- When filter matches currently selected item, that item will be
highlighted instead of the first item.
- Hitting enter or tab will always select the highlighted item.
- Closing the suggestions list by clicking outside the list no longer
selects an item to prevent accidental selections.
Test changes:
- Extended ComboBoxElement to help test filtering.
- Updated and tweaked ComboBoxResetValueTest,
ComboBoxIdenticalItemsTest and ComboboxScrollableWindowTest.
- Added ComboBoxSelectingTest and
ComboBoxSelectingWithNewItemsAllowedTest.
- Updated some tests that were using keyboard navigation.
Change-Id: Ia7745b624bdb0b1a1bb498157ebcb37bee219d76
|
|
|
|
|
|
|
|
| |
- Based on TB4 Parallel testing.
- Browser setup no longer uses static capabilities.
- Some code cleanup here and there.
Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
|
|
|
|
| |
Change-Id: I6f749ab0788324d24e1e7451183ec9f0ff8ed5ba
|
|
|
|
| |
Change-Id: I58748499c87d470e70304d882d3227cda5803481
|
|
|
|
|
|
| |
This avoids running other HTML files as TB2 tests
Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
|
|
|
|
| |
Change-Id: Id462c3e76c8d761c04851227c949a3124ddf14b3
|
|
|
|
| |
Change-Id: I203b92561ab14d427466945845c6fbb62d6eb07b
|
|
|
|
| |
Change-Id: I1a8a895d631889e04f7acbde29306e86da344a23
|
|
|
|
| |
Change-Id: I663b39a37bcdf4383fa76d04acd127503ced11df
|
|
|
|
| |
Change-Id: Idd314e531659fbab701df117307b5c41fcac9ec3
|
|
|
|
|
|
|
|
| |
Full name of defect: ComboBox doesn't show selected value beyond the first dropdown page.
Tests to be sure that this bug is not reproduced now.
Test were updated not to use Thread.sleep().
Change-Id: I12b0c9a1fbae5e934ebe0471b1b60a3ec7098da7
|
|
|
|
| |
Change-Id: Ibad2f45fb81d9573125fbc786bd3493ac6cdfc00
|
|
|
|
| |
Change-Id: Id2158d0990f12940f2206095b8edc0946977f27d
|
|
|
|
| |
Change-Id: Ic2e1bfd300a6b18aeddd4c4895c7bb11fec5bb8b
|
|
|
|
|
|
|
|
| |
Pressing down to open the popup menu and then pressing enter to select
the same item as is already selected will now cause the same behavior
as pressing the escape key when there are suggestions.
Change-Id: I6052608cc5916d306a981aa0f98b0ae822da5eb4
|
|
|
|
| |
Change-Id: I9aead23bfe093517d0b964dbf9f0ccf38dec7da2
|
|
|
|
| |
Change-Id: Ifb5ed47f7d16630c55b5e6b5d8bc6e174c39009c
|
|
|
|
| |
Change-Id: I09d1c02b75022f9b38b04d7b166e597dae2a213c
|
|
|
|
|
|
|
|
|
|
| |
Automatic removal of trailing whitespaces in Eclipse does not work even
in a nearly consistent way across platforms, versions or even on the same
maching within the same workspaces. Saving the same file multiple times
even alternates between adding and removing a whitespace on empty block
comment lines when saving.
Change-Id: I0efd307fd48869ea688eb79aa77c9ba38de5a4a6
|
|
|
|
| |
Change-Id: I6127826f4ffbb1358821fb7ca5eabf4d774d792c
|
|
|
|
| |
Change-Id: Idfeb20a385fc68c6527f1947bdbf238d9d4af918
|
|
|
|
| |
Change-Id: I7bdaf849e79191183013ca05e7420e10411f0b2e
|
|
|
|
|
|
|
|
| |
(#11929)"
This reverts commit ede8fbaad050c98682df9da935caf59a3a3787c6.
Change-Id: I6d2b6ad3901ac50782a9c8af6847c0b917d6027d
|
|
|
|
| |
Change-Id: Ibb7080c37a67516c852e00d08c2d5d822fda654e
|
|
|
|
| |
Change-Id: I3e0ad83bc5ec4a98a0c8e7658dfb606c6c5dc191
|
|
|
|
| |
Change-Id: I8563f1e2cfc66ca89399590401fd77ec67e50e82
|
|
|
|
| |
Change-Id: I35375d2b39fbd666d848f6ffa62aa0ce1c0d4fad
|
|
|
|
|
|
| |
Extract code which focuses on item after changing the page. Deferring this method allows to update the list of items before focusing.
Change-Id: I7d249c2abbd5c24ca2d798736e483f2b7dfa59f1
|
|
|
|
| |
Change-Id: I2ad5164a637b2b4c96b46f30df036ccbc5cbcd66
|
|
|
| |
Change-Id: I0d1747d41b3b9e0a32d995a5cea9081292c8c2c6
|
|
|
|
| |
Change-Id: Ib36917246fce3f051b61a979289c9bce23b1bf82
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
build.properties
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/extensions/ResponsiveConnector.java
server/src/com/vaadin/server/Responsive.java
Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
|
| |
| |
| |
| | |
Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
|
| |
| |
| |
| | |
Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
|
| |
| |
| |
| | |
Change-Id: Ibea81666101ff119e1b3e48726224f369e59b00f
|
|/
|
|
| |
Change-Id: I77285e17819daf1b8328a8aea6d62a6b6b53510c
|