summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Disable drag&drop when source or target component is disabled, ↵Marc Englund2013-06-052-13/+37
| | | | | | 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-053-10/+29
| | | | 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-051-3/+7
| | | | 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-211-0/+2
| | | | | Change-Id: I83607c97db8499c5e3c76e6d4735a93b0754d580 Ticket: 10530
* Always add tooltip event handlers for Window (#11448)Leif Åstrand2013-05-201-0/+11
| | | | | | | | | 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
* Centers VOverlays in visual viewport on iOS, Android, fixes #11614Marc Englund2013-05-171-0/+65
| | | | | Change-Id: I21fc986b2f4253ad0491a49659db793acf77842d Ticket: 11614
* Fixed table height rendering in Android 2.3 #11331John Ahlroos2013-05-172-0/+25
| | | | Change-Id: I085d825459416b1487873660c7baf9b0cdb476d2
* Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-142-58/+110
| | | | | | | 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
* More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)Leif Åstrand2013-05-101-6/+27
| | | | | | | | | 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
* Add a large number of debug calls to VFilterSelect (disabled by default)Henri Sara2013-05-101-5/+80
| | | | Change-Id: Idd2d20ad01d4715a9f4693af8a7c293786dbae4b
* Don't ignore child component margins in AbstractOrderedLayout (#11553)Johannes Dahlström2013-05-101-12/+4
| | | | Change-Id: I89d8364b97bfe7d072cc7e5221b35ab3cdb3c58b
* 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-081-4/+14
| | | | | Change-Id: Ibd2009315aadb25e574c82f3b4b54c501d9b1395 Ticket: 10863
* Fixed NPE regression after fix for #11693John Ahlroos2013-04-261-1/+4
| | | | Change-Id: I8c9cf686d0746d790a1d55d66a75497fb627714c
* 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
* Fixed Accordion tab stylenames which never got applied on the tab widgets ↵John Ahlroos2013-04-221-0/+32
| | | | | | #11645 (merged from #10605 in 6.8 branch) Change-Id: I6af93e3846ecedd31cb9afac6321316b122c9df5
* Prevent double encoding problems when URI fragment contains special ↵Johannes Dahlström2013-04-192-3/+11
| | | | | | characters (#10769) Change-Id: I9043a1f84140b441ab4b3e86eadb708359a29155
* 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-171-3/+13
| | | | | | and alignments #11169 Change-Id: Ia62db30e4e7f9bd02966db31b3bb691a1a60e58d
* Fixed native button not triggering click event in IE #11094John Ahlroos2013-04-102-4/+30
| | | | Change-Id: I210a7ab59b107eefb9ba5d00566c2138fc83acf2
* Enable a Vaadin applications to be re-initialized if if has been re-added to ↵Artur Signell2013-03-201-0/+1
| | | | | | the same page (#8350) Change-Id: I30dbc14f00108fa699694ecd1d37679d8a0dff4b
* Make TextArea.setCursorPosition work in all browsers (#8769)Leif Åstrand2013-03-202-0/+118
| | | | | | | | | svn changeset:25579/svn branch:6.8 Conflicts: client/src/com/vaadin/client/ui/VTextField.java Change-Id: I3b53be8df4ce0564f34d8aa9bc1ce1c34648eadd
* Disabled TabIndex warning for now (#11325)7.0.3Artur Signell2013-03-191-3/+7
| | | | Change-Id: I89311c7e4bdab3a70aa335c203ef57badab7bec8
* Audio/Video fixes, for #11160 but it was much more broken. Also quite a few ↵Marc Englund2013-03-153-26/+73
| | | | | | | browser differences. Ticket: 11160 Change-Id: I1ee228e593eab75d96c285bfa26af9939e058d47
* Reattach when wrapping in webkit for correct text flow (#10536)Leif Åstrand2013-03-141-1/+4
| | | | Change-Id: I431b6a3c61a9308ad4189e5d79a5e70de8f1f560
* Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-141-6/+18
| | | | | | | | | | | | | svn changeset:25591/svn branch:6.8 Conflicts: server/src/com/vaadin/ui/Table.java Reverted change included by mistake in changeset [25591] for #7922 svn changeset:25606/svn branch:6.8 Change-Id: I6765a52ab213c131cca053227ee72b0007552f7f
* Added missing state update on the client side (#11028)Artur Signell2013-03-131-1/+3
| | | | Change-Id: I547f6e6426208d788b92ea8f429d4bb0aa9fdf24
* Fixed Tree keyboard navigation in Opera 12 (#11183)Artur Signell2013-03-131-1/+1
| | | | Change-Id: I6bbd486caef0056703d1b9ebc1ba5537aca75cfd
* Fixed header to make checkstyles happy (#11129)Artur Signell2013-03-131-3/+3
| | | | Change-Id: I4f1da57d318407da6a47a7095dbe4a08a6acc0f7
* Ensure nonwrapping textarea has white-space: pre; style (#10536)Leif Åstrand2013-03-131-0/+3
| | | | Change-Id: Iaac6b58d204082374827cb7b6caef5f5f81e3dbc
* Fixed IE8 sub window focus issue after editing a RichTextArea #10776Leif Åstrand2013-03-121-0/+34
| | | | | | | | Tests were merged to 7.0 in a previous commit. svn changeset:25458/svn branch:6.8 Change-Id: Ib4233f4d96311c76c104f1041f132377d357916d
* Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-124-10/+130
| | | | Change-Id: I80377792ade11946337e2900a7ea84209ae1d060
* Properly recognize class of redefined UI connector (#10867)Leif Åstrand2013-03-111-1/+1
| | | | Change-Id: I8e3afbd669123a846214c3bd65bf696aa2b5a536
* Set to empty function instead of undefined (#10960)Artur Signell2013-03-071-3/+1
| | | | | | It seems that the presence of the function is checked once while it is still set and it will be later called without additional checks that it is still set. Change-Id: Ie985d9047f4d2ca469f1a406ba40bca0ac3a59e9
* Fixed javascript issue in IE8 (delete cannot be used on window properties) ↵Artur Signell2013-03-061-1/+3
| | | | | | (#10960) Change-Id: I03bb7e7dda8a44d06dffd3a077cb9b8acc45741d
* Profiler based on __gwtStatsEvent (#10960)Leif Åstrand2013-03-062-41/+164
| | | | | | | | | * Bootstrap installs a __gwtStatsEvent implementation for tracking GWT's own bootstrap timing events * Profiler.enter and Profiler.leave use __gwtStatsEvent * Profiler data is displayed based on the data tracked by __gwtStatsEvent Change-Id: I3db05ca2622aecb745270f01d47cd71648e3bebd
* Add performance.timing support to Profiler (#11188)Leif Åstrand2013-03-062-0/+60
| | | | Change-Id: I3fb14b1280a1ee8bfaa2aeab87b40c374d2e4443
* Log errors as errors and not normal messages (#11251)Artur Signell2013-03-051-3/+4
| | | | Change-Id: I3686da461ea5b64b5051c2c3b24feb58814c929d
* Fixed scrolling jumping up to first row when adding rows and adjusting the ↵John Ahlroos2013-03-041-2/+14
| | | | | | currentPageFirstItem in the same UIDL request #10970 Change-Id: I54562e7e0c5429f3493892cf3a14380b0d15bbfd
* Add bootstrap performance measuring support (#11188)Leif Åstrand2013-03-011-1/+24
| | | | | | | | | | | svn changeset:25664/svn branch:6.8 Conflicts: client/src/com/vaadin/client/ApplicationConnection.java uitest/src/com/vaadin/tests/performance/BasicPerformanceTest.java uitest/src/com/vaadin/tests/util/TestUtils.java Change-Id: I699e7b47ad5a62b67dbdf1004da5e5daf009ba25
* Fix typo in #10937Leif Åstrand2013-02-261-1/+1
| | | | Change-Id: I2a0d65dc966ca1a60b017c0c69884e4ede0dc2d7