taskwarrior-webui icon indicating copy to clipboard operation
taskwarrior-webui copied to clipboard

App errors while trying to parse titles as URLs?

Open n8willis opened this issue 2 years ago • 0 comments

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.

n8willis avatar Jun 12 '23 13:06 n8willis