summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged testbench test for #7110 from 6.8 (fix not needed for 7.0)7.0.77.0John Ahlroos2013-06-053-0/+122
| | | | | Change-Id: I14e02a02d77420e601ec5f98d70453fa85f1a473 svn: http://dev.vaadin.com/changeset/0000025944/svn
* Fixed newlinesArtur Signell2013-06-051-31/+31
| | | | Change-Id: I3cb7a5d24a17e375365bd5df383d0de516a66812
* Change field types from LinkedHashSet back to HashSet to retain binary ↵Johannes Dahlström2013-06-051-4/+9
| | | | | | | | compatibility (#11432) svn changeset:25964/svn branch:6.8 Change-Id: Iddf0fa7de10a788e1a51e006e92ed3976a39a30b
* Disable drag&drop when source or target component is disabled, ↵Marc Englund2013-06-055-13/+275
| | | | | | re-implementation of 6.8 fix for #11801 Change-Id: Iacd167ad7075620dae59ff2c7789efaf32521c59
* Ensure VBrowserFrame content is unloaded in IE (#11683)Leif Åstrand2013-06-051-0/+20
| | | | Change-Id: Ic3850bf00a1cfbdae6a955256509f0389fadaaa5
* Merge of properly focus clicked input element in Webkit (#11854, #11297)Artur Signell2013-06-054-10/+61
| | | | Change-Id: I4c313b55966bcbcd31a40bdd0bf561e887822e51
* Added missing import (#11982)Artur Signell2013-06-051-0/+1
| | | | Change-Id: Ie647ac58f028abd96ddaaf2952b606069071500e
* Properly disable combobox when parent is disabled (#10734)Artur Signell2013-06-053-3/+213
| | | | Change-Id: I3fc238b684d213f509b136d520e67920cb6ed1a4
* Do not submit TextArea value on enter in IE (#11982)Artur Signell2013-06-041-0/+8
| | | | | | For some reason the earlier patch was merged as a no-op Change-Id: Id11383495b6e36991d6bddcd4cf977145c455e30
* 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