Created attachment 48437 [details] screen shot of text extending off the page Version: unspecified (using KDE 4.4.4) OS: Linux When reading documentation in the KDE help center, the increase font size button zooms the text until it is off the screen. I would think the proper behaviour here would be to increase the font size and maintain word wrapping to not need horizontal scrolling. Reproducible: Always Steps to Reproduce: Open KDE help center Open any help document Press increase font size until text goes off the screen horizontally Actual Results: Text zooms in until horizontal scrolling is needed to see the entire line. Expected Results: word wrapping is maintained to not need horizontal scrolling to read. This is under kde-fedora version 13. This bug also exists in fedora 11 on a different workstation. Please feel free to contact me if any additional information is needed or if there is some reason I should be submitting this to the fedora package maintainers.
I think the issue is with the header graphics scaling. It cannot wrap the graphics, so the growing header makes the document width grow, too.
(In reply to comment #1) > I think the issue is with the header graphics scaling. It cannot wrap the > graphics, so the growing header makes the document width grow, too. That sounds plausible, possibly finding a document without a header could confirm this. If you know of one let me know.
*** Bug 198568 has been marked as a duplicate of this bug. ***
Git commit 8a7e1ae648b209d358b8891f9abb4922256b5150 by Jure Repinc. Committed on 05/09/2011 at 13:24. Pushed by repinc into branch 'KDE/4.7'. Fixed KHelpCenter Font Scaling (bug 243082) When user clicked a button to change font size the entire document was zoomed, instead of just the font size. This meant that the text would run past the right edge and user had to scroll horizontaly to read the whole line. After this patch only the font size changes. Thanks to Jonathan Ryshpan for bringing this bug to my attention. BUG: 243082 FIXED-IN: 4.7.2 CCMAIL: jonrysh@pacbell.net REVIEW: 102528 M +8 -8 khelpcenter/mainwindow.cpp M +1 -1 khelpcenter/mainwindow.h M +3 -3 khelpcenter/view.cpp M +2 -2 khelpcenter/view.h http://commits.kde.org/kde-runtime/8a7e1ae648b209d358b8891f9abb4922256b5150
Git commit 0dca52e75fac1724ac8eacac9a4871e077889d9c by Marco Martin, on behalf of Jure Repinc. Committed on 05/09/2011 at 13:24. Pushed by mart into branch 'active-development/4.7'. Fixed KHelpCenter Font Scaling (bug 243082) When user clicked a button to change font size the entire document was zoomed, instead of just the font size. This meant that the text would run past the right edge and user had to scroll horizontaly to read the whole line. After this patch only the font size changes. Thanks to Jonathan Ryshpan for bringing this bug to my attention. BUG: 243082 FIXED-IN: 4.7.2 CCMAIL: jonrysh@pacbell.net REVIEW: 102528 M +8 -8 khelpcenter/mainwindow.cpp M +1 -1 khelpcenter/mainwindow.h M +3 -3 khelpcenter/view.cpp M +2 -2 khelpcenter/view.h http://commits.kde.org/kde-runtime/0dca52e75fac1724ac8eacac9a4871e077889d9c