Dimillian / Dimillian/IceCubesApp

Bug: URL ending with ")" character not parsed correctly

Open
#2,209 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.