• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vaadin / vaadin-combo-box
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: 5.4
DEFAULT BRANCH: master
Repo Added 05 Jun 2018 07:23AM UTC
Files 8
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH dont-request-empty-loaded-page-again
branch: dont-request-empty-loaded-page-again
CHANGE BRANCH
x
Reset
  • dont-request-empty-loaded-page-again
  • 229-load-indicator
  • 386-improve-undefined-size-scrolling
  • 5.0
  • 5.1
  • 5.2
  • 5.3
  • 5.4
  • 957-empty-items
  • @vaadin/vaadin-component-dev-dependencies
  • ImproveComboBoxDemos
  • attr-jsdoc
  • bug-783
  • bump-text-field
  • chore/perf-cleanup
  • clear-button-lazy-loading
  • clear-button-visible
  • clear-value-in-listener
  • cp/combo-box-item-type
  • data-provider-docs
  • data-provider-pool
  • data-provider-scroll
  • duplicate-custom-value-set
  • dx/#148
  • dynamic-size-change-tests
  • feat/add-helper-slot
  • feature/auto-open-disabled
  • feature/lazy-loading
  • feature/material-visual-test
  • feature/propagate-theme
  • feature/renderer
  • filter-items-auto-open
  • fix-973
  • fix-clear-pending-requests
  • fix-combo-box-allow-value
  • fix-custom-value
  • fix-custom-value-bug
  • fix-custom-value-event
  • fix-custom-value-issue
  • fix-demo-renderers
  • fix-fast-scroll
  • fix-only-3-items-rendered-first
  • fix-scroll-test
  • fix-visual-tests
  • fix/#652-root-level-item-template
  • fix/#717-itemLabelPath-undefined-error
  • fix/529-overlay-width
  • fix/622
  • fix/694-perf
  • fix/758
  • fix/778
  • fix/780
  • fix/787
  • fix/792
  • fix/815
  • fix/900_Valid_item_is_not_selected_if_ComboBox_has_a_dataprovider_and_autoopendisabled
  • fix/big-size-crash
  • fix/clearcache-error
  • fix/close-on-empty-data
  • fix/comboboxitem-type
  • fix/custom-value-focus
  • fix/filtered-items
  • fix/flow-components/915/Server_side_filtering_seems_to_be_case_sensitive
  • fix/handle-null-value-label-properties
  • fix/heightOverlayScroller
  • fix/invalid-value-multiple-times
  • fix/loading
  • fix/loading-selected-items
  • fix/opened-when-no-items
  • fix/placeholder-reuse
  • fix/readonly-a11y
  • fix/redundant-icon-font
  • fix/remove-polymer-from-readme-code
  • fix/reorganize-demos
  • fix/scroll-performance
  • fix/simple-first-demo
  • fix/visual-tests
  • force-next-request-after-clearCache
  • gemini-changes
  • gen-ts-defs
  • improveVaadinComboBoxDemos
  • manual-render
  • master
  • md-preview
  • move-ipad-to-cronplatforms
  • p3-preview
  • pekam-patch-1
  • position-target-update
  • postpone-overlay-render-with-dom-if
  • prepare-wc-deps-14.3
  • preserve-propagate-dir
  • preserve-rtl
  • refactor-selector
  • refactor/disable-upgrade
  • renderer-preview
  • reset-size-on-clearCache
  • revert-752
  • rtl-support
  • stop-enter
  • test-rtl
  • update-filteredItems-when-size-changes
  • update-modulizer
  • update-screenshot
  • update-to-xenial
  • v4.1.0-alpha1
  • v4.1.0-beta1
  • v4.1.0-beta2
  • v4.2.0-alpha1
  • v4.2.0-alpha3
  • v4.2.0-alpha4
  • v4.2.0-alpha5
  • v4.2.0-alpha7
  • v4.2.0-beta2
  • v4.2.1
  • v4.2.2
  • v4.2.3
  • v4.2.5
  • v4.2.6
  • v4.2.8
  • v5.0.0-alpha1
  • v5.0.10
  • v5.0.11
  • v5.0.2
  • v5.0.3
  • v5.0.4
  • v5.0.5
  • v5.0.6
  • v5.0.7
  • v5.0.8
  • v5.0.9
  • v5.1.0
  • v5.1.0-alpha1
  • v5.2.0
  • v5.2.0-alpha1
  • v5.2.0-alpha2
  • v5.3.0
  • v5.3.0-alpha1
  • v5.3.0-alpha2
  • v5.3.0-alpha3
  • v5.3.0-alpha4
  • v5.3.0-alpha5
  • v5.3.0-beta1
  • v5.4.0
  • v5.4.0-alpha1
  • v5.4.1
  • v5.4.2
  • v5.4.3
  • v5.4.4
  • v5.4.5
  • v5.4.6
  • v5.4.7

pending completion
3909

Pull #772

travis-ci

web-flow
Don't request empty loaded page again

Previously, combobox didn't request a page again if it was already
loaded, but this logic did not apply if the returned array was empty.

This caused a bug in the Flow component, as the Flow dataprovider
doesn't return the empty array again after it has already given this
data to the client. This left the combobox hanging in loading state.

Flow component issue:
https://github.com/vaadin/vaadin-combo-box-flow/issues/178
Pull Request #772: Don't request empty loaded page again

457 of 515 branches covered (88.74%)

Branch coverage included in aggregate %.

6 of 6 new or added lines in 1 file covered. (100.0%)

629 of 655 relevant lines covered (96.03%)

10513.46 hits per line

Relevant lines Covered
Build:
Build:
655 RELEVANT LINES 629 COVERED LINES
10513.46 HITS PER LINE
Source Files on dont-request-empty-loaded-page-again
  • List 0
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
3909 dont-request-empty-loaded-page-again Don't request empty loaded page again Previously, combobox didn't request a page again if it was already loaded, but this logic did not apply if the returned array was empty. This caused a bug in the Flow component, as the Flow dataprovider does... Pull #772 12 Feb 2019 09:22AM UTC web-flow travis-ci pending completion  
3908 dont-request-empty-loaded-page-again Don't request empty loaded page again Previously, combobox didn't request a page again if it was already loaded, but this logic did not apply if the returned array was empty. This caused a bug in the Flow component, as the Flow dataprovider does... push 12 Feb 2019 08:57AM UTC pekam travis-ci pending completion  
See All Builds (942)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc