[Webkit-unassigned] [Bug 25889] [GTK] scrollbar policy for main frame is not implementable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 11:28:20 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25889





------- Comment #26 from gns at gnome.org  2009-06-12 11:28 PDT -------
(In reply to comment #25)
> (In reply to comment #24)
> > > Yes =). Do you have a suggestion on how to make it clearer?
> > 
> > I would say "make sure to set the same policy on the scrollable widget
> > containing the web view", to avoid the ambiguity with "following".
> 
> That's perfect, I'll make this change for landing, thanks! 
> 

Actually, there's a test that fails with my code. Since it is not failing with
windows, it may be because of that check. Changing the code to this makes the
failing test pass, and the one I enable with the patch, as well:

+    if (gLayoutTestController->dumpStatusCallbacks()) {
+        if (message && strcmp(message, ""))
+            printf("UI DELEGATE STATUS CALLBACK: setStatusText:%s\n",
message);
+    }

r=you on going like that?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list