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

facebook / react / 14078
86%

Build:
DEFAULT BRANCH: master
Ran 05 Nov 2016 04:54PM UTC
Jobs 1
Files 230
Run time 10s
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

pending completion
14078

push

travis-ci

web-flow
Correctly render placeholder for textarea in IE11 (#8020)

* Check if textContent should be set for textarea

shouldSetNodeTextContent returns whether a node.textContent should be
updated. Currently it only covers one case, which is to avoid setting
the textContent if the text is empty and a placeholder exists.

* Only set node.value if it's equal to initialValue

In IE11 textContent is populated when the placeholder attribute is set.
Without this check, we end up setting node.value equal to the
placeholder text, causing the textarea to actually render with the text
inside.

This check makes sure that textContent is equal to our expected
initialValue, which should be the case when using defaultValue.

* Remove placeholder/textarea check, use contentToUse instead

7 of 7 new or added lines in 2 files covered. (100.0%)

8278 of 9356 relevant lines covered (88.48%)

3091.94 hits per line

Jobs
ID Job ID Ran Files Coverage
2 14078.2 (TEST_TYPE=test) 05 Nov 2016 04:54PM UTC 0
88.48
Travis Job 14078.2
Source Files on build 14078
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14078
  • e644faa6 on github
  • Prev Build on master (#14077)
  • Next Build on master (#14079)
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