View Issue Details

IDProjectCategoryView StatusLast Update
0005242SOGoWeb Mailpublic2021-01-14 20:44
Reporterfsoyer Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version5.0.1 
Summary0005242: Text color in search bar is white on white background
Description

Hi,
After an update to 5.0.1 with yum on a CentOS 7 server, I notice a annoying problem in UI. In the search bar (on a folder, not the global search) the text is written in white on white. The browser's console say :
HTML :
<input type="search" name="folderSearch" value="" minlength="2" sg-focus-on="search" ng-model="$sgSearchController.searchText" ng-model-options="$sgSearchController.searchTextOptions" ng-change="$sgSearchController.onChange()" class="ng-valid md-input ng-valid-minlength ng-touched ng-not-empty ng-dirty ng-valid-parse" id="input_886" aria-invalid="false" style="">

CSS :
md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input::placeholder, md-toolbar.md-hue-1:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input::placeholder

élément {
}
md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input, md-toolbar.md-hue-1:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input {
color: rgba(255,255,255,0.87);
border-color: rgba(255,255,255,0.12);
}

Steps To Reproduce

After selecting a folder, click on the magnifying glass above the messages.

TagsNo tags attached.

Activities

fsoyer

fsoyer

2021-01-13 13:29

reporter  

search1.png (40,073 bytes)   
search1.png (40,073 bytes)   
search2.png (38,026 bytes)   
search2.png (38,026 bytes)   
fsoyer

fsoyer

2021-01-13 14:24

reporter   ~0015040

NOTE : on chrome and on Firefox, same behaviour. Cache cleaned on all browsers.

fsoyer

fsoyer

2021-01-14 13:09

reporter   ~0015042

Strange. You can close this issue, today the text revert to back on white, but I can't say why, no changes on server or clients, no browser's cache newly cleared. A new IT mystery...

Issue History

Date Modified Username Field Change
2021-01-13 13:29 fsoyer New Issue
2021-01-13 13:29 fsoyer File Added: search1.png
2021-01-13 13:29 fsoyer File Added: search2.png
2021-01-13 14:24 fsoyer Note Added: 0015040
2021-01-14 13:09 fsoyer Note Added: 0015042
2021-01-14 20:44 francis Status new => closed
2021-01-14 20:44 francis Resolution open => no change required