summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Remove synchronous AJAX support (#11254)Johannes Dahlström2013-03-271-140/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SJAX was used in Vaadin 6 only for window close events, and those are not supported in Vaadin 7. Change-Id: I3ca7137d5a16252f63051314743e0bee2890caf1
| * | | | | | | Removed code which calculates size incorrectly (#11395)Artur Signell2013-03-251-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2fbe7031ee1d778f8ebe96a8e773113d8529fba9
| * | | | | | | Fixed ComponentLocator to be backwards compatibleArtur Signell2013-03-251-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The WAI-ARIA fix (#11180) introduced a new FlowPanel in a PopupDateField popup which is now handled properly. Change-Id: I192018c95d6d1502e3a50e5c30d4125d467ddf94
| * | | | | | | Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-2114-45/+389
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: uitest/test.xml Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12
| * | | | | | | | WAI-ARIA fields (#11180)michaelvogt2013-03-2014-51/+535
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Field implementations of the WAI-ARIA changes in the base classes Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a
| * | | | | | | | Remove unnecessary theme name sanitation (#10708)Artur Signell2013-03-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib28d4bbf7602017e371c4597733f1558cdb0b796
| * | | | | | | | Apply webkitoverflowautofix for IE10 #11327John Ahlroos2013-03-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I561d63dc7c6349ccbe88db55cfc629fca54a7eb0
| * | | | | | | | Fixed broken Gridlayout cell position calculation in IE10 #11303John Ahlroos2013-03-131-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic587c940cab1d145d6be1136c12a46a4b2adb277
| * | | | | | | | Implemented injection of css styles #5500John Ahlroos2013-03-131-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaccffb4a3e137968d5f51672cdd56f803a9e9d2e
| * | | | | | | | Added fallbacks for when IE10 reports width/height as 'auto' when getting ↵John Ahlroos2013-03-121-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the ComputedStyle #11308 Change-Id: I5cdf98feb8f5f92edeb253b259c354211bd5e369
| * | | | | | | | Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-125-48/+267
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id118fd9bae1fdf7e7ce2efd660ade5ba7bbc5109
| * | | | | | | | | Add missing license headersLeif Åstrand2013-03-112-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic5c928b67b90c241be919d556ba8aa49f2de422c
| * | | | | | | | | #11265 AriaHandler NPEmichaelvogt2013-03-061-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes JavaScript exception when debug window is open Change-Id: Ic296cc643cf7b128c34d6446a05ea89a85bdcc35
| * | | | | | | | | Added IE10 touch support detection #9216John Ahlroos2013-03-051-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3e5b2266b641901590b7806a04c6ef8c68fbe0f4
| * | | | | | | | | WAI-ARIA for form fields (#11180)michaelvogt2013-03-054-1/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in the base classes of the form fields for WAI-ARIA integration Change-Id: I770082c353b1b0004875675e28f03d6a3e69f03f
| * | | | | | | | | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-014-156/+293
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/7.0'Artur Signell2013-02-2223-129/+710
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id48ccb3c400a78cddb8bb5c7bbcf2d65174e59d0
| * \ \ \ \ \ \ \ \ \ \ Merge branch '7.0'Artur Signell2013-02-156-76/+188
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3e0d66cd6bef2336004084e69a19c96d8346bf8d
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/7.0'Henri Sara2013-02-141-3/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7428e1c57836f055a39b39425a3bcb6bada38d1e
| | * \ \ \ \ \ \ \ \ \ \ \ Merge "Removed redundant inline style (#10524)"John Ahlroos2013-02-141-3/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Removed redundant inline style (#10524)Artur Signell2013-02-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic0b99e7c2a1e5071ea240b35377438dd68e0d2e2
* | | | | | | | | | | | | | | 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