summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not clear combobox text unnecessarily (#10924, #11887)Henri Sara2013-05-211-2/+5
| | | | Change-Id: Ica66c1d7ca05874ca5a05fb2c9651a6e4758e1d9
* Don't autoclose PopupView when changing fragment, fixes #10530Marc Englund2013-05-213-0/+88
| | | | | Change-Id: I83607c97db8499c5e3c76e6d4735a93b0754d580 Ticket: 10530
* Always add tooltip event handlers for Window (#11448)Leif Åstrand2013-05-202-0/+27
| | | | | | | | | This is needed to ensure tooltips are closed when moving the mouse outside the component but still inside the window. In 7.1, this should instead be implemented by overriding hasTooltip() to return true. Merge: manual Change-Id: I48d47474a4e4f0303fd85552612f6960fcdce0a7
* Avoid marking AbstractField dirty in primitive getters (#11201)Artur Signell2013-05-171-3/+8
| | | | Change-Id: Ie289c15d5c56d3b602d87174f022b6197f0fedf0
* Test for #11775Artur Signell2013-05-171-0/+53
| | | | Change-Id: Ic2ff1a3b13e2d74bb9119b8336b8a83e0262833b
* Centers VOverlays in visual viewport on iOS, Android, fixes #11614Marc Englund2013-05-172-0/+131
| | | | | Change-Id: I21fc986b2f4253ad0491a49659db793acf77842d Ticket: 11614
* Fixed table height rendering in Android 2.3 #11331John Ahlroos2013-05-172-0/+25
| | | | Change-Id: I085d825459416b1487873660c7baf9b0cdb476d2
* Test for #11267 adapted from 6.8. Marc Englund2013-05-153-1/+107
| | | | | | | The problem is not present in 7, but you need to use a slightly different css to acieve the same result. Change-Id: Iee6907a15fd9b0674dcb490f9110fc762c56deb6 Ticket: 11267
* SQLContainer.indexOfId() also searches backwards (#11849, #10376)Henri Sara2013-05-143-3/+86
| | | | Change-Id: Iea3f832cd50314f747b82b774c3be57797f9ac1d
* Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7Johannes Dahlström2013-05-142-0/+116
| | | | | | | svn changeset:25925/svn branch:6.8 svn changeset:25928/svn branch:6.8 Change-Id: I89e6f30d7d04f9511e26121f860f846bef7ec17d
* Support non-trivial SASS media selectors (#11455)Henri Sara2013-05-149-1025/+1062
| | | | | | | This change adds support for media selectors with a query that consist of more than just a single word. Change-Id: Id6a09de8e88984ad052321ae93ffa2e7c2ba1c04
* Fix NPE if there's no query in the URI (#11836)Leif Åstrand2013-05-141-1/+2
| | | | Change-Id: I8960e5917ffb0988e705599d1fe5e8aacf2654ef
* Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-144-60/+222
| | | | | | | Selection is now sent only as a key, removed redundant attribute on the item. Change-Id: I882d4ae17a1dc91f7a55a0b4a94e47c078ffc022
* Eliminate unnecessary conversions of option keysHenri Sara2013-05-142-5/+4
| | | | Change-Id: I5f3b267cec0357fe1a1c1a13bafdf3c1f3b6d426
* Merge "Clean up Table popup menu close handler to prevent a memory leak" ↵Johannes Dahlström2013-05-132-11/+25
| | | | | | | | from 6.8 (#11840) svn changeset:25919/svn branch:6.8 Change-Id: If0b414588252226947230cf2f7a5a8ab253cc5d7
* Verify that tests are run with the expected JRE version (#11835)Leif Åstrand2013-05-132-0/+71
| | | | Change-Id: I77b48cc646776a452204e2c93954fdd1eea7e4de
* Warn if using old widgetset (#11836)Leif Åstrand2013-05-131-0/+64
| | | | Change-Id: Id7332da3468572f4df55aa7b3fed39ef811fe09d
* More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)Leif Åstrand2013-05-103-6/+161
| | | | | | | | | svn changeset:25915/svn branch:6.8 Conflicts: client/src/com/vaadin/client/ui/VScrollTable.java Change-Id: I3f5b9dc988f5911023f77f184f5bd6770bbd9f1b
* Move suggestion popup width calculation from connector to VFilterSelectHenri Sara2013-05-102-12/+25
| | | | Change-Id: I846b71c453524ecc525c6ab6c528dffcc7715558
* Merge test for #11623 to 7.0.Johannes Dahlström2013-05-102-0/+141
| | | | | | | | | The fix itself is not required due to the changed style name handling. svn changeset:25902/svn branch:6.8 svn changeset:25903/svn branch:6.8 Change-Id: I95a9adbcac82236017369003765735bbaacfe980
* Add a large number of debug calls to VFilterSelect (disabled by default)Henri Sara2013-05-101-5/+80
| | | | Change-Id: Idd2d20ad01d4715a9f4693af8a7c293786dbae4b
* More verbose output from running JettyLeif Åstrand2013-05-102-1/+3
| | | | | | | This is an attempt to find what it is that sometimes seems to cause Jetty to terminate before all the tests have run. Change-Id: Id33e42c49d7528034b2859294e52111df218763a
* Don't ignore child component margins in AbstractOrderedLayout (#11553)Johannes Dahlström2013-05-103-12/+116
| | | | Change-Id: I89d8364b97bfe7d072cc7e5221b35ab3cdb3c58b
* Liferay 6.2 compatibility (#11751)Henri Sara2013-05-101-6/+63
| | | | Change-Id: I5a14aba47f3e92249b245392acaf5ff9bda62083
* Instead of applying workaround to the root panel, apply it to the sub window ↵John Alhroos2013-05-101-12/+12
| | | | | | | | content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776) svn changeset:25899/svn branch:6.8 Change-Id: Ib3cb61e024ba461bcc146b9beb4a52cb6df9ce28
* Remove pre-loader element after pre-loading, fixes #10863Marc Englund2013-05-082-4/+123
| | | | | Change-Id: Ibd2009315aadb25e574c82f3b4b54c501d9b1395 Ticket: 10863
* Test for #11396 (merged from 6.8 branch).Henri Sara2013-04-291-0/+29
| | | | | | | | Depends on a blur event so cannot be autotested with TB. svn changeset:25882/svn branch:6.8 Change-Id: I2db788e60397162a29f7802f772609e65a832d3f
* Ensure actions are handled in a deterministic order (#11735) (mergedHenri Sara2013-04-291-35/+25
| | | | | | | | from #11432 in 6.8 branch) svn changeset:25867/svn branch:6.8 Change-Id: Ie34cc4c4fe6524a23b2e7692b9e73a421443ac4f
* Fixed NPE regression after fix for #11693John Ahlroos2013-04-261-1/+4
| | | | Change-Id: I8c9cf686d0746d790a1d55d66a75497fb627714c
* Remove duplicate copying of mixin child nodes (#11604)Henri Sara2013-04-261-10/+4
| | | | Change-Id: I3a596df4577648ba38588a8a0e74408264e1f9fd
* Add content length header for static resources (#11699)Henri Sara2013-04-251-7/+25
| | | | Change-Id: Ie307198a05e5c4f1b8bd74ec17185b9086ff0577
* Fix for IE8 forgetting to move error indicator when component is resized #11693"John Ahlroos2013-04-241-0/+25
| | | | Change-Id: I09d4e77f5f8f5b8846e8083b3bfbf3155281038d
* Fix fragment handling regression caused by #10769 (#11686)7.0.5Johannes Dahlström2013-04-231-4/+12
| | | | | | | | | | Due to the way Window.Location.createUrlBuilder works, a location URI with no fragment (as opposed to an empty fragment) was sent on Webkit browsers when the client-side location had an empty fragment. TestBench test: FragmentChangeEvents.html Change-Id: Ie2e8dc3fffc13aaa53105b54e07b1f81f3878f1b
* Fixed broken Gridlayout cell position calculation in IE10 #11644 (backported ↵John Ahlroos2013-04-231-6/+11
| | | | | | | from #11303) Change-Id: I9003feeb3ee22f29975a3e8557cd8775e838c57f Merge: no
* Different fix for #11152 which is restricted to the problematic case in ↵Artur Signell2013-04-233-6/+60
| | | | | | horizontal layout Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0
* Fixed Accordion tab stylenames which never got applied on the tab widgets ↵John Ahlroos2013-04-223-0/+105
| | | | | | #11645 (merged from #10605 in 6.8 branch) Change-Id: I6af93e3846ecedd31cb9afac6321316b122c9df5
* Prevent double encoding problems when URI fragment contains special ↵Johannes Dahlström2013-04-194-31/+160
| | | | | | characters (#10769) Change-Id: I9043a1f84140b441ab4b3e86eadb708359a29155
* Support "to" in CSS function parameters (#11309)Henri Sara2013-04-187-48/+136
| | | | | | This change also relaxes whitespace checking in SCSS tests slightly. Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f
* Don't detach and reattach VAbstractSplitPanel child widgets unnecessarily ↵Johannes Dahlström2013-04-181-0/+6
| | | | | | (#11628) Change-Id: I84da9b786706410b42ae4116be0b0a3da896538b
* Fixed IE8 scrollbar issue with vertical layout when using both expansions ↵John Ahlroos2013-04-173-3/+84
| | | | | | and alignments #11169 Change-Id: Ia62db30e4e7f9bd02966db31b3bb691a1a60e58d
* Merge release notes from '7.0.4' into 7.0Henri Sara2013-04-161-0/+30
|\ | | | | | | | | | | 7.0.4 Change-Id: If47b657f0f941af11b02d0915e689f0568730077
| * Update release notes7.0.4Henri Sara2013-04-081-0/+30
| | | | | | | | Change-Id: Iada521e83ddd03dbfab4cba276b313daf27a1173
* | Fixes #11152 (IE9 caret/cursor postion) by applying position:relative to ↵Marc Englund2013-04-121-0/+6
| | | | | | | | | | | | inputs and textareas Change-Id: I067cd44d21ece65a0988b2fbb832a903aaf92aba
* | Fixed date reset when calendar is first initialized #11387John Ahlroos2013-04-121-1/+6
| | | | | | | | Change-Id: I48a839cceeab3cfc6722657eac8681a8766ab396
* | Fixed native button not triggering click event in IE #11094John Ahlroos2013-04-102-4/+30
|/ | | | Change-Id: I210a7ab59b107eefb9ba5d00566c2138fc83acf2
* Remove resource related code from VaadinPortlet (#11527)Henri Sara2013-04-081-30/+3
| | | | | Change-Id: I33f489922bab432d1d85f4d46b73df8bd89ae91c Merge: no
* Backported fix of minimal (empty hashmap) leak on redeploy (#9993)Artur Signell2013-04-032-9/+171
| | | | | Change-Id: I9933c21ab8449378269c577c9622d75586590e45 Merge: no
* Unified all portal integration tests to be based on JSR286Portlet (#8013, ↵Artur Signell2013-03-2113-368/+1168
| | | | | | | | | | | | | #9566, #11314) All portal tests are now based on the same test script. Portal tests avoid Vaadin locators to avoid random problems with the portlet id changing between test runs. * eXo 3 test must be run on Firefox, does not work in Chrome * Liferay theme test is now a separate test which does not depend on the Liferay integration test * Changing to maximized state using an action URL does not work with GateIn or eXo * The edit mode link does not work in WebLogic Portal as WebLogic feels it is not an allowed mode for the portlet Change-Id: I7a683688d8ffc611e211f8a60889a34b233b81c9
* Enable a Vaadin applications to be re-initialized if if has been re-added to ↵Artur Signell2013-03-202-4/+31
| | | | | | the same page (#8350) Change-Id: I30dbc14f00108fa699694ecd1d37679d8a0dff4b
* Make TextArea.setCursorPosition work in all browsers (#8769)Leif Åstrand2013-03-204-0/+376
| | | | | | | | | svn changeset:25579/svn branch:6.8 Conflicts: client/src/com/vaadin/client/ui/VTextField.java Change-Id: I3b53be8df4ce0564f34d8aa9bc1ce1c34648eadd