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





------- Additional comments from [EMAIL PROTECTED] Mon Oct 31 02:09:58 -0800 
2005 -------
> a) What was the problem that my patch introduced, and that your patch fixed?

The problem is that aAbsolute and devRect have to be in the same coordinate
space, (i.e. absolute screen pixels, regardless of any mirroring). The do loop
assumes that aAbsolute is already in that coordinate system, but with your patch
there is a difference between RTL and LTR mode. In RTL mode you're using Output
coordinates which are relative to the window (pReference) but in LTR we still
have screen pixels. In the doLoop the devRect will always be positioned at 0,0
(with your patch)  which would be fine for RTL but not for the LTR case.

> b) There are two other problems here, which deserve attention:
> 1. if the combobox is open, clicking on the arrow doesn't close it in RTL.

I'll have a look as this is definitely related.

> 2. in Linux, ..., refresh problems

This is unrelated I guess, do you see the problem when you do a "setenv
SAL_USE_VCLPLUGIN gen" before starting soffice ? This env variable disables
theming support. If you only see it with theming support on then it might be
related to the other issue in this area (issue 54929).





---------------------------------------------------------------------
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]

Reply via email to