Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App errors while trying to parse titles as URLs? #72

Open
n8willis opened this issue Jun 12, 2023 · 0 comments
Open

App errors while trying to parse titles as URLs? #72

n8willis opened this issue Jun 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@n8willis
Copy link

I had a task that contained a double colon in it, a la "Doug:: double-check re: Thursday meeting".

The task works fine in CLI taskwarrior and also in all views in the Android app I use.

However, in taskwarrior-webui, it seems to break the page-splitting functionality of the list views. Regardless of how many 'Rows per page' are selected in the drop-down, wherever the list hits the double-colon task it freezes and refuses to move on.

Error toast says Error TypeError: URL constructor: http:Doug:: is not a valid URL.

So, seems like it's something having trouble parsing, e.g. it's not escaping the content data of the task like it should.

@DCsunset DCsunset added the bug Something isn't working label Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants