Bug 59687 - Speech input icon should use hand cursor to appear clickable
Summary: Speech input icon should use hand cursor to appear clickable
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39485
  Show dependency treegraph
 
Reported: 2011-04-28 03:52 PDT by Tony Gentilcore
Modified: 2011-05-03 04:19 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Gentilcore 2011-04-28 03:52:19 PDT
Visit http://slides.html5rocks.com/#speech-input and hover over the microphone widget.

Notice that the i-beam cursor is (appropriately) used for most of the input, but the microphone icon uses the pointer cursor. It seems like the microphone should instead use the hand cursor to indicate that it is clickable (just like a link or button would appear).
Comment 1 Satish Sampath 2011-05-03 04:19:01 PDT
The <input type='search'> field has a clear button (displays an 'x' image when the field has text) and that uses the default arrow cursor.. same goes for other clickable buttons. There are some websites which override the cursor to show the hand for clickable buttons, these are not the default behavior. So no change required here.