Bug 998940

Summary: Login page background image disappears if the browser window is not wide enough
Product: [Retired] JBoss BRMS Platform 6 Reporter: Jiri Locker <jlocker>
Component: Business CentralAssignee: Roger Martínez <romartin>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Locker <jlocker>
Severity: low Docs Contact:
Priority: urgent    
Version: 6.0.0CC: lpetrovi, pzapataf
Target Milestone: ER4   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Firefox, Chrome
Last Closed: 2014-08-06 20:17:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1006396    
Attachments:
Description Flags
Welcome screen without background image none

Description Jiri Locker 2013-08-20 11:44:02 UTC
Created attachment 788457 [details]
Welcome screen without background image

Description of problem:
SSIA.

Version-Release number of selected component (if applicable):
ER1

Steps to Reproduce:
1. Open http://localhost:8080/business-central/
2. Drag window border until its width drops below ~1265 px

Actual results:
Background image disappears.

Expected results:
It should stay there no matter the window size. Either resized or cropped.

Additional info:

Comment 1 Juanma 2013-09-12 14:48:06 UTC
Fixed styling.

Commits on branding.2013.09.04:

https://github.com/jboss-integration/dashboard-builder/commit/38325327f7d4af02e611dd61fc1cae7b73d64ee8

is modified de file login-screen.css, specifically the line:


@media (screen 1280px){
#rcue-login-screen {
  background-size: 100% auto;
  }
}

by

#rcue-login-screen {
  background-size: 100% auto;
}

Comment 5 Pedro Zapata 2013-10-08 15:55:48 UTC
The same fix should be applied for kie-wb and drools-wb webapps. It's unclear whether this has been applied to the branding branch of both as well.

Comment 6 Roger Martínez 2013-10-09 12:33:41 UTC
Fixed image resizing and some styles.

Commit: https://github.com/jboss-integration/kie-wb-distributions/commit/617db02071978c3a8ff6e9de9ebf4191b664fe73

Comment 7 Jiri Locker 2013-10-16 14:46:34 UTC
Fixed in ER4.