https://bz.apache.org/ooo/show_bug.cgi?id=128272

          Issue ID: 128272
        Issue Type: DEFECT
           Summary: Assertion Error: (atkwrapper) Not able to get Window
                    Hierarchy
           Product: General
           Version: 4.2.0-dev
          Hardware: All
                OS: Linux 64-bit
            Status: CONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: code
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When building OpenOffice with debug Options, ASSERTION Errors become active.If
tested with sub windows, the ASSERTION error is not going away. So something in
the hierarchy probe is not right. Maybe it has to do with my build options.
Will post in a following post.

Build environment:
Ubuntu 16.04

On every Window I get following Messages:

Error: assertion failed!
 From File /home/legine/AOO/main/vcl/unx/gtk/a11y/atkwrapper.cxx at Line 
874
Abort ? (Yes=abort / No=ignore / Cancel=core dump)

Code in Question is:
/* gail_focus_tracker remembers the focused object at the first
              * parent in the hierarchy that is a Gtk+ widget, but at the 
time the
              * event gets processed (at idle), it may be too late to 
create the
              * hierarchy, so doing it now ..
              */
             uno::Reference< accessibility::XAccessible > xParent( 
xContext->getAccessibleParent() );

             /* The top-level objects should never be of this class */
             OSL_ASSERT( xParent.is() );

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to