[Webkit-unassigned] [Bug 25897] [Gtk] Extraneous object of ROLE_PANEL in hierarchy for entries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 12:10:26 PDT 2009


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


Joanmarie Diggs <joanmarie.diggs at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41877|0                           |1
        is obsolete|                            |
  Attachment #41877|review?                     |
               Flag|                            |
  Attachment #41882|                            |review?
               Flag|                            |




--- Comment #2 from Joanmarie Diggs <joanmarie.diggs at gmail.com>  2009-10-26 12:10:24 PDT ---
Created an attachment (id=41882)
 --> (https://bugs.webkit.org/attachment.cgi?id=41882)
Add ability for platforms to ignore objects - Shorter Name Edition

Xan and I chatted about this in IRC. I was (mistakenly) under the impression
that everything had to start with Accessibility.

So 'tis now:

+enum AccessibilityObjectPlatformInclusion {
+    IncludeObject,
+    IgnoreObject,
+    DefaultBehavior,
+};
+

Also, Xan reminded me of the one-thing-per-patch rule. Sorry! :-) So this patch
*only* has the expansion in functionality; it does not include the fix for this
bug. I'll re-submit that once we decide about this bit.

Thanks!

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