[Webkit-unassigned] [Bug 53453] [Gtk] atk_text_get_selection/atk_text_set_selection fails for list items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 18 01:36:57 PST 2011


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





--- Comment #3 from Mario Sanchez Prada <msanchez at igalia.com>  2011-02-18 01:36:57 PST ---
(In reply to comment #2)
> (From update of attachment 81533 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=81533&action=review
> 
> > Source/WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:1117
> > +    int end = endOffset;
> 
> Why not just continue to use endOffset?

Because we need to use its value even after having set 'end', which can change its value along the function, thus differing from the original endoffset value.

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