Version: (using KDE KDE 4.0.0) Installed from: SuSE RPMs OS: Linux Konqueror 4 shows text cursor when the mouse is over the scrollbar, which is unusual. The scroller does not get highlighted on mouseover, only on click. Its background is white instead of grey with default colors. (I use the Oxygen style.) I am not sure if these are related to each other.
Seems to be similar to the (solved) background color problem of the Konsole scrollbar, bug 151670.
Most likely unrelated... khtml does some extremely fancy things with form widgets to get them to work w/html/dom/css
Have anyone experienced this with a recent KDE version? (4.1.3 / 4.2beta2 / 4.2svn)? I suppose this was fixed a long ago (I don't remember to have experienced it) . Thanks :)
4.2 beta 2: the background of the scrollbar buttons is still white, still text cursor over the scrollbar. The mouseover highlight works.
The white background of the scrollbar buttons may be intentional (to fuse the textarea with its background). I can confirm the "text cursor" when hovering the scrollbar.
*** Bug 151161 has been marked as a duplicate of this bug. ***
The cursor issue is also mentioned in bug 85891, and comes partially from kdelibs/khtml/css/html4.css setting the default cursor for textarea tags to "text" -- note I don't mean this is wrong per se, since the textarea widget should change the cursor back when the scroll bar is being hovered.
Git commit 313bb0220deaec506470e3cbce34d67747a75540 by Andrea Iacovitti. Committed on 18/06/2012 at 08:03. Pushed by aiacovitti into branch 'KDE/4.8'. Force showing default arrow cursor when the mouse is over textarea's scrollbars. M +4 -0 khtml/khtmlview.cpp http://commits.kde.org/kdelibs/313bb0220deaec506470e3cbce34d67747a75540
*** Bug 173573 has been marked as a duplicate of this bug. ***
*** Bug 269311 has been marked as a duplicate of this bug. ***