Bug 998940 - Login page background image disappears if the browser window is not wide enough
Summary: Login page background image disappears if the browser window is not wide enough
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
urgent
low
Target Milestone: ER4
: 6.0.0
Assignee: Roger Martínez
QA Contact: Jiri Locker
URL:
Whiteboard:
Depends On:
Blocks: 1006396
TreeView+ depends on / blocked
 
Reported: 2013-08-20 11:44 UTC by Jiri Locker
Modified: 2014-08-06 20:17 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Firefox, Chrome
Last Closed: 2014-08-06 20:17:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Welcome screen without background image (11.68 KB, image/png)
2013-08-20 11:44 UTC, Jiri Locker
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.