https://bugs.kde.org/show_bug.cgi?id=430782
--- Comment #5 from Yuri Chornoivan <yurc...@ukr.net> --- 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. -- You are receiving this mail because: You are watching all bug changes.