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


User wuy changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from w...@openoffice.org Fri Jun 11 09:19:55 +0000 
2010 -------
The reason is: The color value is hard code when setting the find text field(
SetControlForeground(COL_GRAY) is called to set the color of the initial string
'Find' in the find textfield, and SetControlForeground(COL_BLACK) is called to
set the color of the input characters.) 

The color value should be dynamically retrieved via the Appliation
StyleSettings.
GetSettings().GetStyleSettings().GetDisableColor()/GetSettings().GetStyleSettings().GetWindowTextColor()
can be used, instead of the value COL_GRAY/COL_BLACK.

A new cws based on DEV300_m82 will be created to fix this problem.


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


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

Reply via email to