Hey Joanie. The original problem was fixed and I'll report the bug.
Also I found in the stderr the following warning: (orca:9965): dbind-WARNING **: 00:12:12.993: AT-SPI: Error in
GetItems, sender=(null), error=Did not receive a reply. Possible
causes include: the remote application did not send a reply, the
message bus security policy blocked the reply, the reply timeout
expired, or the network connection was broken. Thanks.
On 1/29/19 4:09 AM, Joanmarie Diggs
wrote:
Hey again. I have good news and bad news. The good news is that I have fixed the desktop lockup, at least for me. The bad news is that until the Eclipse developers fix their bug, flat review will not work in impacted windows. Eclipse is giving an insane bounding box (x, y, width, height) for a panel which seems to be the child of the scroll pane in that dialog. I get, for example, (618552120, 32709, 618552176, 32709). I should be getting things like (598, 353, 720, 328). In theory one should be able to test this in Accerciser, but Eclipse seems to still have that bug where it takes 15 or so seconds (followed by a DBus timeout to become responsive). And that seems to make Accerciser very unhappy. At least on my machine. Because flat review is constructing a 2-dimensional collection of objects based on their bounding boxes, we need accurate (not to mention sane) bounding boxes. So the way the Eclipse developers can test this is to grab the latest Orca master and perform the steps to reproduce. This time the expected result is that Orca should present the window via flat review and the actual result is that it just presents the name of the window ("Eclipse Platform Launcher"). To see why, look in your friendly debug.out. Here's what I get for reading the current line: vvvvv CONSUME ATSPI_KEY_PRESSED_EVENT: 'KP_Up' (80) vvvvv [normal, non-concerning stuff goes here] 00:47:16 - INFO: Extents for [panel | ] are: (618552120, 32709, 618552176, 32709) 00:47:16 - INFO: [panel | ] seems to have bogus coordinates [normal, non-concerning stuff goes here] ^^^^^ CONSUME ATSPI_KEY_PRESSED_EVENT: 'KP_Up' (80) ^^^^^ You can quickly find these strings by searching for "bogus coordinates" and then looking at the previous line. José: Eric asked us to file a bug for this issue. Would you mind doing so? It's 1 AM here and I've been going more or less non-stop since 10 AM. And of course please test master to be sure the bug is also fixed for you. Thanks!! --joanie On 1/28/19 11:28 PM, Joanmarie Diggs wrote:Okay, I can reproduce this. Yikes! Lemme see what I can figure out. Thanks for the report! --joanie On 1/28/19 9:05 AM, Joanmarie Diggs wrote:Could you please capture a full debug.out? Thanks! --joanie On 1/28/19 2:42 AM, José Vilmar Estácio de Souza wrote:Hi all. This happens when I use Eclipse 2018-12 (4.10.0) and Orca 3.30.1 or above. The Build id 20181214-0600 To reproduce try the following steps. 1. Launch eclipse 4.10. 2. When the eclipse requests the workspace, try reading the current line using the flat review mode. As I'm using laptop layout mode I've used capslock + i. As soon as I perform step 2, my machine gets completely frozen and the only alternative is to reboot. The same happens if I'm editing and trying to read the current line using flat review mode. Thanks. -- Assinatura Informal José Vilmar, Telefones: 21 2555-2650 e 21 98868-0859, Skype: jvilmar _______________________________________________ orca-list mailing list orca-list gnome org https://mail.gnome.org/mailman/listinfo/orca-list Orca wiki: https://wiki.gnome.org/Projects/Orca Orca documentation: https://help.gnome.org/users/orca/stable/ GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html Log bugs and feature requests at http://bugzilla.gnome.org_______________________________________________ orca-list mailing list orca-list gnome org https://mail.gnome.org/mailman/listinfo/orca-list Orca wiki: https://wiki.gnome.org/Projects/Orca Orca documentation: https://help.gnome.org/users/orca/stable/ GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html Log bugs and feature requests at http://bugzilla.gnome.org_______________________________________________ orca-list mailing list orca-list gnome org https://mail.gnome.org/mailman/listinfo/orca-list Orca wiki: https://wiki.gnome.org/Projects/Orca Orca documentation: https://help.gnome.org/users/orca/stable/ GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html Log bugs and feature requests at http://bugzilla.gnome.org --
|