DickinsonCollege / FD2School-FarmData2-S23

A fork of FarmData2 that is used for the FarmData2 School Activities.
Other
1 stars 36 forks source link

Updated documentation to account for extra blank spaces added in CustomTableComponent #239

Closed Alexandrialexie closed 1 year ago

Alexandrialexie commented 1 year ago

Pull Request Description

We have found that the blank space bug seems to be happening from outside of the FarmData2 code, so the best solution seems to be to use ri- when possible instead of ricj. When td-ricj needs to be used, the best option seems to be to use contains.text instead of have.text.

We have updated the documentation of the CustomTableComponent accordingly.

Closes #215


Licensing Certification

FarmData2 is a Free Cultural Work and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request I certify that I satisfy the terms of the Developer Certificate of Origin for its contents.

braughtg commented 1 year ago

Super! Great detective work tracking this down. I know the change seems small, but I know it took a lot of effort to really track this down. Thanks!