[Webkit-unassigned] [Bug 15795] [GTK] Change the mouse pointer state to busy while loading a page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 2 15:58:37 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=15795





------- Comment #7 from xan.lopez at gmail.com  2008-02-02 15:58 PDT -------
Created an attachment (id=18875)
 --> (http://bugs.webkit.org/attachment.cgi?id=18875&action=view)
useloadingcursor.diff

Quick and dirty patch.

- I'm using just a bool value in CursorGtk to decide if I return pointerCursor
or waitCursor in the pointerCursor function. I think this is good enough? The
static variable might be anathema in C++, maybe we can replace it with some
class variable or something...?

- Might want to cache the value of the setting in FrameLoaderClientGtk and
connect to notify::use-loading-cursor to update the value.

Tested this with Epiphany, it works ok.


-- 
Configure bugmail: http://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