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


User ekato changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |REOPENED
--------------------------------------------------------------------------------
              Resolution|FIXED                     |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Jul 19 12:30:31 +0000 
2007 -------
@ tl: I noticed one minor glitch in my patch.  It solved the problem with
generic unix vcl module as you've verified, but it won't fix for GTK vcl plugin.

I should have written
 
    'if ( nAttr & EXTTEXTINPUT_ATTR_HIGHLIGHT )'

instead of

    'if ( nAttr == EXTTEXTINPUT_ATTR_HIGHLIGHT )'

in the patch.


'&' is needed since in GTK vcl module, the reversed text attribute of input
method is converted to "SAL_EXTTEXTINPUT_ATTR_HIGHLIGHT |
SAL_EXTTEXTINPUT_CURSOR_INVISIBLE".

So, could use commit the change again?  I'm really sorry to bother you again.

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]

Reply via email to