KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
118806
:
Hangs when scrolling on certain pages
P
roduct
:
konqueror
Co
m
ponent
:
khtml
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2005-12-21 17:06
Last Changed:
2006-05-19 11:02:49
Version: (using KDE KDE 3.5.0) Installed from: Ubuntu Packages OS: Linux When scrolling in a topic with the mousewheel (it doesn't seem to apear when using the scrollbar) in the german Kubuntu forum the page kind of hangs and then continues again. Try it out at this page:
http://www.kubuntu.de/forum/forum.php?req=thread&id=773
. It might be related to
bug 52801
but I don't think so because the fact that it only apears when scrolling with the mousewheel. Cheers, Matej
Comment
#1
Thiago Macieira 2005-12-21 17:16:48
I cannot reproduce. Can you kill the hung Konqueror process with SIGABRT and paste the backtrace here?
Comment
#2
Matej Svejda 2005-12-21 19:34:45
Created an attachment (id=14010)
[details]
The page when scrolling
Comment
#3
Matej Svejda 2005-12-21 19:36:11
Created an attachment (id=14011)
[details]
The page how it should be
Comment
#4
Matej Svejda 2005-12-21 19:37:34
It doesn't really hang, it just gets stuck for a second and then continues again. Or do I get you wrong and you mean something else? I'm attached 2 pictures. The first one is when I scroll and the second one is how it actually should be. BTW: I also noticed that when switching from another tab to a Kubuntu.de tab it is really slow.
Comment
#5
Matej Svejda 2005-12-21 19:41:47
I found a really good example:
http://sagefire.org/C1009907506/E1311212715/index.html
Comment
#6
Allan Sandfeld 2006-05-19 11:02:48
SVN commit 542397 by carewolf: Only repaint the expossed area when scrolling. Fixing local mistakes makes our perfomance less dependent on fully optimized drivers. BUG: 125580 BUG: 118806 M +9 -0 render_box.cpp --- branches/KDE/3.5/kdelibs/khtml/rendering/render_box.cpp #542396:542397 @@ -529,7 +529,16 @@ sy+=b.y()-cy; cx=b.x();cy=b.y();cw=b.width();ch=b.height(); } + // restrict painting to repaint-clip + if (cy < clipy) { + ch -= (clipy - cy); + sy += (clipy - cy); + cy = clipy; + } + ch = kMin(ch, cliph); +// kdDebug() << " clipy, cliph: " << clipy << ", " << cliph << endl; +// kdDebug() << " drawTiledPixmap(" << cx << ", " << cy << ", " << cw << ", " << ch << ", " << sx << ", " << sy << ")" << endl; if (cw>0 && ch>0) p->drawTiledPixmap(cx, cy, cw, ch, bg->tiled_pixmap(c), sx, sy);
P
latform
:
Ubuntu Packages
O
S
:
Linux
K
eywords
:
People
Reporter
:
Matej Svejda
Assigned To
:
Konqueror Developers
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
The page when scrolling
(123.23 KB, image/png)
2005-12-21 19:34
,
Matej Svejda
Details
The page how it should be
(127.98 KB, image/png)
2005-12-21 19:36
,
Matej Svejda
Details
View All
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In