[Webkit-unassigned] [Bug 26815] New: [Gtk] text-selection-changed events are not issued for the correct object when the selection spans multiple objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 29 14:11:47 PDT 2009


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

           Summary: [Gtk] text-selection-changed events are not issued for
                    the correct object when the selection spans multiple
                    objects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joanmarie.diggs at gmail.com
                CC: xan.lopez at gmail.com, William.Walker at sun.com,
                    apinheiro at igalia.com


(This is a spin-off bug from bug #25526 comment #15)

Steps to reproduce:

1. Launch Epiphany and Accerciser.

2. Having enabled Accerciser's event monitor to examine
object:text-selection-changed events, use Shift+Right to select forward by
character.

Expected results: The source of the event would be the accessible object in
which text was just selected.

Actual results: The source of the event is the accessible object in which text
selection began -- which is not necessarily the object in which the most recent
text selection took place.

For instance, given:

    This <a href="foo.html">is</a> a test.

If I start selection somewhere in "This" and Shift+Right through to "test," I
see a text-selection-changed event for each press of Shift+Right, but all of
them are for the accessible which contains "This" rather than the link and
subsequent text.


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