[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User mt changed the following: What|Old value |New value Status|VERIFIED |CLOSED --- Additional comments from m...@openoffice.org Fri Jan 8 09:13:49 + 2010 --- Fixed and integrated => closing now.. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from joaniedi...@openoffice.org Tue Aug 4 18:17:01 + 2009 --- joaniediggs->od Issue 104008 has been opened. Thanks! - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from o...@openoffice.org Tue Aug 4 07:32:55 + 2009 --- od->joaniediggs: Ok, this issue has solved the defect that no object:text-attributes-changed events are emitted for changing text attributes at the paragraph. I would prefer a new issue for solving the defect that no object:text-attributes-changed are emitted for changing text attributes at a certain text portion. Please submit a corresponding issue. For this issue we have to decide which accessible object should emit this event and what data ( and ) this event should contain - let us discuss this in the new issue. This issue can then be closed as FIXED in my opinion. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from joaniedi...@openoffice.org Mon Aug 3 17:04:46 + 2009 --- joaniediggs->od: w.r.t. "The fix assures that OOo Writer emits this accessibility event for the change of attributes at the paragraph as I have extracted it from the defect description. This event is not emitted for changing attributes at certain characters or at a word." I suppose that's my fault for not explicitly including that text actually be typed and, at least on occasion, selected prior to step 4 in which the formatting of text is changed. My apologies. Regardless, as far as I am concerned, this bug is not fixed because object:text-attributes-changed events are not always emitted when text attributes change. In fact, for the two most common user behaviors in this area, namely: 1. pressing Ctrl+{B,I,U} before and after typing some text 2. selecting only a portion of the paragraph and then pressing Ctrl+{B,I,U} we get no object:text-attributes-changed events. :-( We need to get object:text-attributes-changed events. Would you prefer that I reopen this bug or create a new bug? - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from o...@openoffice.org Mon Aug 3 09:39:18 + 2009 --- OD->joaniediggs: I have checked OOo's ATK bridge implementation. It works fine. I have copied the adjusted libatk-bridge provided by Li Yuan via eMail into my environment and checked the fix of this issue. I performed the steps given above. Accerciser reported object:text-attributes-changed events when performing these steps. The fix assures that OOo Writer emits this accessibility event for the change of attributes at the paragraph as I have extracted it from the defect description. This event is not emitted for changing attributes at certain characters or at a word. If the paragraph is empty and nothing is selected, the formatting "actions" Control + B, Control + I and Control + U change the attributes for the paragraph. Thus, this event is emitted. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from o...@openoffice.org Mon Aug 3 07:45:24 + 2009 --- OD->joaniediggs: Unfortunately, I can not check this issue, because I have no environment which contains the adjustment from Li Yuan for libatk-bridge.so. This adjustment is needed. Otherwise this library does not contain the needed event mappings - see issue comments from January 2009. But, I have checked OOo's Writer implementation in the debugger. The Writer code triggers event object:text-attributes-changed. Thus, this part of the fix works. I will check OOo's ATK bridge implementation, if it handles the corresponding event correct. Please stay tuned. joaniediggs: Can you please assure that the libatk-bridge.so handles the corresponding event correct? - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from joaniedi...@openoffice.org Sun Aug 2 23:05:20 + 2009 --- Hi all. I just tested this in OOo-dev 3.2.0 DEV300m53 (Build:9412). The following seems to be the case: 1. If you select an entire paragraph first, the events are emitted as expected. 2. If you select a character or word instead, or don't select anything (i.e. if you perform the steps in the opening report), the events are not emitted. Assuming I'm using a build that includes the intended fix, we really could use having these events even when a full paragraph is not selected. Shall I re-open this bug or open a new one? Sorry and thanks! - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from o...@openoffice.org Wed May 27 14:05:13 + 2009 --- We have not tested the fix in GNONE 2.26.0 - we only tested it in an environment, in which we have replaced the gtk library libatk-bridge.so by the one which Li Yuan had provided. Thus, I propose that Eric (ES) should perform a test in an environment with GNONE 2.26.0 and OOo 3.1 - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from williewal...@openoffice.org Wed May 27 13:54:02 + 2009 --- @williewalker -> od: sounds fair enough. I haven't had a chance to test with GNOME 2.26.0, but if you have done so and have verified this is fixed, then I'm fine with closing this as fixed. We can always re-open it if necessary. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from o...@openoffice.org Mon May 25 09:21:07 + 2009 --- This issue is solved in OOo, but a new version of library libatk-bridge is needed in GNONE to get this issue solved in the complete environment. OD->williewalker: Or did I miss anything? - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User es changed the following: What|Old value |New value CC|'es,mt,obr,od,richburridge|'ab,es,mt,obr,od,richburri |,tl,williewalker' |dge,tl,williewalker' Target milestone|OOo 3.1 |OOo 3.2 --- Additional comments from e...@openoffice.org Mon May 18 13:47:50 + 2009 --- Hi all! what do we do with that? I had seen that fixed in 3.1 but apparently Willie found a fixed but a failed which he discussed with OD. Untill OD comes back from vacation nexr week, I set to 3.2 (doesn't seem to be a showstopper anyway). Then you can decide if we have to fix something more or if I can close. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from williewal...@openoffice.org Fri Mar 27 13:26:55 + 2009 --- @od - thank you. I'm less interested in the actual binary and more interested in which version of libatk-bridge the changes were made in. This is useful to me so I know where we'll stand in terms of integration. I was wondering if you knew before I went digging. >From your response, I'm guessing you don't know. :-) So, I went digging because this kind of cross reference and dependency is useful to have written down. The GNOME bug that was used to track this is as follows: http://bugzilla.gnome.org/show_bug.cgi?id=567706 The relevant GNOME svn revisions are as follows, which seem to indicate it went into GNOME 2.25.5 (and hence GNOME 2.26.0): http://svn.gnome.org/viewvc/at-spi?view=revision&revision=1149 http://svn.gnome.org/viewvc/at-spi?view=revision&revision=1150 I don't see any commits for the gnome-2-24 branch. I also checked the JDS svn.opensolaris.org/svn/jds/spec-files/branches/gnome-2-24 patches to see if there were any downstream fixes for OpenSolaris. None have been done. So, it looks as though one will need GNOME 2.26.0 or better along with some version of OOo (3.1?) in order to get this functionality. Thanks! - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from o...@openoffice.org Fri Mar 27 08:06:16 + 2009 --- OD->williewalker: Li send the library via private email at 2009-01-16 - you were also on copy. I will send you the library from Li again via private email. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from williewal...@openoffice.org Thu Mar 26 22:09:23 + 2009 --- I tested with StarOffice 9.1.0 DEV300m41 (Build:9398) [CWS:swa11y32] on my OpenSolaris b109 machine with Orca from trunk and did not get any object:text-attributes-changed events. Do you recall which version of libatk-bridge.so Li gave you? It might not be in b109. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from joaniedi...@openoffice.org Tue Mar 24 19:24:30 + 2009 --- Will, I can run dev builds on OpenSolaris build 109. I forgot what I had to do, but I just googled and found this thread on desktop-discuss. It sounds familiar. http://mail.opensolaris.org/pipermail/desktop-discuss/2009-March/011451.html - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from williewal...@openoffice.org Tue Mar 24 18:22:09 + 2009 --- Many thanks for working on this. Just providing a trackback to the Orca bug: http://bugzilla.gnome.org/show_bug.cgi?id=404046 I'd also love to test this if I can get my hands on a build that works with OpenSolaris 2008.11 b109. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User od changed the following: What|Old value |New value Assigned to|od|es --- Additional comments from o...@openoffice.org Tue Jan 20 13:45:27 + 2009 --- OD->ES: Please take over in order to verify again on master, when fixed libatk-bridge.so is released - Thanks - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User od changed the following: What|Old value |New value Status|RESOLVED |VERIFIED --- Additional comments from o...@openoffice.org Tue Jan 20 13:43:50 + 2009 --- verified with fixed libatk-bridge.so provided by Li Yuan - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from a...@openoffice.org Mon Jan 19 13:43:40 + 2009 --- Works with a fixed libatk-bridge.so provided by Li Yuan - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User od changed the following: What|Old value |New value Status|NEW |RESOLVED Resolution| |FIXED --- Additional comments from o...@openoffice.org Thu Jan 15 10:50:24 + 2009 --- You are right. This issue is also fixed from OOo's point of view. Investigation reveals that the gtk library libatk-bridge.so is not mapping the requested event. Waiting for fixed gtk library and possible test environment. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User ab changed the following: What|Old value |New value Assigned to|ab|od Status|STARTED |NEW --- Additional comments from a...@openoffice.org Thu Jan 15 10:41:52 + 2009 --- ab->od: I don't think it makes sense to leave this one assigned to me - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 --- Additional comments from o...@openoffice.org Tue Jan 13 10:07:49 + 2009 --- Checked with AB that from OOo side everything wents well. It seems that in one of the gtk libraries, namely libatk-bridge.so, a mapping for event object:text-attributes-changed is missing. Further investigation needed - send help request to williewalker. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User ab changed the following: What|Old value |New value Status|NEW |STARTED --- Additional comments from a...@openoffice.org Fri Jan 9 11:27:46 + 2009 --- STARTED - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User od changed the following: What|Old value |New value Assigned to|od|ab Status|REOPENED |NEW --- Additional comments from o...@openoffice.org Thu Jan 8 13:56:47 + 2009 --- OD->AB: Please take over as discussed. When you have your environment ready, let us together check, what is not function. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User od changed the following: What|Old value |New value Status|RESOLVED |REOPENED Resolution|FIXED | --- Additional comments from o...@openoffice.org Thu Jan 8 13:55:10 + 2009 --- Testing with ES reveals the following: - Event object:visible-data-changed is no longer emitted at the described actions. - Event object:text-attributes-changed is still not emitted at the described actions. --> My assumption is that the mapping of the UNO-A11y event TEXT_ATTRIBUTE_CHANGED to ATK event object:text-attributes-changed is not function. It also reveals that the UNO-IDL for UNO-A11y event needs also be adjusted. - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User od changed the following: What|Old value |New value Status|NEW |RESOLVED Resolution| |FIXED --- Additional comments from o...@openoffice.org Wed Jan 7 10:05:37 + 2009 --- fixed in cws sw31a11y01 - changed files: /sw/inc/viewsh.hxx /sw/source/core/view/viewsh.cxx /sw/source/core/inc/viewimp.hxx /sw/source/core/view/viewimp.cxx /sw/source/core/text/txtfrm.cxx /sw/inc/accmap.hxx /sw/source/core/access/accmap.cxx /sw/source/core/access/acccontext.hxx /sw/source/core/access/acccontext.cxx revision 265955 - 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org - To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User es changed the following: What|Old value |New value CC|'mt,obr,od,richburridge,tl|'es,mt,obr,od,richburridge |,williewalker'|,tl,williewalker' - 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]
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User od changed the following: What|Old value |New value Target milestone|OOo 3.x |OOo 3.1 --- Additional comments from [EMAIL PROTECTED] Wed Jul 2 07:31:03 + 2008 --- I think we should fix this in the next feature release -> adjusting target to OOo 3.1 - 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]
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User obr changed the following: What|Old value |New value Assigned to|obr |od --- Additional comments from [EMAIL PROTECTED] Wed Jul 2 07:15:58 + 2008 --- http://library.gnome.org/devel/atk/stable/AtkText.html#AtkText-text-attributes-changed makes me think there are no details expected, i.e. OldValue and NewValue of the UNO AccessibilityEvent can stay empty. As the UNO <-> ATK bridge already implements that mapping, the IDL can as well be changed when moving from VISIBLE_DATA_CHANGED to TEXT_ATTRIBUTE_CHANGED in writer. - 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]
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User obr changed the following: What|Old value |New value CC|'obr,od,williewalker' |'mt,obr,od,richburridge,tl | |,williewalker' --- Additional comments from [EMAIL PROTECTED] Tue Jul 1 11:24:58 + 2008 --- Is the object:text-attributes-changed expected to have any details parameter ? If not, we just need to fix the IDL (UNO <-> ATK bridging code is already present). - 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]
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User mt changed the following: What|Old value |New value Assigned to|mt|obr Target milestone|--- |OOo 3.x --- Additional comments from [EMAIL PROTECTED] Tue Jul 1 11:13:07 + 2008 --- mt->obr: Please put some meaningful text into IDL and provide mapping in UAA/ATK bridge. After that send issue to Writer/EditEngine maintainer. OOo 3.x now. - 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]
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User obr changed the following: What|Old value |New value CC|'williewalker'|'obr,od,williewalker' Assigned to|es|mt Ever confirmed| |1 Status|UNCONFIRMED |NEW --- Additional comments from [EMAIL PROTECTED] Wed Apr 16 20:05:58 + 2008 --- The UNO equivalent of object:text-attributes-changed is currently tagged as "reserved for future use" and thus would have to be specified first .. - 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]
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User williewalker changed the following: What|Old value |New value CC|''|'williewalker' - 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]
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 User joaniediggs changed the following: What|Old value |New value Keywords| |accessibility - 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]
[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88069 Issue #|88069 Summary|[a11y] Please emit object:text-attributes-changed even |ts when text attributes change Component|Word processor Version|OOo 2.4.0 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|ui Assigned to|es Reported by|joaniediggs --- Additional comments from [EMAIL PROTECTED] Tue Apr 8 23:00:36 + 2008 --- Steps to reproduce: 1. Launch Writer. 2. Hide the Formatting toolbar. 3. Launch Accerciser and turn event monitoring on. 4. Return focus to the Writer document and change the formatting by pressing Control + B, Control + I, Control + 1, etc., etc. Expected results: an object:text-attributes-changed event would be emitted each time the text attributes changed. Actual results: an object:text-attributes-changed event is not emitted.* *An object:visible-data-changed event is emitted. The problem with this event, however, is that it seems to be a pretty generic event frequently emitted by apps to announce that *something* has changed appearance *somehow*. As a result, listening for that particular event is costly to the performance of ATs. Having the more specific object:text-attributes-changed event instead would be extremely helpful. Thanks!! - 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]