[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2020-01-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407333

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #9 from Nate Graham  ---
Ah yes, that's the one.

Let's track this in Kirigami for sanity's sake.

*** This bug has been marked as a duplicate of bug 415684 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2020-01-13 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=407333

--- Comment #8 from Postix  ---
Isn't this issue related to #415684 ?(In reply to Nate Graham from comment #7)

> I still think this is basically a Kirigami issue though. We may override the
> width in Discover, but the size is hardcoded in Kirigami.

Isn't this issue somehow related to #415684 ?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2020-01-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407333

--- Comment #7 from Nate Graham  ---
That could work, since these list items are tall enough to accommodate two-line
strings.

I still think this is basically a Kirigami issue though. We may override the
width in Discover, but the size is hardcoded in Kirigami.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2020-01-13 Thread Alexey Ilyin
https://bugs.kde.org/show_bug.cgi?id=407333

--- Comment #6 from Alexey Ilyin  ---
Created attachment 125100
  --> https://bugs.kde.org/attachment.cgi?id=125100=edit
other section

I see that the problem is not only in this particular item. All sections have
items with elided labels...

I think that double(multi)-line labels would solve this problem, otherwise it
makes no sense to have labels that will never be fully visible.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2020-01-13 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=407333

--- Comment #5 from Alexander Potashev  ---
Created attachment 125089
  --> https://bugs.kde.org/attachment.cgi?id=125089=edit
works for me for some reason...

It works for me for unknown reason.

My teammate Alexander Yavorsky also has the same problem like reported (the
exact same number of charaters are truncated).

We can reduce the string by 2 characters by taking out the preposition from the
middle of the string - that should be enough, will test later.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2020-01-13 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=407333

--- Comment #4 from Aleix Pol  ---
Alexander Potashev, I see you're CC'd, what do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2020-01-05 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=407333

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2019-12-04 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=407333

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2019-05-24 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407333

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2019-05-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407333

--- Comment #3 from Nate Graham  ---
Options:
- Reduce font size, padding, or use other ways to allow more text to fit into
the same space. Not sure going to multiline strings is a great idea though.
- Talk to the Russian translation team to see if this translation really needs
to be so long
- Auto-size the sidebar to fit the longest string in it
- Allow the sidebar width to be manually expanded (within reason)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2019-05-16 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=407333

--- Comment #2 from Aleix Pol  ---
I'm not sure it makes sense to have the width depend on the contents because
this will make boot all weird.

How about we allow items there to have two lines? Or maybe we can find other
ways to write it so it fits?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 407333] Hardcoded sidebar width causes long strings to get elided

2019-05-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407333

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
Summary|Label of menu item  |Hardcoded sidebar width
   |"Application Addons" is cut |causes long strings to get
   |off in the Russian  |elided
   |translation |
 CC||n...@kde.org
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
Yeah that's because this sidebar currently has a hardcoded width. It should
probably auto-size itself to the longest string in the model (within reason)

-- 
You are receiving this mail because:
You are watching all bug changes.