https://bugs.kde.org/show_bug.cgi?id=492062

Adam Fontenot <adam.m.fontenot+...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED
     Ever confirmed|0                           |1

--- Comment #2 from Adam Fontenot <adam.m.fontenot+...@gmail.com> ---
(In reply to Waqar Ahmed from comment #1)
> Git commit 9683da08798b327b8d41d80123a6773e9246821c by Waqar Ahmed.
> Committed on 23/08/2024 at 08:05.
> Pushed by waqar into branch 'master'.

This fixes most of the issue for me, thanks!

I'm still seeing problems in a few cases where a code block in the
documentation causes scrolling in a case where a slightly larger box would
solve the problem. E.g. hovering a `std::string::String` in Rust. The
documentation has the following line - in a *code* block, which is significant:

// unsafe because we are responsible for making sure the components are

that's 72 characters wide, I think that's a reasonable amount of text to try to
show in one line in a popup box. The popup box seems to be limited to about 40%
of the text area width plus some (very small) minimum size, which seems just
too small in a lot of cases.

In my opinion, soft wrapping text that extends too far would be preferable to
adding a horizontal scroll bar. Horizontal scrollbars make text nearly
impossible to read because you have to scroll back and forth on every affected
line. (They also behave badly with a lot of touchpads because you don't have
that much control over whether you drag left or right as you scroll up and
down.)

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

Reply via email to