[Webkit-unassigned] [Bug 21546] [GTK] ATK accessibility enhancements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 26 13:56:08 PST 2008


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


zecke at selfish.org changed:

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




------- Comment #4 from zecke at selfish.org  2008-11-26 13:56 PDT -------
Created an attachment (id=25534)
 --> (https://bugs.webkit.org/attachment.cgi?id=25534&action=view)
Create separate objects implemeting separate interfaces

This is mostly here to start discussing.

The problem:
  - AccessibilityRenderObject::textLength and selection handling is only valid
for Text-Controls. When using a debug build one is running into asserts when
using tools like accerciser.

First approach:
  - Create separate GType's and not everyone is implementing AtkTextInterface
    (and implemented with this patch) to not run into the asserts.

Next steps:
  - Implement AtkTextInterface on a paragraph of text around the ::stringValue
  - Some how dynamically add AtkTextInterface and other implementations of a
GObject* or construct these types dynamically...

I will try to push your other patches forward as well.


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