Summary: | distance between word and label too small | ||
---|---|---|---|
Product: | [Applications] khelpcenter | Reporter: | Christopher Yeleighton <giecrilj> |
Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | aacid, nate, yurchor |
Priority: | NOR | ||
Version: | 5.7.6.201180 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
URL: | help:/plasma-desktop/panel.html#panel-launcher | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christopher Yeleighton
2020-12-24 11:25:03 UTC
I don't see that text on that page. Can you attach a screenshot showing the issue? (In reply to Nate Graham from comment #1) > I don't see that text on that page. Can you attach a screenshot showing the > issue? He meant this page: https://docs.kde.org/trunk5/en/kde-workspace/plasma-desktop/panel.html The bad rendering can be caused by the HTML engine. I'm 99% sure he means khelpcenter, because this is a khelpcenter bug. https://i.imgur.com/YorJGxu.png See the space before and after omissió on the third line. Between "per" and "omissió" it's "big" and between "omissió" and "Predeterminat" is rather small. Ah, I see now. Yeah, seems like a KHelpCenter bug. When I mentioned HTML engine, I had meant embedded KHTML. All such things in the code are <span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" class="guiitem"><span class="guilabel">SOME LABEL</span></span> There are no strange things in the CSS as well: .guimenu, .guimenuitem, .guisubmenu, .guilabel, .interface, .guibutton { background-color: rgb(220, 220, 220); color: black; border: 1px solid rgb(190, 190, 190); -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } Blink in Chromium renders this fine on docs.kde.org, but if you open this page in Konqueror... https://docs.kde.org/trunk5/en/kde-workspace/plasma-desktop/panel.html So this looks like a KHTML rendering problem to me. |