Dimillian / Dimillian/IceCubesApp
Bug: URL ending with ")" character not parsed correctly
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 7.1k
- Forks
- 720
- PR merge metrics
- No merged PRs in 30d
Description
Environment:
- OS:
macOS Sonoma 14.7 (23H124) - IceCubesApp version:
Version 1.11.0 (2873)
Description
Adding the following text to a post:
https://en.wikipedia.org/wiki/Ford_Taunus#Second_generation_12M_(1959–1962)
Causes it to be rendered in the post as the following HTML:
<a href="https://en.wikipedia.org/wiki/Ford_Taunus#Second_generation_12M_(1959–1962">https://en.wikipedia.org/wiki/Ford_Taunus#Second_generation_12M_(1959–1962</a>)
i.e. the original trailing bracket is excluded from the URL.
The trailing bracket should be included in the URL.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in IceCubesApp on iOS by posting the supplied Wikipedia URL, then inspect the URL parsing and link-rendering entry points. Done means the trailing closing parenthesis remains part of the generated href and displayed link.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100