| Summary: | [DateTime] Unable to change the foreground programmatically | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | tbuschto |
| Version: | 2.0 | ||
| Target Milestone: | 2.1 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
Like with bug 394083, the programatically set colors would have to be applied by inheritance, and the colors of the textfields are not set to "inherit". See "datetime-field" appearance in DateTime.appearance.js: result.textColor = tv.getCssColor( "*", "color" ); Fixed with commit 14cb002ef668c72e463e73673140ad45da7629e0. |