Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement NewItemProvider to replace NewItemHandler (#10606) | Anna Koskinen | 2018-02-07 | 3 | -23/+69 |
| | |||||
* | Fix GridLayout spacing if first row/column empty and set to be hidden (#10593) | Anna Koskinen | 2018-02-06 | 1 | -5/+4 |
| | |||||
* | Fix Grid details height calculation issue (#10343) | Adam Wagner | 2018-02-06 | 1 | -0/+17 |
| | |||||
* | Fix Grid initial render performance (#10579) | Teemu Suo-Anttila | 2018-02-05 | 1 | -0/+9 |
| | | | Fixes #10232 | ||||
* | Fix ComboBox new item handler test (#10587) | Anna Koskinen | 2018-02-05 | 1 | -0/+2 |
| | |||||
* | Add flush() implementation to DateField (#10518) | Adam Wagner | 2018-02-02 | 2 | -0/+83 |
| | | | Fixes #10488 | ||||
* | Add setters to Payload for JsonCodec to be able to encode | Adam Wagner | 2018-02-01 | 1 | -0/+55 |
| | | | Fixes #10428 | ||||
* | Add ARIA label support to DateField (#10538) | Adam Wagner | 2018-01-31 | 3 | -0/+106 |
| | | | Fixes #10454 | ||||
* | Selection handling fix when adding new item to ComboBox. (#10445) | Anna Koskinen | 2018-01-30 | 2 | -0/+369 |
| | | | Fixes #10284 | ||||
* | Fix column width in resize event when mode is SIMPLE (#10442) | Adam Wagner | 2018-01-29 | 2 | -0/+83 |
| | |||||
* | Fix Grid not updating selected item immediately (#10569) | Teemu Suo-Anttila | 2018-01-25 | 2 | -5/+22 |
| | |||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Make modal window focus circulate correctly (#10497) | Olli Tietäväinen | 2018-01-24 | 2 | -15/+56 |
| | |||||
* | Rename widgetEventsAllowed to handleWidgetEvents (#10529) | Leif Åstrand | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Ensure Upload is properly reset after an upload is interrupted (#10522) | Anna Koskinen | 2018-01-11 | 2 | -0/+320 |
| | | | Fixes #9635 | ||||
* | Fix tests for Chrome 63 and focus issues in IE11 (#10495) | Teemu Suo-Anttila | 2018-01-10 | 7 | -19/+18 |
| | |||||
* | Fix space key on selection checkbox to select grid row (#10388) | Marco Collovati | 2018-01-09 | 1 | -0/+18 |
| | | | Fixes #10221 | ||||
* | Add aria-modal attribute and role='dialog' for modal Window (#10447) | Olli Tietäväinen | 2018-01-09 | 1 | -0/+16 |
| | | | Fixes #10424 | ||||
* | Add Notification.close() to hide a notification from the server (#10483) | Artur | 2018-01-09 | 2 | -4/+80 |
| | | | | | Also fixes the problem that notifications were never removed on the server side Fixes #2114, fixes #10481 | ||||
* | Implement widget event handling for Columns in Grid (#10412) | Teemu Suo-Anttila | 2017-12-29 | 2 | -2/+16 |
| | | | | Fixes #7833 | ||||
* | Add ContentMode for the description of MenuItems (#9984) | Jonas Zipprick | 2017-12-29 | 2 | -3/+26 |
| | | | | | Adds the ability to set the content mode for the description of a menu item that is part of a menu bar. This functionality was already available for every AbstractComponent but missing for the menu items of menu bars. If no content mode is specified it defaults to the PREFORMATED content mode. | ||||
* | Treat fields as readonly when bound with null setter (#10477) | Marco Collovati | 2017-12-29 | 1 | -1/+1 |
| | | | Fixes #10476 | ||||
* | Allow setting custom styles to DateField calendar date cells (#10305) | Anna Koskinen | 2017-12-28 | 4 | -0/+101 |
| | | | Fixes #10304 | ||||
* | Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394) | Marco Collovati | 2017-12-28 | 2 | -0/+39 |
| | | | | | | Adds v-select-option-selected class to the selected group items in CheckboxGroup and RadiobuttonGroup Fixes #3387 | ||||
* | Fix selection column size calculation without data (#10384) | Teemu Suo-Anttila | 2017-11-29 | 2 | -0/+86 |
| | |||||
* | Fix styling of Window control buttons to show focus (#10285) | Anna Koskinen | 2017-11-28 | 2 | -0/+73 |
| | | | Fixes #8918 | ||||
* | Prevent killing UI if heartbeats are pending (#10371) | Teemu Suo-Anttila | 2017-11-27 | 2 | -0/+94 |
| | | | Fixes #9663 | ||||
* | DateField not to fire focus/blur event when going to sub-components (#10246) | Ahmed Ashour | 2017-11-23 | 3 | -2/+82 |
| | | | Fixes `DateField blur event fires when focus gets to the "calendar button"` #1008 | ||||
* | Fix RadioButtonGroupTest imports (#10354) | Teemu Suo-Anttila | 2017-11-22 | 1 | -8/+8 |
| | |||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332) | Pekka Hyvönen | 2017-11-22 | 4 | -0/+217 |
| | | | | | | | * Fix missing v-disabled for RadioButtonGroup * Fix missing v-disabled for CheckBoxGroup Resolves #9258 | ||||
* | Test for MenuBar's WAI-ARIA attributes (#3922) (#10349) | Ansku | 2017-11-22 | 2 | -0/+105 |
| | |||||
* | Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240) | Ahmed Ashour | 2017-11-22 | 3 | -0/+71 |
| | |||||
* | Create DescriptionGenerator in package com.vaadin.ui (#10346) | Aleksi Hietanen | 2017-11-21 | 3 | -3/+3 |
| | | | | Deprecate com.vaadin.ui.components.grid.DescriptionGenerator and subclass it from the new DescriptionGenerator. | ||||
* | Fix issues from API review for 8.2 (#10342) | Aleksi Hietanen | 2017-11-21 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | * Rename HierarchicalDataCommunicator#getMapper to getHierarchyMapper * Make rpc field in Notification private * Change DropIndexCalculator.ALWAYS_DROP_TO_END to a generic static method * Move EditorImpl#editRow documentation to the interface level * Correct GridDragEndEvent, GridDragStartEvent constructor javadocs * Revert SharedState.registeredEventListeners to a Set * Rename GridDropTarget dropAllowedOnSortedGridRows * Rename ColumnState.contentMode to tooltipContentMode | ||||
* | Issue3922disableditem (#10259) | Ansku | 2017-11-21 | 2 | -0/+31 |
| | | | | | | | | | | | * Accessibility for MenuBar (#3922) * TabIndex handling fix and an indexing tweak * Make disabled MenuItems selectable for accessibility (#3922) - It should be possible to navigate to a disabled MenuItem, even if triggering the related command is disabled * Refactor primary style name and aria attribute handling to own method | ||||
* | Remove unused imports (#10330) | Ahmed Ashour | 2017-11-21 | 6 | -9/+0 |
| | |||||
* | Update testbench version (#10336) | Guille | 2017-11-20 | 1 | -24/+0 |
| | |||||
* | Rename GridDragger to GridRowDragger (#10333) | Pekka Hyvönen | 2017-11-17 | 4 | -12/+12 |
| | | | The old name GridDragger gave an impression that you're dragging the whole grid instead of rows. | ||||
* | Add documentation on GridDragger (#10328) | Pekka Hyvönen | 2017-11-16 | 1 | -0/+62 |
| | | | | This pathc also switches GridDragger to by default not allow drops on rows when the grid has been sorted. | ||||
* | Add helper for Grid row DnD (#10255) | Pekka Hyvönen | 2017-11-15 | 4 | -95/+222 |
| | | | | | | | | | | | | | | | | | | * Added Griddragger. * Refactored the GridDragger to match FW style Unit tests, Test UI and documentation to come next. * Change DropMode to BETWEEN and add Test UIs * Simplify GridDragger API * Fixes and unit tests for GridDragger Fixed issues regarding drop index calculation when sourche and target grid is the same. When the ListDataProvider is not internally using List, always drops to the end. Updates the old data provider instead of creating a new one to preserve filters&sorting. | ||||
* | Add new drop mode ON_GRID for GridDropTarget (#10296) | Pekka Hyvönen | 2017-11-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | * Add new drop mode ON_GRID for GridDropTarget Also adds a way to not accept drops on rows when the user has sorted the grid. This way the bad UX can be avoided for showing the drop indicator for the wrong place when the grid has been sorted. This has not been made default behavior to GridDropTarget since it would change behavior compared to 8.1. Instead if is triggerable via API in GridDropTarget. * Refactor sorted grid drop logic to server side * Block setDropMode calls Blocking setDropMode set values if the grid has been sorted and drop on sorted rows is not allowed. The value is used once the grid is not sorted anymore or the drops are allowed on sorted rows. | ||||
* | Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278) | Ansku | 2017-11-10 | 2 | -7/+25 |
| | |||||
* | Add ContentMode for row and cell descriptions in Grid (#10282) | Teemu Suo-Anttila | 2017-11-10 | 2 | -29/+170 |
| | |||||
* | Make focus circulate in modal dialog to improve accessibility (#10260) | Péter Török | 2017-11-07 | 3 | -3/+15 |
| | | | Make focus circulate in modal dialog to improve accessibility | ||||
* | Use Logger instead of VConsole (#10249) | Ahmed Ashour | 2017-11-06 | 1 | -2/+7 |
| | | | Because VConsole is deprecated and it recommends using Logger instead | ||||
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 493 | -9946/+4276 |
| | |||||
* | Use local variable for getWidget(). (#10253) | Ahmed Ashour | 2017-10-31 | 1 | -6/+7 |
| | | | | | In some places, getWidget() is called many times, and I believe this can have a litte performance improvement, since in some cases super.getWidget() is called more than once. | ||||
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 17 | -46/+54 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 9 | -21/+9 |
| |