Theme of Fiori reuse library

简介: Theme of Fiori reuse library

We meet a problem which is related to the theme of our fiori reuse library:


We receive a ticket 1580024800 2015 report that, when launch our app Sales Pipeline, the background color is white and correct:


image.png


Then navigate to My Opportunity app(cross app navigation) by click an opportunity link on the bubble details, please notice this My Opportunity app depend on a reuse library:


image.png


Then click back button to navigate back to Sales Pipeline, all the functions are OK but the background color turns to grey:


image.png


We checked and find that the grey color is from our reuse library during the navigation:

image.png

 When launch Sales Pipeline the first time, the background color css refer to @sapShell_Background and its value from fiori blue crystal theme:

1


image.png


2. When navigation happens, it get background color again from reuse library and overwrite the white @sapShell_Background value to grey(happens when init navigated target My Opportunity):


image.png


We think the reason probably the @sapShell_Background value is not correct in reuse library:

We checked with the build target file of our reuse library, there are two folders under theme folder, the sapShell_Background value in library-parameters.json are grey in both folders:


image.png



Here we think the color in sap_bluecrystal should be white(#ffffff)? The same as the color in blue crystal theme of ui5 core library? But we cannot be sure since we are not familiar with how it build.



相关文章
SAP AppGyver 的 Universal Theme System 使用介绍
SAP AppGyver 的 Universal Theme System 使用介绍
Important table for Fiori launchpad Designer and configuration
Important table for Fiori launchpad Designer and configuration
116 0
Important table for Fiori launchpad Designer and configuration
SAP Fiori extension hook added via note
SAP Fiori extension hook added via note
116 0
SAP Fiori extension hook added via note
how is home button implemented in Fiori launchpad
how is home button implemented in Fiori launchpad
how is home button implemented in Fiori launchpad
CRM Fiori:Complex note optimization design
CRM Fiori:Complex note optimization design
CRM Fiori:Complex note optimization design
SAP CRM Application Extension Tool的Custom Behavior
SAP CRM Application Extension Tool的Custom Behavior
SAP CRM Application Extension Tool的Custom Behavior
when is this.oModel in sap-ui-core.js initialized for navigation working
Created by Wang, Jerry, last modified on May 21, 2015
89 0
when is this.oModel in sap-ui-core.js initialized for navigation working