[ZBX-3721] Low contrast colors in the Dashboard Created: 2011 Apr 14  Updated: 2017 May 30  Resolved: 2012 Apr 17

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.4 (alpha)
Fix Version/s: 2.0.0rc3

Type: Incident report Priority: Minor
Reporter: Sergey Syreskin Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: dashboard, themes, usability
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

CentOS 5, PostgreSQL 8.4, Firefox 3.0.19


Attachments: PNG File low_contrast_dashboard_1.png     PNG File low_contrast_dashboard_2.png    
Issue Links:
Duplicate
is duplicated by ZBX-2873 some elements of dark orange theme ar... Closed

 Description   

Low contrast colors in the Dashboard make data unreadable with gui themes other than default one.



 Comments   
Comment by Alexander Vladishev [ 2012 Mar 09 ]

Related issue ZBX-3499

Comment by Pavels Jelisejevs (Inactive) [ 2012 Mar 21 ]

RESOLVED for trunk in svn://svn.zabbix.com/branches/dev/ZBX-3721.

I've fixed these issues in all or some of the themes:

  • the color of the text in trigger severities;
  • host menu item color and link color;
  • the highlighted line in some of the forms;
  • improved the filter design;
  • text color in the new warning messages;
  • the layout of the setup when opening it from the frontend.

Additionally, I've reorganized the css files a bit.

Before testing, be sure to apply the DB patches.

Comment by Alexey Fukalov [ 2012 Mar 23 ]

(1)
In schema users table "default.css" left.

<pavels> RESOLVED.

<Vedmak> CLOSED

Comment by Alexey Fukalov [ 2012 Mar 23 ]

(2)
In host form, when start interface drag, messages "drag interface here..." are placed too far from "add" button if there is no interfaces of that type.

<pavels> RESOLVED. Also I've changed the design of the drag'n'drop interface a bit.

<Vedmak> CLOSED

Comment by Alexey Fukalov [ 2012 Mar 23 ]

(3) in hosts filter, item filter, maybe somewhere else, some table cells have solid border line while most have dotted.

<pavels> That's a browser rendering problems. Changed the border style to solid to fix it. RESOLVED.

<Vedmak> CLOSED

Comment by Alexey Fukalov [ 2012 Mar 23 ]

(4)
I think we can leave em's in host edit for for interface tables.

<pavels> RESOLVED.

<Vedmak> CLOSED

Comment by Alexey Fukalov [ 2012 Mar 23 ]

(5)
In darkorange theme there is something wrong with "Connect to" radio buttons.

Seems not only in that form.

<pavels> What about them?

<pavels> CLOSED.

<Vedmak> CLOSED

Comment by Alexey Fukalov [ 2012 Mar 23 ]

(6)
Graph images don't use dark colors in "darkblue" theme.

<pavels> I've added the "Dark orange" theme to data.tmpl. RESOLVED.

<Vedmak> CLOSED

Comment by Alexey Fukalov [ 2012 Mar 23 ]

(7)
Items filter looks bad when browser window width is 1024.

<pavels> RESOLVED.

<Vedmak> CLOSED

Comment by Pavels Jelisejevs (Inactive) [ 2012 Mar 28 ]

(8) There are no patches for graph_theme.sql

<pavels> RESOLVED.

<Vedmak> probably patch for new record in table graph_theme is needed also.

<pavels> RESOLVED.

<Vedmak> graphthemeid must be inserted too.

<pavels> RESOLVED.

<richlv> looks like most of the patches lack the trailing newline

<pavels> RESOLVED.

<Vedmak> CLOSED

Comment by Pavels Jelisejevs (Inactive) [ 2012 Mar 29 ]

(9) Also, please review the issues from ZBX-2873. RESOLVED.

<Vedmak> CLOSED

Comment by Oleksii Zagorskyi [ 2012 Mar 31 ]

(10) Probably API examples should be reviewed before closing the issue:
http://www.zabbix.com/documentation/2.0/manual/appendix/api/user/create
http://www.zabbix.com/documentation/2.0/manual/appendix/api/user/get
http://www.zabbix.com/documentation/2.0/manual/appendix/api/user/updateprofile
http://www.zabbix.com/documentation/2.0/manual/appendix/api/user/definitions <- would be good to describe possible variants for "theme"

please update the "lang" as well : en_gb -> en_GB
because of implemented gettext

<pavels> I'll do that right after I merge the changes to the trunk.

<pavels> RESOLVED.

<zalex> in the http://www.zabbix.com/documentation/2.0/manual/appendix/api/user/create
I've added escaping for quoted values inside message - we should show it "as is", without modifications, as users will see it.
CLOSED

Comment by Pavels Jelisejevs (Inactive) [ 2012 Apr 02 ]

(11) The "Theming" section of the 2.0 docs should also be updated.

<pavels> http://www.zabbix.com/documentation/2.0/manual/web_interface/theming/creating_your_own_theme RESOLVED.

<pavels> Closing with Martin's blessing. CLOSED.

Comment by Pavels Jelisejevs (Inactive) [ 2012 Apr 05 ]

(12) In r26650 I've changed the way themes are defined, please review.

<Vedmak> CLOSED

Comment by Pavels Jelisejevs (Inactive) [ 2012 Apr 05 ]

(13) In r26652 I've changed the color of input fields in the darkblue theme.

<Sasha> Great! CLOSED

Comment by Alexander Vladishev [ 2012 Apr 12 ]

(14) Drop down and simple lists are aligned incorrectly in Dark orange and Black and blue themes

<pavels> RESOLVED.
<Sasha> Dark Orange CLOSED
<Sasha> Black&Blue REOPENED

<pavels> RESOLVED.
<Sasha> CLOSED

Comment by Alexander Vladishev [ 2012 Apr 12 ]

(15) Height of a header bar is different in Original Blue and Dark orange or Black and blue themes

<pavels> RESOLVED.

<Vedmak> CLOSED

Comment by Alexander Vladishev [ 2012 Apr 12 ]

(16) Some links are not underlined in Dark orange and Black and blue themes

<pavels> RESOLVED.

<Vedmak> CLOSED

Comment by Alexey Fukalov [ 2012 Apr 12 ]

(17)
In black&blue, dropdowns text is not readable

<pavels> RESOLVED.

<Vedmak> CLOSED

Comment by Pavels Jelisejevs (Inactive) [ 2012 Apr 16 ]

Available in trunk r26859. Don't forget to patch the DB.

Comment by Oleksii Zagorskyi [ 2012 Apr 16 ]

(18) Sorry, I don't see in the upgrade patches modifications of existing DB schema.
I mean a statement like:
ALTER TABLE users MODIFY theme VARCHAR(128) NOT NULL DEFAULT 'default';

Btw, the patch "users.sql" could be rewritten to perform single "ALTER TABLE" and several MODIFY, as it done for most patches already.
REOPENED

<pavels> RESOLVED in the dev branch.

<pavels> CLOSED.

Comment by richlv [ 2012 Apr 16 ]

(19) grapththemeid

<pavels> Fixed directly in trunk. CLOSED.

Comment by Pavels Jelisejevs (Inactive) [ 2012 Apr 18 ]

CLOSED.

Comment by richlv [ 2012 Jun 28 ]

this slightly broke search results : ZBX-5253

Generated at Fri Apr 26 05:40:41 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.