Version: (using KDE KDE 3.5.5) Installed from: SuSE RPMs This bug exists since I can ever remember. Always the same position (I mean, geometrically) from the top (item index 0; not visual top of the window) of the list. Just take a look at the screenshot.
Created attachment 19428 [details] distortion
Does the same problem occur if you rename that bookmark?
It depends. The title says "COMPUTING, COGNITION AND INFORMATION COMPRESSION". a) if I just remove or add character -- nothing changes b) if I remove spaces and add "x" at the end -- the title is shortened c) if I add "spaces" back -- the title is shortened d) if I paste the text back -- there is a distortion (line break) I guess there is some kind of space (ASCII 160?) or tab there which works like a line breaker but I am unable to extract it.
Can you find for certain what the line-breaking character is? I guess it should be ignored for the purposes of drawing listview items
Ach, it is 0x0A in the bookmarks file. I guess, I copy & paste some text -- it is not the problem for displaying bookmarks in Konqueror (1 line) but apparently for editor only.
Qt4 actually renders this correctly, the bookmark item is much higher than others. Looks funny, but not buggy. Well, maybe newlines should be converted to spaces though...
SVN commit 1050745 by dfaure: Turn \n into space, otherwise you end up with an item that is much higher than others in keditbookmarks :-) Fixed for: 4.4.0 BUG: 140673 M +3 -1 kbookmark.cc WebSVN link: http://websvn.kde.org/?view=rev&revision=1050745