Bug 23503 - [GTK+] Scrollbar not rendered for overflowerd divs
Summary: [GTK+] Scrollbar not rendered for overflowerd divs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-23 06:20 PST by Gustavo Noronha (kov)
Modified: 2009-02-09 01:29 PST (History)
1 user (show)

See Also:


Attachments
simple test case (1.78 KB, text/html)
2009-01-23 06:22 PST, Gustavo Noronha (kov)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2009-01-23 06:20:20 PST
If a page has a div styled to show scrollbars when the contents exceed their pre-defined size (CSS overflow ), WebKit/GTK+ will not display scrollbars, but you will be able to scroll the contents with the mouse wheel. I'm attaching a very simple HTML that demonstrates the problem.
Comment 1 Gustavo Noronha (kov) 2009-01-23 06:22:50 PST
Created attachment 26969 [details]
simple test case

I tested this with Epiphany/Gecko, Epiphany/WebKit, Midori and Arora; Arora correctly (I believe) displays both scrollbars, Epiphany/Gecko displays only the vertical bar.
Comment 2 Xan Lopez 2009-02-09 01:29:06 PST
This is fixed in trunk now, see bug https://bugs.webkit.org/show_bug.cgi?id=23711.