summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Handle touch events in Window (#18042)Anna Koskinen2016-05-091-3/+3
| | | | | | - fixes dragging not working from Window header Change-Id: I9a35926abf43208c4bab0ae4b6dbc29bac17ba7b
* Update @since for 7.6.6Henri Sara2016-05-061-2/+2
| | | | Change-Id: I633537c643c27fea64c4e55204ed54c64c39aa04
* Add javadocs for onConnectorHierarchyChangeLeif Åstrand2016-05-041-0/+30
| | | | Change-Id: Ibd177fc41d83c5d9fa6adc2c117a9cab4bf670df
* Take body scrolling into account when deciding combobox popup position (#19162)Artur Signell2016-05-021-11/+24
| | | | | | | | | | | For standard standalone Vaadin apps, the body scroll is not scrollable. For these this change should have no effect. In embedded cases and when running as portlet, the body is scrollable. For these cases, the popup is now correctly shown below the combo box when there is space. Change-Id: Ia183f4f2988e6593634f6e9735fd58abbd4a1da1
* Fix IE focus fix which has been broken since 7.0.0 (#7965)Artur Signell2016-04-281-3/+5
| | | | Change-Id: Ia0aee645ed3b0ba6de33a6a2ce9f8bde9b84f44f
* Restrict grid sidebar size to visible viewport (#19349)Artur Signell2016-04-282-4/+134
| | | | Change-Id: I75b7c662251de53b46e045d17d3cac650586acd2
* Scroll selected tab into view (#3899)Artur Signell2016-04-281-0/+7
| | | | Change-Id: I4e86caa4ad02dfc5d0eaa33b85f67da3837fcea0
* Use the correct window height when comparing to browser window height (#19590)Artur Signell2016-04-281-8/+11
| | | | Change-Id: I7fdecab93fa6730e63e3ba7f0df3a67f3020c19c
* Double check table focus in IE (#19676)Artur Signell2016-04-281-4/+23
| | | | Change-Id: I46d95e0b198dd4594e5c84dda9b6c462d4a7bf51
* Take transition into account for Window layout (#15192, #19525, #19415)Artur Signell2016-04-281-0/+16
| | | | Change-Id: I33bbbac39bff97330b166e1c608b702fe6e527d7
* Merge remote-tracking branch 'origin/master' into feature/mavenizeTeemu Suo-Anttila2016-04-213-4/+13
|\ | | | | | | Change-Id: I1c55d6158caf32b796a9ad0d9e8df5392812e9a6
| * Only handle shortcuts targeted for UI or body element (#19498)Artur Signell2016-04-181-2/+10
| | | | | | | | Change-Id: I796d7e4ac94db1b2b9d8698e9753a5be007a1c8c
| * Make sure RPC queue is only flushed when there are pending invocations (#19684)Artur Signell2016-04-131-1/+2
| | | | | | | | Change-Id: I95c47739fb785ed111642a41b0928a5dcde3fea2
* | Merge branch 'master' into feature/mavenizeelmot2016-04-139-48/+111
|\| | | | | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
| * Focus click element inside a drag'n'drop wrapper (#14826)Artur Signell2016-04-111-16/+4
| | | | | | | | | | | | | | | | | | | | | | Focus inside a drag'n'drop wrapper does not work out of the box as mousedown is cancelled to avoid text selection when starting a dnd operation. This change explicitly calls focus on the element at the location which was clicked. Input elements will now be able to gain focus but e.g. clicking to move the caret inside a text area won't work as mousedown is cancelled. Change-Id: I89e046ddb0b1044bc6a2f11fda4edbe5fda25743
| * Fix Grid to not refresh already focused cell (#19653)Teemu Suo-Anttila2016-04-051-1/+0
| | | | | | | | | | | | This removes a row repaint when a cell that already has focus is clicked again. Change-Id: I3e4f4f1aec49e2128cd47f7c0b1b1bb4611fbb04
| * Refresh grid body after resize (#19664)Markus Koivisto2016-04-051-0/+5
| | | | | | | | Change-Id: I8531f9d39aaa5854108e1bee9db121b0e54be770
| * Fix Escalator BodyContainer logical top row tracking (#17262)Markus Koivisto2016-04-051-0/+9
| | | | | | | | Change-Id: I43041999cba9429e3a08b09f14ac2e8f58774285
| * Update @since tags for 7.6.4 and related javadocHenri Sara2016-03-082-1/+8
| | | | | | | | Change-Id: Ia548da265c4cdfae13c6f0f76939f767ccf60975
| * Correctly report timing information again (#19661)Artur Signell2016-03-071-2/+1
| | | | | | | | Change-Id: I3d37118c7bafeac3340a6f0305c96bfe601ebb59
| * Support string data in javascript renderers (#18209)Leif Åstrand2016-03-071-8/+12
| | | | | | | | Change-Id: I2be48aa7a60920193a2f4bd9a413979cb9c48f34
| * Make table take parent enable state changes into account (#19455)Artur Signell2016-03-051-14/+19
| | | | | | | | Change-Id: I11d9e7bcdc3471157b9c21881d463ef5a747d2c1
| * Fix ScrollbarBundle to use proper rounding instead of truncate (#19657)Teemu Suo-Anttila2016-03-051-2/+2
| | | | | | | | Change-Id: Ib90bd0762f02ce43b0057e0b27b8491ad6e987d5
| * Omit timings in production mode (#19644)Henri Sara2016-03-011-1/+5
| | | | | | | | | | | | | | | | * UIDL responses only include server side timing information when not in production mode. * Update documentation accordingly. Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42
| * Fix DragAndDropWrapper update after file upload (#19616)maxschuster2016-03-012-4/+27
| | | | | | | | | | | | | | | | | | | | | | After a file has been uploaded VDragAndDropWrapper tries to pull changes from the server by calling ApplicationConnection.sendPendingVariableChanges() which has no effect. This change replaces the ApplicationConnection.sendPendingVariableChanges() call with an RPC. Change-Id: Ibdf7f4d702add9507dbe54c1fdb402f0f4b19d19
| * Disable browser's own autocomplete suggestions in ComboBox (#16647)Leif Åstrand2016-02-291-0/+20
| | | | | | | | Change-Id: I600d4c506511ed688d39b93cc6fde6c7a49a5353
* | Build vaadin-client with mavenTeemu Suo-Anttila2016-03-18549-0/+1277
|/ | | | Change-Id: I36c426086a2b957f6f738d17470c499a01ddac3b
* Add missing @since for 7.6.3elmot2016-02-191-2/+2
| | | | Change-Id: Iccd7f1e00a245a1ba5572f4086a55bdbe40218c9
* Fix Editor trying to detach save and cancel buttons when unbufferedTeemu Suo-Anttila2016-02-161-2/+4
| | | | | | This is a fix to an regression in some grid patch. Change-Id: Ibd35d7a06f0e0b15e854bf036ccfb7f462e2d37f
* Fix AbstractRemoteDataSource cache clean up on remove (#19482)Teemu Suo-Anttila2016-02-131-3/+7
| | | | Change-Id: Ib9fc54ef018afe7f571204aba41182333b77c47f
* Fix NPE if stopping navigation in onBeforeUnload (#19541)Artur Signell2016-02-131-0/+8
| | | | Change-Id: Idcba5ceeff9df88a4ea7fe6b34e2e2537b7ee58c
* Fix NPE on column width detection in TreeTable and RowGenerator (#19437)Teemu Suo-Anttila2016-02-131-3/+7
| | | | Change-Id: I7ed03d34124dda839bddc2507274a63b1e22f05f
* Open editor deferred to allow column size calculations on init (#19488)Teemu Suo-Anttila2016-02-051-2/+2
| | | | Change-Id: I6c7e8ba462345bad8d6d185b0a3160ae82726f46
* Fix Editor overlay position when footer is displayed on top (#19491)Teemu Suo-Anttila2016-02-051-3/+5
| | | | Change-Id: Ifffe66c8a872fe3625cf8c60115b172610b6e9b5
* Make project Java 8 compatibleArtur Signell2016-02-031-1/+3
| | | | Change-Id: I875e152b8851d7b962be47f369c1f6b483193260
* Make hiding/showing components in grid header/footer work (#19297)Artur Signell2016-01-292-37/+82
| | | | Change-Id: Iebe1135e26f2f6fae98befb7c42e3c0fdb18c13b
* Add missing @since for 7.6.2elmot2016-01-282-3/+3
| | | | Change-Id: I6f33dcdc4785b8e73f768abfe955fba178bd9c76
* Make Checkbox label send context click events also (#19456)Artur Signell2016-01-221-0/+15
| | | | Change-Id: Ic23a84357e1d0d333905ce6b3931c41ee90148f6
* Do not process click events for disabled optiongroups (#19433)Artur Signell2016-01-211-1/+5
| | | | | | | | This removes the warning logged on the server side when the RPC reaches it for the disabled component. As this is more of a cosmetic change, there is no automatic test. Change-Id: I8bfa83bd0a26c585e1614d821ac3b598294db09d
* Allow legacy components to paint infinity double values again (#19447)Artur Signell2016-01-211-1/+5
| | | | | | | | | | | | | | | | | JsonPaintTarget.addAttribute(String,double) converts infinity values to { "name": Infinity }. This is not valid JSON but has "always worked" and at least NumberField relies on being able to send infinity values. For state and RPC it's not possible to send 'infinity' as JsonNumber converts those to null. It is not possible to send 'infinity' back to the server using a legacy variable either as also in this case JsonNumber is used and the value becomes null. This fix should be reverted when legacy variable support is removed. Change-Id: I4b5366420e11915236eff447e3eeedc458cf8cea
* Clean up SingleSelectionModel client-side on data source change (#19469)Teemu Suo-Anttila2016-01-131-0/+10
| | | | Change-Id: Ie0044341725b858e5cbae150da757aba878fc9ed
* Add clarifying comment to CustomDetailsGeneratorTeemu Suo-Anttila2016-01-121-1/+3
| | | | Change-Id: I9e6668b1fbc0a956bf34b48b75df59279005d097
* Add missing @since for 7.6.1Teemu Suo-Anttila2016-01-122-1/+3
| | | | Change-Id: Ic28598e561f0fc325b6f74ace3398d46ba996fb5
* Use LayoutManager for details rows (#18821, #18619)Leif Åstrand2016-01-124-11/+106
| | | | Change-Id: I430e55db8a3e2860f68f5351e06d8d069a657d6e
* Split VOverlay functionality to a new base class (#19347)Teemu Suo-Anttila2016-01-124-1010/+1070
| | | | | | This fixes the missing z-index for the Grid popup. Change-Id: I5474fe653ad4ece38e9bc3cb2331a1d2190ea898
* Fix ScrollbarBundle to not round down pixel values (#19421)Teemu Suo-Anttila2016-01-081-12/+2
| | | | | | | | | Since Escalator now uses subpixels in most cases, scrollbar calculation fails when ScrollbarBundle calls Math.floor for the offset size. Removed rounding, added a pixel epsilon check that we don't make a scrollbar when it's not really needed. Change-Id: I228fd7dd48d4506e5b2b7bb799291c9a122ea3fe
* Support non-AbstractFieldConnector fields with Grid Editor (#19440)Teemu Suo-Anttila2016-01-071-6/+6
| | | | Change-Id: Ib3eaf0b35cfe88391c8ab3b5fcbe668d67c2dd3c
* Always set header/footer style name to TH (#19209)Artur Signell2016-01-071-1/+1
| | | | Change-Id: I8d0240fb76b9841e7290bf13588975da20c78b62
* ConnectorHierarchyChangeEvent.getParent() should return the connector (#18525)Artur Signell2016-01-071-11/+8
| | | | Change-Id: Ifd2151a76ff77127170f2d95a800dfb7d601a7d3
* Fixes exception when enter is pressed and there is nothing to select (#19149)Artur Signell2016-01-071-2/+10
| | | | Change-Id: I8ff11e98bb4ec999d369ff5bcde0cb95290ed037