[Webkit-unassigned] [Bug 75785] [GTK] accessibility/textbox-role-reports-line-number.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 10 09:37:46 PST 2012


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2012-01-10 09:37:46 PST ---
(From update of attachment 121860)
View in context: https://bugs.webkit.org/attachment.cgi?id=121860&action=review

> Source/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp:794
> +    if (coreObject->isPasswordField() || coreObject->selectionEnd() > 0)
> +        return -1;

Does the fact that there is selected text really mean this is no insertion point? Isn't the insertion point the end of the selection or some-such thing?

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



More information about the webkit-unassigned mailing list