Issue 75179 - New Chart: Background of invalid Range Field does not become red on Unix with Gnome Theme
Summary: New Chart: Background of invalid Range Field does not become red on Unix with...
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords: new_implementation
Depends on:
Blocks:
 
Reported: 2007-03-06 18:11 UTC by bjoern.milcke
Modified: 2013-02-24 21:18 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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