summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* 8.3.2 since (#10683)Ilia Motornyi2018-03-064-4/+4
|
* Fix client and server filter state mismatch in Combobox (#10630)Anna Koskinen2018-02-281-5/+4
| | | Fixes #10624
* Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440)Olli Tietäväinen2018-02-283-1/+56
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10429 * implement focus handing in RadioButtonGroup, fixes #10429 * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * merge * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * fix initial focus handling also on CheckBoxGroup and add tests * add license headers * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * changed client to use lambdas and refactored focus testing to parent class * made FocusTest abstract * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * don't allow focusing on disabled items & refactor focusing first item
* Fix GridLayout spacing if first row/column empty and set to be hidden (#10593)Anna Koskinen2018-02-281-6/+22
|
* Fix Grid details height calculation issue (#10343)Adam Wagner2018-02-286-3/+187
|
* Fix Grid initial render performance (#10579)8.3.1Teemu Suo-Anttila2018-02-063-78/+141
| | | Fixes #10232
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-312-6/+121
| | | Fixes #10284
* Fix column width in resize event when mode is SIMPLE (#10442)Adam Wagner2018-01-311-2/+5
|
* Make modal window focus circulate correctly (#10497)Olli Tietäväinen2018-01-311-2/+11
|
* Rename widgetEventsAllowed to handleWidgetEvents (#10529)Leif Åstrand2018-01-152-13/+13
|
* Ensure Upload is properly reset after an upload is interrupted (#10522)Anna Koskinen2018-01-151-0/+1
| | | Fixes #9635
* Recognise Firefox and its version on iOS (#10466)Adam Wagner2018-01-151-0/+45
| | | Fixes #9592
* Fix space key on selection checkbox to select grid row (#10388)Marco Collovati2018-01-151-1/+18
| | | Fixes #10221
* Add aria-modal attribute and role='dialog' for modal Window (#10447)Olli Tietäväinen2018-01-151-2/+6
| | | Fixes #10424
* Backport fix for removing Notifications on close (#10504)Teemu Suo-Anttila2018-01-151-9/+23
|
* Rename contentMode to descriptionContentMode in MenuItem (#10494)Leif Åstrand2018-01-081-10/+10
|
* Add missing since tags and JavaDocs (#10487)8.3.0.alpha1Teemu Suo-Anttila2018-01-034-5/+27
|
* Make profiler work again (#10462)Artur2018-01-021-1/+1
|
* Implement widget event handling for Columns in Grid (#10412)Teemu Suo-Anttila2017-12-292-6/+62
| | | | Fixes #7833
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-291-2/+12
| | | | | 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.
* Allow setting custom styles to DateField calendar date cells (#10305)Anna Koskinen2017-12-283-0/+32
| | | Fixes #10304
* Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394)Marco Collovati2017-12-282-6/+13
| | | | | | Adds v-select-option-selected class to the selected group items in CheckboxGroup and RadiobuttonGroup Fixes #3387
* Do not create DOM elements for initially hidden columns (#10465)Artur2017-12-282-0/+7
|
* Change the order of inheritance to preserve user.agent property (#10470)Adam Wagner2017-12-271-2/+2
|
* Fix selection column size calculation without data (#10384)Teemu Suo-Anttila2017-11-291-44/+59
|
* Add missing JavaDocs and since tags (#10372)Teemu Suo-Anttila2017-11-243-0/+24
|
* DateField not to fire focus/blur event when going to sub-components (#10246)Ahmed Ashour2017-11-233-23/+60
| | | Fixes `DateField blur event fires when focus gets to the "calendar button"` #1008
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-221-1/+1
|
* Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332)Pekka Hyvönen2017-11-222-2/+14
| | | | | | | * Fix missing v-disabled for RadioButtonGroup * Fix missing v-disabled for CheckBoxGroup Resolves #9258
* Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240)Ahmed Ashour2017-11-221-21/+8
|
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-213-13/+13
| | | | | | | | | | | | | | | | | * 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)Ansku2017-11-212-48/+199
| | | | | | | | | | | * 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 Ashour2017-11-212-5/+2
|
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-157-15/+15
|
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-151-16/+47
| | | | | | | | | | | | | | | | | * 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.
* set default ContentMode PREFORMATTED in parameterless TooltipInfo ↵Olli Tietäväinen2017-11-101-0/+1
| | | | constructor, fixes undefined enum value access in VTooltip.setTooltipText
* Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278)Ansku2017-11-102-0/+32
|
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-102-6/+37
|
* Remove deprecated usage of ApplicationConnection.hasEventListeners() (#10248)Ahmed Ashour2017-11-075-8/+13
| | | From VDateField and VWindow
* Skip scheduled flush if clear() is called (#10289)Leif Åstrand2017-11-071-8/+15
| | | Based on vaadin/flow#2834
* Make focus circulate in modal dialog to improve accessibility (#10260)Péter Török2017-11-072-1/+32
| | | Make focus circulate in modal dialog to improve accessibility
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-0622-80/+159
| | | Because VConsole is deprecated and it recommends using Logger instead
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-061-1/+1
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-0136-646/+396
|
* Use local variable for getWidget(). (#10253)Ahmed Ashour2017-10-3117-278/+292
| | | | | 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 Ashour2017-10-314-17/+13
|
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-3112-27/+13
|
* Fix combo box suggestion popup height (#10256)Adam Wagner2017-10-301-3/+11
| | | Fixes #10214
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-302-2/+53
| | | | | | | | | | | | | | | | | | | | | | | | * add Grid#Column#get/setAssistiveCaption * fix test and update doc * move testGridAssistiveCaption to GridTest * delete test file * delete test file * Delete GridAssistiveCaptionTest.java * Create GridAssistiveCaptionTest * Create GridAssistiveCaption * Rename GridAssistiveCaption to GridAssistiveCaption.java * Rename GridAssistiveCaptionTest to GridAssistiveCaptionTest.java * Reformat using eclipse
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-2743-959/+549
| | | Also improve naming by replacing one-letter variable names.