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

wieringen / tinyscrollbar / 106 / 1
53%
master: 53%

Build:
DEFAULT BRANCH: master
Ran 20 Feb 2015 07:03PM UTC
Files 4
Run time 13s
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

20 Feb 2015 07:01PM UTC coverage: 54.393%. Remained the same
106.1

Pull #53

travis-ci

crrobinson14
Fix two resize() handler glitches when disabled

The ```resize``` event handler calls update with a 'relative' scroll. Two things happen in this case:

# The 'disabled' class is added MANY times - once for every pixel of resize (see below about debouncing)
# If the content size is less than the viewport size, a negative offset is added as part of the relative scroll. This causes the content to 'jump' down by the difference.

Note that it would probably also be a very good idea to 'debounce' this event handler... I wasn't sure what your preferred mechanism for that might be so I didn't include it here.
Pull Request #53: Fix two resize() handler glitches when disabled

260 of 478 relevant lines covered (54.39%)

1.07 hits per line

Source Files on job 106.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 106
  • Travis Job 106.1
  • e3b0a57f on github
  • Prev Job for on master (#105.1)
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