To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89176





------- Additional comments from t...@openoffice.org Fri Apr  3 07:30:57 +0000 
2009 -------
tl: Ok. The most obvious places where the EditEngine is used are:
- drawing objects in Writer
- the table cells in Calc
- Impress and Drawing applications
- the window where you enter the formula text in starmath
- the controls within forms (see "File/New/XML Form Document") if(!) the control
  is set to multi-line.
Note this list is probably incomplete since I do not know all places where the
EditEngine is used myself.

If I'm not mistaken those controls that are making use of the TextEngine should
have already implemented the XAccessibleMultiLineText interface as well long
since. An example of such a control using the TextEngine should be the text
display of the Basic macro editor.

Also that interface is already available in Writer paragraphs.
Thus I would tend to say: Whenever you encounter a multi-line, editable text
control where that interface is not working a issues should be written.
Unfortunately there is no easy way to provide you with a complete list of such
controls.

Maybe you can do it indirectly on your own: I think it should be expected now
that every accessible object that implements the AccessibleRole of type
PARAGRAPH is supposed to have implemented the XAccessibleMultiLineText interface
now. Thus if you can modify your tool to check for this we may be able to find
any implementation that might be still missing.

tl->obr: do you have another idea how to find any still missing or not working
implementations?




---------------------------------------------------------------------
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...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to