[prev in list] [next in list] [prev in thread] [next in thread] 

List:       konq-bugs
Subject:    [Bug 137348] folders javascript links in www.libero.it mail server
From:       Andrea Iacovitti <aiacovitti () libero ! it>
Date:       2011-04-01 22:22:49
Message-ID: 20110401222249.7E21E8377B () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=137348





--- Comment #23 from Andrea Iacovitti <aiacovitti libero it>  2011-04-02 00:22:46 ---
(OLD webmail interface)
If you try to scroll down the frame containing inbox messages, to see the old
ones, they are not displayed at all. I verified this is a regression introduced
by an old commit: http://websvn.kde.org/?view=revision&revision=874265.
Seems the bug is triggered by if condition:
https://projects.kde.org/projects/kde/kdelibs/repository/revisions/master/entry/khtml/rendering/render_block.cpp#L1763


The following patch fixes the problem, but i'm not sure if it's correct

--- render_block.cpp~
+++ render_block.cpp
@@ -1760,7 +1760,7 @@
     _ty += m_y;

     // check if we need to do anything at all...
-    if (!isRoot() && !isInlineFlow() && !isRelPositioned() && !isPositioned()
)
+    if (!isRoot() && !isInlineFlow() && isPosWithStaticDim() )
     {
         int h = m_overflowHeight;
         int yPos = _ty;

(As a reminder) you can login by using the following
username = konqitest@libero.it
password = konqtest

best regards

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Konq-bugs mailing list
Konq-bugs@mail.kde.org
https://mail.kde.org/mailman/listinfo/konq-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic