[Webkit-unassigned] [Bug 19925] New: Stuck cursor until mouse moves; result is poor percieved performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 07:35:24 PDT 2008


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

           Summary: Stuck cursor until mouse moves; result is poor percieved
                    performance
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: matt11ag-webkitbugs at yahoo.com


Summary:
The mouse cursor style is stuck showing the old style until the user moves the
mouse.

Steps to Reproduce:
1. Make a page like the attached one where the cursor changes on the body style
(I will attach one to this bug).
2. In response to a user action set the cursor to a wait cursor.
3. After a setTimeout call (e.g. to simulate an XmlHttpRequest callback) set
the cursor to something else other than a wait cursor.
4. Notice that the mouse cursor is still stuck using "wait" unless you move the
mouse.

Expected Results:
The cursor should have changed when the cursor was set to something other than
the "wait" cursor.

Actual Results:
The cursor stayed using the "wait" cursor.

Notes:
A user can see the updated cursor but they must think to move their mouse
cursor for this to happen. The usability problem with this is that users will
not know to move the mouse (or when to move the mouse) once the callback has
occurred and would then be tricked into waiting longer than necessary and thus
thinking the browser is incredibly slow.


-- 
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