[Webkit-unassigned] [Bug 24625] Accessor to the selected index needed in PopupMenuChromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 17 15:38:09 PDT 2009


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


dglazkov at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28657|review?                     |review-
               Flag|                            |




------- Comment #2 from dglazkov at chromium.org  2009-03-17 15:38 PDT -------
(From update of attachment 28657)
> +++ WebCore/platform/chromium/PopupMenuChromium.h	(working copy)
> @@ -107,6 +107,10 @@ namespace WebCore {
>  
>          PopupListBox* listBox() const { return m_listBox.get(); }
>  
> +	// Gets the index of the item that the user is currently moused-over or
> +	// has selected with the keyboard up/down arrows.
> +	int selectedIndex() const;
> +

ident fail? :)


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