timklapdor / learning-materials

Developing a new theme and style for CSU Learning Resources - A work in process
1 stars 3 forks source link

In Grade Centre all of the top Banner and Navigation is lost under new version #140

Closed jthambly closed 5 years ago

jthambly commented 5 years ago

Testing the new version, In Grade Centre, the top Banner/navigation is lost.

Outside of Grade Centre:

image

In Grade Centre:

image

Unsure if this is a theme issue, or Blackboard issue, logging with both. If a Bb issue, I will close this issue.

jthambly commented 5 years ago

In QA

jthambly commented 5 years ago

Blackboard indicated that this is not a Blackboard issue, but an issue with the theme customisation.

jthambly commented 5 years ago

This issue does not seem to be occurring under devel - unsure if a fix is in progress?

jthambly commented 5 years ago

Under further review, this issue still is present in Devel - under normal grade centre view. If Grade Centre is locked or has a notification/status bar, then it will show correctly.

jthambly commented 5 years ago

Might be an opacity setting set as 0, instead of 1.

image

jsloane commented 5 years ago

Looks like this issue is caused by CSS being pulled in from this file: https://interact2qa.csu.edu.au/webapps/spreview/css/preview-on.css?v=3500.0.1-rel.59+219b762

.global-nav-bar-wrap { display: none; }

globalNavPageNavArea {

opacity: 0;
filter: alpha(opacity=0);

}

The comment from the CSS file indicates that it should only be used when Student Preview mode is being used. If we override these styles, it may break the Student Preview. This looks like a Blackboard bug that should be logged with Blackboard.

jthambly commented 5 years ago

The updated theme has fixed the issue.