To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=86443
------- Additional comments from [email protected] Tue Mar 10 14:23:11 +0000 2009 ------- TL->timrichardson: I was told that the main reason for the different behavior of the platforms is that with Windows the calls to the Accessibility API are synchronous while for UNIX they are not. Thus the respective functions will usually get called at different states of the running Office, thus resulting often enough in different variable values and even different call trees. The office code not yet taken into account that GetColumnCount() may return 0 is of course a bug in itself. On the other hand one could argue that the function is called to early under Gnome. Especially if (after the crash is fixed) it may turn out later on that the office does not crash anymore but the accessibility tools still do not work as expected. Thus I will change the code so it will be safe to have 0 returned by that function. And then it has to be checked if accessibility is working as it should. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
