[Bug 1878474] Re: Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

2020-05-26 Thread Launchpad Bug Tracker
This bug was fixed in the package tilda - 1.5.2-0ubuntu1

---
tilda (1.5.2-0ubuntu1) focal; urgency=medium

  * Packaged new upstream version (LP: #1877758).
- Fixes URL parsing with VTE 0.60 (LP: #1878473).
- Fixes handling of @ sign in URLs (LP: #1878474).
- Fixes fullscreen windows appearing behind panels (LP: #1878475).
- Fixes reappearing of close tab dialog (LP: #1878476).
- Fixes multiple registration of switch-page signal (LP: #1878478).
  * Note that 1.5.1 was skipped due to an issue in the release process.

 -- Sebastian Geiger   Thu, 14 May 2020 13:27:34 +0200

** Changed in: tilda (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878474

Title:
  Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tilda/+bug/1878474/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878474] Re: Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

2020-05-24 Thread Sebastian Geiger
I have tested the new version from propsed and can confirm that the bug
is fixed. URLs with '@' characters are correctly matched.

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878474

Title:
  Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tilda/+bug/1878474/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878474] Re: Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

2020-05-20 Thread Brian Murray
Hello Sebastian, or anyone else affected,

Accepted tilda into focal-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/tilda/1.5.2-0ubuntu1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags added: verification-needed verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878474

Title:
  Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tilda/+bug/1878474/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878474] Re: Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

2020-05-19 Thread Brian Murray
** Changed in: tilda (Ubuntu Focal)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878474

Title:
  Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tilda/+bug/1878474/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878474] Re: Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

2020-05-14 Thread Dmitry Shachnev
** Description changed:

+ [Impact]
+ 
  Using tilda 1.5.0 and when there are URLs detected, t those are cut at
  at-sign "@"
  
  Affects Version: 1.5.0-1.1
  Fixed Version: 1.5.2-1
  
  The fix is already in Debian unstable and also in Ubuntu Groovy but
  requires an SRU upload for Focal.
  
  Relevant upstream bug:
  https://github.com/lanoxx/tilda/issues/404
  
  [Test Case]
- 1. Output a URL which contains an '@' character, without this patch the URL 
will be cut-off before the '@' character, but we cannot observe this because 
URL matching is broken in 1.5.0. With this fix we can observe that the URL is 
correctly matched. For example 
https://www.flickr.com/photos/22047531@N03/49224861571/ is matched as 
https://www.flickr.com/photos/22047531 when hovering and clicking on it.
+ 
+ 1. Output a URL which contains an '@' character, without this patch the
+ URL will be cut-off before the '@' character, but we cannot observe this
+ because URL matching is broken in 1.5.0. With this fix we can observe
+ that the URL is correctly matched. For example
+ https://www.flickr.com/photos/22047531@N03/49224861571/ is matched as
+ https://www.flickr.com/photos/22047531 when hovering and clicking on it.
  
  Expected result: The full URL is matched.
  
  This issue cannot be tested / reproduced in Focal, because due to bug
  https://bugs.launchpad.net/ubuntu/+source/tilda/+bug/1878473 the whole
  URL matching function is broken. To reproduce one needs to downgrade to
  an older VTE version or apply the fix for that issue separately.
  
  The fix is part of tilda 1.5.1, see upstream milestone for 1.5.1 which tracks 
the corresponding issue #406:
  https://github.com/lanoxx/tilda/milestone/7?closed=1
+ 
+ [Regression Potential]
+ 
+ The change for the '@' character matching could in the worse case affect
+ matching of other URLs that.

** Also affects: tilda (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: tilda (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878474

Title:
  Tilda 1.5.0-1.1: Url-parsing cuts on at-sign "@"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tilda/+bug/1878474/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs