[Webkit-unassigned] [Bug 45383] [Gtk] Incorrect exposure of list items whose children are elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 14:09:43 PDT 2010


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


Mario Sanchez Prada <msanchez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68261|0                           |1
        is obsolete|                            |
  Attachment #68289|                            |review?, commit-queue?
               Flag|                            |




--- Comment #10 from Mario Sanchez Prada <msanchez at igalia.com>  2010-09-21 14:09:43 PST ---
Created an attachment (id=68289)
 --> (https://bugs.webkit.org/attachment.cgi?id=68289)
Patch proposal

(In reply to comment #9)
> (From update of attachment 68261 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=68261&action=review
> 
> > WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:2038
> > +                if (children.size() > 0) {
> 
> sorry...
> 
> this should just be
> if (children.size())

No problem. Attaching a new patch with that issue fixed.

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