You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: