| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I6c151829236928129c258a99177431d0b972f146
|
|
|
|
| |
Change-Id: Ib420f99c621b7d508659907615a7e8a1ae47b4d9
|
|
|
|
| |
Change-Id: I74e1a52d138c9fdfaf15b227261f2977b13289d9
|
|
|
|
| |
Change-Id: I305c0aaeba04c4c1416ecebd708f377f8f28f4a1
|
|
|
|
|
|
|
|
| |
Reduces the payload size for the "Update all labels" action with 40
layouts in BasicPerformanceTest by 16% (from 11087 to 9270 bytes). The
reduction is improved to 22% (1855 to 1455) if the response is gzipped
since the omited data doesn't compress very well.
Change-Id: I1d2837c93222fffa59b14836f162e3e87349e086
|
|
|
|
| |
Change-Id: I763f3c68a3c9e471f9e5df21bbfbce41be17117c
|
|
|
|
|
|
|
| |
Capabilities should be set the same way in SingleBrowserTests as well,
not just MultiBrowserTests.
Change-Id: Ifed8534b87bbe45fd90fe0e7110e26a5344c5540
|
|
|
|
|
|
|
|
| |
Fix the commands in some TB2 tests broken by the test change
from #19227.
Screenshots of several calendar tests including these also
need to be updated.
Change-Id: I3bb000fccb9772ffe5be4ceebb599cc7c1f9697f
|
|
|
|
|
|
| |
Add missing javadoc for ServerConnector.get/setChildren().
Change-Id: I7ba143d41602a5f2a069635911a0ea61a92806e6
|
|
|
|
| |
Change-Id: I26bbf29742ab42e2c9c4025a3cf92029a4c191e3
|
|
|
|
|
|
|
|
| |
Some themes are more explicit with user-select rules, and doing this on
the level of body element does not work with said themes. To make all
the themes behave the same way, we only block selection inside of Grid.
Change-Id: Iaf24fede88e4bc683e065c214e7baf3f545c99c9
|
|
|
|
|
|
|
|
|
|
| |
This patch uses a JavaScript workaround to prevent text selection in IE8
and IE9 and Safari.
The selection is prevented everywhere in the DOM while a column is
resizing.
Change-Id: I1e7b9cdc675c83a9666493d8545337d601e40077
|
|
|
|
| |
Change-Id: I87825ea46fbcea98b054d3dc2eb3fe80781a9d48
|
|
|
|
| |
Change-Id: Iadb9b23697c162705d99a7b9b7fd992766d39b19
|
|
|
|
| |
Change-Id: I2874d3a065ad825e40e71c0167fc9ffb48ee1f5d
|
|
|
|
| |
Change-Id: I17206081109b2ec356d175915a16b0002a858bb4
|
|
|
|
| |
Change-Id: I5171c6eb6360a9c85b8afbc3096d9b6c5c8f4064
|
|
|
|
| |
Change-Id: I41de3d75e1141856bb6132aeca11abff4bc7e08f
|
|
|
|
|
|
|
|
| |
Serializing an object should never modify its internal state.
It should be possible to serialize an object multiple times and get
the same result
Change-Id: I983e2eec1b3fb374bf40f150bdb9918ac5791d62
|
|
|
|
| |
Change-Id: I0bfae621ca71df02e5e19c33d4c21498fa86616c
|
|
|
|
|
|
|
|
| |
Added possibility to provide first day of week independent of Locale.
(the Calendar code has been reformatted according to Eclipse 'Save
action'). Unit-tests added. UI test extended.
Change-Id: I3e3531228c139ce2014a1227e47c12e7896a6f87
|
|
|
|
| |
Change-Id: Icb2676bd603bbe36a8d7d005128036234a5a0c62
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds functions for skipping child component layout measuring.
Removes unnecessary code from VScrollTable.
1. case: no components
- render time without the fix: ~105ms
- render time with fix: ~105ms
2. case: 2 button and 2 textfield cols
- render time without the fix: ~279ms
- render time with fix: ~240ms (~17% faster)
3. case: 3 button and 3 textfield cols
- render time without the fix: ~350ms
- render time with fix: ~281ms (~20% faster)
Change-Id: I6025f8ee2fd438d228ff3b65f43535961cf12c0b
|
|
|
|
|
|
|
| |
Test to verify that the column width is not changed when toggling
its visibility.
Change-Id: I48c62b72bf7e66740ec516d43bc9b5995c1fefb4
|
|
|
|
| |
Change-Id: Iaeba81c7e40d4be5f16e74fa8bcf8c86c53a7d3d
|
|
|
|
|
|
|
|
|
| |
Previously grid sidebar could be partially hidden by
"overflow: hidden" of an ancestor component.
Now it's in an overlay and the hierarchy doesn't affect it.
Grid tests were also updated for new DOM structure.
Change-Id: Ic5fb125d9c097be0f0141c121dfe74d30e650dd0
|
|
|
|
|
|
|
|
|
|
|
| |
The <table> used by the FormLayout doesn't reduce its size if any child
component has locked its own size (which is the case with e.g. Table and
some other components doing explicit pixel calculations). To work around
this, we need to detect the situation, force the <table> to reduce its
width by temporarily assigning explicit widths to the cells and then
remove the forced size after all children have adjusted.
Change-Id: Iacef62979acf24c869a5cbeb82efb0c1e537ec95
|
|
|
|
| |
Change-Id: I512b861c65f8c0f6c6e8f684cb933cbcc20cdb99
|
|
|
|
| |
Change-Id: Idaaf707bdb4178ff4ff5dfc7af853f08d5690b5e
|
|
|
|
| |
Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88
|
|
|
|
|
|
|
|
| |
Removed Android handling since it already fires a context menu event
when not selecting text. Increased the threshold for iOS move. Prevent
some browser default functionality on TouchEnd after sending context
click event to server.
Change-Id: I9297a5738e593a260b50ba176d483fbdd3293ba3
|
|
|
|
| |
Change-Id: I60f68cf7a9e61980809af253bb4f4a0ab92f1230
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Calculation of the frozen column width was wrong in multiselect mode.
It did not take into account the last frozen column, but added
the select column twice.
The same problem was in AutoScroller (as the same methods were
copy-pasted there), for which reason the autoscrolling was not
scrolling till the end.
This patch fixes the calculation error and removes copy-pasted code,
reusing the same code in both places.
Change-Id: I164e2fc96688088b620ad8785c533c593723f83e
|
|
|
|
| |
Change-Id: I24c47abe189c3733e955e261dbf5d584f46d75b4
|
|
|
|
|
|
| |
This patch uses CSS user-select and therefore does not fix IE 8 and 9.
Change-Id: If9f462d97b9417b3d14f37d1e7f0cedba018be37
|
|
|
|
| |
Change-Id: I795956a4512f1e6e688e1e3c0522cc952117d78f
|
|
|
|
| |
Change-Id: Idad2cbbb6b138258ff6428e7ecc3d922ef99c675
|
|
|
|
|
|
|
|
| |
Removing a widget that got moved to another layout occasionally caused
slot to lose track of related widget. As a result the layout never
created a new slot when the same widget is put back in there.
Change-Id: I0d8793324b8a5ac8a06aa2803ac8de22b90b7545
|
|
|
|
|
|
|
|
| |
Too wide TreeTable in a UI causes IE to scroll vertically making
calculated positions fail miserably. Also makes context clicking in
AbstractContextClickTest avoid StaleElementReferenceExceptions.
Change-Id: Ic4f5049bf0c221eb441813d202b9de5571e655d6
|
|
|
|
| |
Change-Id: I9736e528d4812a613ffa934c476d3b69ccefd631
|
|
|
|
|
|
|
|
| |
Touchstart events now fire a contextclick event if there is a context
click listener.
Refactored sendContextClickEvent to accomodate the change.
Change-Id: I9bce5948f89149e9ecb261cfd8ae918470ccec3e
|
|
|
|
| |
Change-Id: Ic0a9b69c535ec51ae29472844506efb61ec5f0a7
|
|
|
|
| |
Change-Id: I1361c8099e9f4a95e991f4937a406c5e4db67027
|
|
|
|
|
|
|
|
| |
This change makes it possible to create an injectable subclass of
the navigator by providing a protected no-args constructor and a
separate initialization method.
Change-Id: I7d55fca2a84570d47e2767b0fb81a82e0732fd21
|
|
|
|
|
|
|
|
|
| |
The Spring, CDI etc. add-ons need hook points that permit switching
contexts at the right time. This was very hard to do due to the
monolithic nature of navigateTo() - beforeViewChange() is too early
and can be cancelled, afterViewChange() is too late.
Change-Id: I66ffbafe1597b782b4feaf2ebd0de3ca1941a9ae
|
|
|
|
| |
Change-Id: Idfde7842fd31be4b84a1436b40eaa932b6a6c349
|
|
|
|
|
|
| |
This makes column resizes smoother and more intuitive.
Change-Id: I6e4e92e0391d8f95f74ec89cfc3ffbbb133c7ecc
|
|
|
|
| |
Change-Id: I962facc5395990751821d11966300a7c2e89dc3d
|
|
|
|
| |
Change-Id: I49a86d2fceac233fdfd9e31d8ade519b9f8460b6
|
|
|
|
|
|
|
|
|
| |
If an ONLOAD event fires but the target is not the icon, an NPE
occurs. The isCaptionElement method has already used the check
against null before any call happens on the icon which logic is
enough for the onBrowserEvent check as well.
Change-Id: I64de45a07f50f113dcfcb4556f0d8adeea9e1b1b
|