| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Change-Id: Ia77c246239cae7b0add3c4975dfa5ffaa42d08b6
|
|
|
|
| |
Change-Id: I68dd71f65091a6c5979b67c2faea9050feac2b02
|
|
|
|
|
|
| |
This fixes an IE8 issue where multisorting is not shown correctly.
Change-Id: Id68103f06baf9e3ae20cb2714407b467829ef1a0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Atmosphere will disconnect the push connection when going offline and reconnect it
when going online again. There are no events sent when this happens, which means the
reconnect logic cannot take this into account.
Having it enabled leads to something like:
1. Browser goes offline, push is disconnected
2. Framework sees it as a normal close and does not show the reconnect dialog
3. The user does something, the framework tries to send a websocket request
4. A new Atmosphere request is created and enters a try-to-reconnect loop as expected
5. The browser goes online, and the online event re-initializes the old connection
although a try-to-reconnect loop is already running
Change-Id: I5dcef768783142e2c7b4e7c821353addb0ec3d28
|
|
|
|
| |
Change-Id: I80a594092d5f662120b83148cb992a9457859248
|
|
|
|
| |
Change-Id: I89e99ebd552b00a1bdc79801a8236aff72b6a290
|
|
|
|
|
|
|
|
| |
Use Escalator cell size calculation without content to determine the
absolute minimum size for cells. This is used in Grid when drag resizing
or sorting columns to prevent cells from overflowing to the next row.
Change-Id: I2d598232d7d2b8729b11fe190b68ca3e42ee3652
|
|
|
|
|
|
| |
The new Atmosphere fixes a JS typo in "ononline" handling
Change-Id: If0a9a1b6756212d5a0232f6aaa2f4314ba1dc052
|
|
|
| |
Change-Id: I52cd2648d305f44d5688e7a2fcd222e6b167b97b
|
|
|
|
|
|
|
|
| |
The test uses an Embedded component with non-existent Flash content.
This does not work on Chrome 47 so this change disables that part
of the test on Chrome like it was already disabled on IE8.
Change-Id: Ie60123247ec45b2138202fccd73d794bf98e533e
|
|
|
|
|
|
|
|
| |
Text and element selection needs to be disabled on touch start for
Android as well. Other touch event handling used by iOS devices is not
used on Android.
Change-Id: I7f17af437ddf4f7b747232fbd19b2cd5c825c0e2
|
|
|
|
| |
Change-Id: I07b241f40bcb20b92f9eea48036724dd91ecc985
|
|
|
|
|
|
|
|
| |
Text or elements should not get selected when there's a context click
listener. Pre-emptively prevent text selection for the whole widget when
that happens.
Change-Id: I3c09d8b2c25d383d6abe079f0fee3809cf5838c7
|
|
|
|
| |
Change-Id: Id7ec7013bcff446cdf3ce0f2088cb20b0708a56b
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Old ValueChangeListeners are discarded and new ones created when an
ItemSetChange occurs. This is done to reapply the listeners to possibly
recreated Items.
Change-Id: I9956af8950e241005574c597c49c5efb43afc1c7
|
|
|
|
|
|
|
|
| |
The Javadoc was incorrect saying the method goal was to set the first
day of week depending on locale. Actual main goal - to set it in
independent way.
Also extended the doc to look more complete.
Change-Id: I2c82c774f4e245437b03c0bd0246a0361584d949
|
|
|
|
|
|
|
|
| |
Client-side connector of the SingleSelectionModel attempts to keep track
of currently selected row. This tracking gets lost when the row get
deselected on the server-side. Special case is now correctly handled.
Change-Id: I1c45548bd11536bc85cddbc2ba8b6225965c1194
|
|
|
|
|
|
|
|
|
| |
Previously on container change Grid applied only its internal
DataGenerators to the new RpcDataProviderExtension. Now it goes through
all existing Extensions and adds all DataGenerators to the data
provider.
Change-Id: Idbd48e5152867b1d2b7a770741e3ea08aa4299b6
|
|
|
|
|
|
|
| |
This helps resolve context menu add-on issue #3 and reduce code
duplication.
Change-Id: I2a9b583d045e1654577f5a6ee3f55d8c4ab30582
|
|
|
|
| |
Change-Id: Id06cb7317c107f3714336e7b2c7ba791f41e51bf
|
|
|
|
| |
Change-Id: If392ebe303573aa74334923824e3566d943cda94
|
|
|
|
|
|
| |
This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00.
Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
|
|
|
|
|
|
| |
This reverts commit a20e5be94fc13058a61ff27c1398052828c00d7b.
Change-Id: I0a7d02b9b13d1eabf3b0360a7b86def8fa974009
|
|
|
|
| |
Change-Id: I7bd41d656a5ed39e24beea4111d9a48de4ef37b5
|
|\ |
|
| |\
| | |
| | |
| | | |
Change-Id: I6ef85a35077e6278831b968595c068898cee2770
|
| | |
| | |
| | |
| | | |
Change-Id: I376fc5ebe1a9ef65fa6c84bb5d84d41cbc785183
|
| | |
| | |
| | |
| | | |
Change-Id: I59a3d756a26270119d40940d3e61bbab61f0db14
|
| | |
| | |
| | |
| | | |
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581
|
| | |
| | |
| | |
| | | |
Change-Id: Ie13d3eec555bca1a138fb69444aa429308fc9b3b
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A recently merged patch leaves out information from hierarchyInfo for
empty connectors with state changes. This must be taken into account
when looking for disappeared connectors that do not cause any hierarchy
change to be sent.
Change-Id: I9ae7150341a83798141d0a2806ee81cafe7c2f9a
|
| | |
| | |
| | |
| | | |
Change-Id: Id28a9fa8a204c1e2a12160e2e1dba1823f3726a5
|
| | |
| | |
| | |
| | | |
Change-Id: I602b9fc4c87a19a78f949a23519c412aba789baa
|
| | |
| | |
| | |
| | | |
Change-Id: I77b420738738a42ff50e2a509e4ac4072b1b6e1f
|
| | |
| | |
| | |
| | | |
Change-Id: I7caefc58a1b41f726b039b1e230fd3d2e931a2c3
|
| | |
| | |
| | |
| | | |
Change-Id: Iee29e3686a60c889e6bffa7ffe0a447f14d7afa2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Optionally get revision numbers to tag from TeamCity.
If no revision numbers are given, a placeholder is used in the
generated script.
Change-Id: Ic266a22e06fd470e2c2e0647b8d83870ffc650ab
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A ComponentConnector must override either getWidget or createWidget for
the framework to know the type of the component's widget. Similarly
either getRenderer och createRenderer must be overridden for
AbstractRendererConnector.
Prior to this patch, the compilation succeeded when critical methods
were missing - the user just got various hard-to-debug issues when the
broken connector was used.
Change-Id: I6ec07e2f1c1b15047802e64208485b1d999c0aee
|
| | |
| | |
| | |
| | | |
Change-Id: Ifd7a225ac8037a86e4a15603bf47ca93009fa302
|
| | |
| | |
| | |
| | | |
Change-Id: Ifbaeb2db18ecb6657ae839fec90dbfcaa99be4ac
|
| | |
| | |
| | |
| | | |
Change-Id: I6481bf6f429046166dd0502a62b22aea51f5a0bd
|
| | |
| | |
| | |
| | |
| | | |
Fixes at least #19201.
Change-Id: I284c93e6b47ea916a991c8c2b495823cb86ebfce
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The comment was introuced in commit da29f74 for a constant named
CLICK_EVENT_ID, but it was accidentally left in the code when that
constant was removed.
Change-Id: I69697f517585cafb30cc223497bc8db4a919e884
|
| | |
| | |
| | |
| | | |
Change-Id: I4774b4079f5c564fdc67e8cabf89278ad7cf2f6f
|
| | |
| | |
| | |
| | | |
Change-Id: I44c38cdcf33de7b08e1e1d038b81ec9e68fe465a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch is to test the theme, and not testing a defect (#16597).
Testing with defective screenshots causes problems if the defect is at a
later point fixed.
Change-Id: I3a20d0c6ab79c812752ee5d2765d91a2304e6d0e
|
| | |
| | |
| | |
| | | |
Change-Id: I79da24a71576fb91db5366afe1dfc17edc7c86f9
|
| | |
| | |
| | |
| | | |
Change-Id: I32c980b2cae199ad2059701e4e04b4a7cb76bafa
|
| | |
| | |
| | |
| | | |
Change-Id: I6c151829236928129c258a99177431d0b972f146
|