Bug 51824 - [Qt] CSS1: Overflow hidden leads to huge performance loss
Summary: [Qt] CSS1: Overflow hidden leads to huge performance loss
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P2 Critical
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-01-03 08:58 PST by Prasad
Modified: 2011-01-28 17:42 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Prasad 2011-01-03 08:58:35 PST
When using overflow:hidden in our css, we have a huge performance impact in rendering/scrolling.
We try to avoid overflow:hidden as much as we can but for some things its unavoidable.

The user experience goes towards zero, as a list with items and this css attribute is very sticky and hard to handle.
Comment 1 Prasad 2011-01-06 13:24:45 PST
Related QtWRT Bugzilla error ID: http://bugs.nokia-boston.com/bugzilla/show_bug.cgi?id=4789
Comment 2 Benjamin Poulain 2011-01-28 17:42:57 PST
Please follow http://trac.webkit.org/wiki/QtWebKitBugs when reporing bug here.

I close this as invalid because I suspect your problem is in the graphic system you are using. I suspect the problem actually comes from the clipping created by the "Overflow: hidden".

Please include a profile to reopen this bug.