| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
svn changeset:26111/svn branch:6.8
Change-Id: I8585c9022b78381a40d9008b0d489aecd741b011
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
VDragAndDropManager was assuming that the target element will always be
inside the cloned "drag image" element while dragging. This assumption
is false since the "drag image" can be 0x0px or transparent effectivly
disabling dragging.
Since Testbench 2 is also very flaky in using the Vaadin locators with
the drag/drop commands I replaced the locators with shorter locators
using a debug id to make the test more readable and stable.
Change-Id: I2cc9683d11e982521e74418c74dd3e81ee617ac5
|
|
|
|
| |
Change-Id: Ifb88038baf9c1b9c872840030dcaefd7b8488f64
|
|
|
|
| |
Change-Id: I0d61984aa795ec2b3bd384c2f93f6e3ee2a71be3
|
|
|
|
| |
Change-Id: Ie39d521c2f299bca0e2175fd8bb59beaa4f66241
|
|
|
|
|
|
|
|
|
| |
Due to how ProxyReceivers are constructed and serialized, we don't want
to resend the ProxyReceivers for files that already are in the queue.
Either we needed to change the way ProxyReceivers behave, or just make
sure that they aren't resent. I chose the double-check method.
Change-Id: I7c4e866ba4287afd3e80329be3640335d4ff00af
|
|
|
|
| |
Change-Id: If024d94d496a6cf2e6f0f342d368ac7bd746de38
|
|
|
|
| |
Change-Id: I0e37e231b17afc365bf397ab601a1717d83a7459
|
|
|
|
| |
Change-Id: I996100bb702a4426726d5cb1d0826efedfde3f4f
|
|
|
|
| |
Change-Id: I10d7ba7d0bc5c03e65206617c521d089fd4d0cfe
|
|
|
|
| |
Change-Id: I09de808376c366cb52f055277671a59e6ae736b3
|
|
|
|
| |
Change-Id: Ib6f4681ea38fe7a6cac8a44bc4ab4b23151844dd
|
|
|
|
| |
Change-Id: Ibbcc48e5557521bfe50e73e63ad723fe7da29c9b
|
|
|
|
| |
Change-Id: I23a26fbc5281e76792e257321d96f3d30a8bc2b2
|
|
|
|
| |
Change-Id: I67779fa5bfd4c850101c11c22091c988eb65b808
|
|
|
|
| |
Change-Id: I231e84d84adca79549d00a88dd4ae613ff291dbc
|
|
|
|
|
|
|
|
|
| |
This test cannot be completed in a smart fashion until TestBench 3 is in
use, because of differences in the DOM structure created by GWT for IE
and Opera, versus Webkit and Gecko browsers. TB2 requires identical DOM
structure for assertion queries to work.
Change-Id: I6f5f9aac1c25e4e105459da215db080b031b2aab
|
|
|
|
| |
Change-Id: Idef31fa74f4720b5c55511de0545cd8ae1b77b26
|
|
|
|
|
|
|
|
| |
The session might be invalidated before lockSession() acquires the lock.
Check if the session is still valid after locking and ensure
SessionExpiredException is thrown if not.
Change-Id: Iad716332a65b7c198427fce5198f6808140c140c
|
|
|
|
| |
Change-Id: Ie225663ebc2a9ffe4b481a49e34e9dcf79b064b2
|
|
|
|
| |
Change-Id: Id5029f6606ce508c5746af4e0fa3078283f511bf
|
|
|
|
| |
Change-Id: I80cb1cbd573d7e0de8aa200a4513dc32984ba9f5
|
|
|
|
| |
Change-Id: Ie133694b010a586c6336e9b04be7bcd94d2525e9
|
|
|
|
| |
Change-Id: I7c91768f02d04c613f25e5984cb015067465815c
|
|
|
|
| |
Change-Id: I150bee64144045355bfa75ac10ede663d3feb5ce
|
|
|
|
|
|
|
|
|
|
|
| |
The current atmosphere code can handle messages split up using the message
length header. But it does not handle the case where the header is actually
split up itself.
This patch solves it by making sure the length header stays intact.
Corresponding atmosphere ticket:
https://github.com/Atmosphere/atmosphere/issues/1199
Change-Id: If22c42ea63b0749c68df19c869b316f9b69f4317
|
|
|
|
| |
Change-Id: Ia6b05c0ebaf1f0bb4fb675392cc8f634cab8e494
|
|
|
|
| |
Change-Id: Iff9105537a2a8123b808be33f8cd390b0c23edd6
|
|
|
|
| |
Change-Id: Id52f196ad6d14e8077482b19a8d0479aedc64db3
|
|
|
|
| |
Change-Id: Ifb66253ef05677d80d2f1e8bb935e5e4789308de
|
|
|
|
| |
Change-Id: I77186adb94392cd317d37b9d9250f28891e6f06e
|
|
|
|
| |
Change-Id: I3c15bf79236019056eeb501974a6a34799e8fd40
|
|
|
|
| |
Change-Id: I4cdf3d1e584f1537f0f216ddd6f65c1ec4a2ee6b
|
|
|
|
|
| |
Merge: no
Change-Id: Iee1012486906d8c2c46cef94cfcd6d2b399d7a6b
|
|
|
|
| |
Change-Id: I23ce7ba8a87c119ada78bba1d4735c4d8404b4f8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When doing event.preventDefault() firefox will not trigger the :active
selector intentionally (see
https://bugzilla.mozilla.org/show_bug.cgi?id=771241).
Event.preventDefault() was added to prevent text selection in #10917
but it actually is not needed since the button also uses the
user-select:none css attribute which effectivly prevents the text selection.
Also now applying the previously browser specific (ie,opera) .v-pressed
classname to all browsers to make styling of the pressed state a bit easier
to do for all browsers and not reliant on the :active pseudo-class which is a
non-standard pseudo-class.
Change-Id: Ic67c0abb9d0bf8f47b817609f2928aa8fff3e82b
|
|
|
|
|
|
|
|
|
| |
The close buttons images for the Window black theme was mistakenly
added to the white theme sprite and ended up in the middle of the
light theme window. Moved the black theme button images to the
black theme sprite.
Change-Id: Ieaaaa1b404f1d623c61fe7cfecb4996d96904b27
|
|
|
|
| |
Change-Id: I2f491d04ff177f7f0ce104c96b1c4a84ee7a2bc0
|
|
|
|
| |
Change-Id: I87632abe9d86927b7ba4254724fedfdb04513205
|
|
|
|
|
|
| |
(#12193)
Change-Id: I9138a5607c1ff20f3aa7be49270f683e732ee195
|
|
|
|
| |
Change-Id: I76ccbf631f8ba169f11513b7d585f39b8ab570a4
|
|
|
|
|
|
|
|
|
| |
Should be implemented using ServiceDestoryListener in Vaadin 7.2
Merge: no
Change-Id: Ibb4d37f1f95c56b80111df3a3217076af18dd93d
|
|
|
|
| |
Change-Id: Ibcc86cf874925096b3ac368cb0c6e3af00619f60
|
|
|
|
|
|
|
| |
Also update javadocs for methods called without UI threadlocals
Also make sure pending access tasks are run for a UI being closed
Change-Id: Ia600207b2d25fc195ee4254da371d420152bf100
|
|
|
|
| |
Change-Id: If3480eb6e21f5f19a43b8dc0d6279173ff3bec40
|
|
|
|
|
|
|
|
| |
svn changeset:25991/svn branch:6.8
svn changeset:26075/svn branch:6.8
svn changeset:26091/svn branch:6.8
Change-Id: Ia4a6ab4cc6ff98795a6d1f9b1701a345dc3f4dc4
|
|
|
|
|
|
|
| |
Swapping the if check in cleanConnectorMap to prevent unnecessary calls to
isComponentVisible when the connector is in uninitializedConnectors set.
Change-Id: If6305a908364f8a7bb51fd7302449c6f54c274a3
|
|
|
|
|
|
|
| |
Avoiding duplicate lookup of connector hierarchy when a component shall be
marked dirty. Optimized if statement to fail fast.
Change-Id: I3ac82d64b235ebfd1888a6076c595f351018d887
|
|
|
|
|
|
|
| |
Also removing the overhead of creating a Date object just for getting a
timestamp in the otherwise touched areas of code.
Change-Id: Ic712c0ae26d22995ad332593dbb8a14dbec7fcd6
|
|
|
|
| |
Change-Id: Ie707442f2625f3c9c07c75924c99299f07a4f3ec
|