Ticket #2530529 (closed defect)
Reporter Eugene Kashida |
Opened: 07/13/11 Last modified: 08/18/11 Status: closed Type: defect Resolution: fixed |
Owner Ryan Grove |
Target Release: 3.4.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Bad check when tacking on non-highlighted remainder of haystack | ||
| Description: | Off-by-one check for remaining haystack chars causes unexpected behavior when there is only one char remaining on the haystack. Current behavior: Expected behavior: |
||
| Type: | defect | Observed in Version: | development master |
| Component: | Highlight | Severity: | S3 (normal) |
| Assigned To: | Ryan Grove | Target Release: | 3.4.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 07/13/11
|
|
Posted: 07/13/11
|
|
Posted: 07/13/11
Fixed in commit 6e0d529c. Thanks for the report! |
|
Posted: 07/13/11
Whoops, I committed my own fix before I saw your pull request. Same change though. Thanks! |
|
Posted: 08/18/11
|
Pull request:
https://github.com/yui/yui3/pull/8