Bug 155546 - Problems with the scrollbar of textareas
Summary: Problems with the scrollbar of textareas
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml forms (show other bugs)
Version: 4.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 151161 173573 269311 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-12 18:24 UTC by Grósz Dániel
Modified: 2012-11-10 21:25 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grósz Dániel 2008-01-12 18:24:22 UTC
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.
Comment 1 Grósz Dániel 2008-01-12 18:26:55 UTC
Seems to be similar to the (solved) background color problem of the Konsole scrollbar, bug 151670.
Comment 2 Maksim Orlovich 2008-01-12 18:40:35 UTC
Most likely unrelated... khtml does some extremely fancy things with form widgets to get them to work w/html/dom/css
Comment 3 Dario Andres 2008-12-21 00:19:42 UTC
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 :)
Comment 4 Grósz Dániel 2008-12-21 00:26:28 UTC
4.2 beta 2: the background of the scrollbar buttons is still white, still text cursor over the scrollbar. The mouseover highlight works.
Comment 5 Dario Andres 2008-12-21 00:32:00 UTC
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.
Comment 6 Dario Andres 2008-12-26 18:32:37 UTC
*** Bug 151161 has been marked as a duplicate of this bug. ***
Comment 7 Raphael Kubo da Costa 2010-03-09 22:56:41 UTC
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.
Comment 8 Andrea Iacovitti 2012-06-18 06:06:06 UTC
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
Comment 9 Andrea Iacovitti 2012-07-11 20:45:34 UTC
*** Bug 173573 has been marked as a duplicate of this bug. ***
Comment 10 Andrea Iacovitti 2012-11-10 21:25:05 UTC
*** Bug 269311 has been marked as a duplicate of this bug. ***