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

caleb531 / workday-time-calculator / 7000862792 / 3
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 27 Nov 2023 05:08AM UTC
Files 27
Run time 0s
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

27 Nov 2023 05:07AM UTC coverage: 93.981%. Remained the same
7000862792.3

push

github

caleb531
Fix next completion not canceling when deleting trailing space

This fixes a bug where, when completing a word and then pressing the
Delete key to delete the trailing space, the completion placeholder was
still active. Ironically, this was due to the cancel() call in the
EditorComponent.autocomplete() method; the cancel was resetting the
autocompleter model's (last-computed) 'completionQuery' property, which
was causing the substring optimization in fetchCompletions() to run.

The fix seems to be removing the cancel() call, but then (crucially)
resetting the rendered autocomplete in the DOM to prevent a flicker of
the previous placeholder text when tab-completing past the initial
autocomplete run.

With this fix, the behavior of canceling the autocomplete property in
this scenario is not only desired, but matches the behavior of the
previous autocomplete rendering implementation.

367 of 397 branches covered (0.0%)

Branch coverage included in aggregate %.

2178 of 2311 relevant lines covered (94.24%)

133.17 hits per line

Source Files on job 7000862792.3
  • Tree
  • List 0
  • Changed 19
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7000862792
  • 50016be1 on github
  • Prev Job for on main (#7000071963.1)
  • Next Job for on main (#7012071309.2)
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

© 2026 Coveralls, Inc