Bug #11192

Onion Circuits' minimum width is problematic

Added by anonym 2016-03-06 13:04:23 . Updated 2016-04-26 09:13:24 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
2016-03-06
Due date:
% Done:

100%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Onion Circuits
Deliverable for:

Description

Onion Circuits sometimes expands the width of the Path column significantly, to the point where the window becomes quite unusable with a 800xY resolution, and barely passable with with 1024xY.

It seems to occur when Tor does a directory fetch or tries to connect to a hidden service, since a very long entry will appear in the circuit list. Pruning the fingerprint (which is pretty useless information in the list, and fits better in the “details” view to the right, if we really want to show it anywhere) should be enough to fix this instance of the width problem

OTOH, I suppose picking three relays with names could trigger the issue too, so perhaps there just needs to be a a general “shortening” of entries, e.g. the maximum number of chars can be 60 and the rest is replaced with “…”. Or the path list is made scrollable horisontally.


Subtasks


History

#1 Updated by alant 2016-04-01 21:18:30

  • Status changed from Confirmed to In Progress
  • QA Check set to Ready for QA

This should be fixed in git master (commit 64d3e7a)

#2 Updated by alant 2016-04-01 21:31:44

  • Assignee changed from alant to anonym

#3 Updated by intrigeri 2016-04-02 08:59:15

  • Target version set to Tails_2.3

#4 Updated by anonym 2016-04-24 10:02:05

  • Status changed from In Progress to Fix committed
  • Assignee deleted (anonym)
  • % Done changed from 0 to 100
  • QA Check changed from Ready for QA to Pass

Package built and uploaded to stable’s and devel’s APT suites. This is the package that will end up in Tails 2.3 unless something unexpected happens.

#5 Updated by anonym 2016-04-26 09:13:24

  • Status changed from Fix committed to Resolved