Issue 75179

Summary: New Chart: Background of invalid Range Field does not become red on Unix with Gnome Theme
Product: General Reporter: bjoern.milcke
Component: chartAssignee: kla <thomas.klarhoefer>
Status: CLOSED FIXED QA Contact: issues@graphics <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)Keywords: new_implementation
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: TASK Latest Confirmation in: ---
Developer Difficulty: ---

Description bjoern.milcke 2007-03-06 18:11:08 UTC
New Chart (chart2mst3) is required to reproduce:

1. Create a Calc
2. Enter some numbers
3. Insert/Chart
=> The Wizard comes up
4. Go to "Next", which is the Source Data page.
5. In the dialog enter an invalid string (e.g. by deleting the final number part
of the last cell reference: "Sheet1.A1:E4" -> "Sheet1.A1:E")
=> The font in the text field becomes white, the background should become red,
which does not work on Unix systems using Gnome.

->PL: The call aControl.SetControlBackground( aColor ); should work also when
HAS_BACKGROUND_TEXTURE is set in vcl for Edit controls. As discussed, the are
that is filled with the background color should not be the entire background
area (like in Firefox), but only the space that is available for text.
Comment 1 bjoern.milcke 2007-03-06 18:17:01 UTC
Changed type and added keyword.
Comment 2 philipp.lohmann 2007-03-07 13:03:27 UTC
fixed; use new WinBit WB_FORCECTRLBACKGROUND on the corresponding Edit (use
SetStyle)
Comment 3 philipp.lohmann 2007-03-07 13:04:43 UTC
please verify in CWS chart2mst3
Comment 4 bjoern.milcke 2007-03-07 17:28:55 UTC
->TK: Please verify in CWS chart2mst3.
Comment 5 kla 2007-03-12 10:17:03 UTC
verified
Comment 6 kla 2007-03-15 10:05:24 UTC
verified
Comment 7 p9w.vu.31122010 2007-10-01 00:43:08 UTC
verified fixed in m230, closing