#14518 closed bug (fixed)
Webpositive does not respect system colors for URL text
Reported by: | cb88 | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I've attached as screenshot of this.
Most of the rest of the sytem adjusts fine to setting dark colors. URL bar in Webpositive and Tracker but that's a separete issue.
Attachments (1)
Change History (8)
by , 6 years ago
Attachment: | URLBarDarkColors.png added |
---|
comment:1 by , 6 years ago
comment:3 by , 6 years ago
The LIST Colors are used for the suggestions list. As I can see the background color is from the DOCUMENT BACKGROUND COLOR but the Text color black is probably fix.
comment:4 by , 6 years ago
Actually the url text appears to be two different colors if that helps any. With the hostname being black and the rest of the text being gray. And yes they do seemed to be fixed.
comment:5 by , 6 years ago
URLInputGroup.cpp
URLInputGroup::URLTextView::InsertText [...] const rgb_color black = (rgb_color) { 0, 0, 0, 255 }; const rgb_color gray = (rgb_color) { 60, 60, 60, 255 };
comment:7 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
IIRC the url uses the LIST colors have you change those?