#4056 closed defect (fixed)
Write. text selection have fg & bg black
Reported by: | godiard | Owned by: | godiard |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Write | Version: | Unspecified |
Severity: | Unspecified | Keywords: | r+, 13.1.0, olpc-test-passed |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description (last modified by godiard)
Similar to #4055, but didn't found the solution yet.
When use abiword in gnome, the selection have a blue background and in sugar have a black background.
Attachments (2)
Change History (9)
comment:1 Changed 11 years ago by godiard
- Description modified (diff)
comment:2 Changed 11 years ago by godiard
Changed 11 years ago by godiard
comment:3 Changed 11 years ago by garnacho
Rendering in Abiword is delegated to an internal widget deriving from GtkDrawingArea, so the CSS rule that does black on black is likely aiming to theme those generically, a more specific rule can be set in the theme to specifically fix this for Abiword text view:
ApDocView:selected {
color: ...;
background-color: ...;
}
Changed 11 years ago by godiard
comment:4 Changed 11 years ago by manuq
- Resolution set to fixed
- Status changed from new to closed
Thanks Carlos, pushed to artwork together with the Evince styling. http://bugs.sugarlabs.org/ticket/4055#comment:2
comment:5 Changed 11 years ago by manuq
- Keywords r+ 13.1.0 olpc-test-pending added
comment:6 Changed 11 years ago by greenfeld
- Keywords olpc-test-passed added; olpc-test-pending removed
Selected text will always be shown with black text and highlighted in gray (regardless of original text color) in OLPC 13.1.0 os8.
Tried different options:
I think the code relevant in abiword is in wp/ap/gtk/ap_UnixFrameImpl.cpp method AP_UnixFrameImpl::getColorSelBackground