-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 8.10, 9.2
-
Fix Version/s: None
-
Component/s: Content Views, JSF/Polymer Integration
-
Tags:
-
Backlog priority:100
- install Nuxeo 8.10
- setup a custom content with an icon to show in a tab for File document type
- create a File document or 2
- check both versions of the result
- observe the custom content view is misaligned by 1 pixel (too low) compared to the default content view observed in a Content tab (see attached screenshots)
Customer investigation leads to this conclusion:
This is being caused by the ".fieldColumn" class, which is being set by the custom Tab/grid system, it seems. (That is, I've made my own custom Tab, and have dragged a custom content view into one of its grid locations. This grid location is getting "td class=fieldColumn containerField".) There's a specific ".fieldColumn img" CSS declaration that is affecting the icon and giving it the bad placement.