Bug #43323
closedBE-login: problem with background-color and gradient
100%
Description
the background of the BE-login doesn't display correctly. At the bottom of the gradient there is a hard line between a light and a dark background.
Files
Updated by Stefan Neufeind almost 12 years ago
Experienced this by two people independently but can't seem to reproduce it anymore.
If nobody else sees this, I think we could maybe close it again.
Updated by Ernesto Baschny almost 12 years ago
- File typo3-login-bg-gradient.png typo3-login-bg-gradient.png added
- Status changed from New to Needs Feedback
- Assignee set to Ernesto Baschny
- Complexity set to easy
Hi Stefan,
it is most probably caused by an upgraded site, and your browser caching the gradient file from the old previous TYPO3 version:
/typo3/sysext/t3skin/images/login/background.png
This file was modified in 6.0. It should better be renamed to avoid this kind of browser caching issues. If I place the 4.5 file in an 6.0 installation, this is what it looks like:
Is this what you were seeing?
Solution would be to give the new gradient a new filename to avoid browsers outputting it from cache.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Needs Feedback to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16864
Updated by Stefan Neufeind almost 12 years ago
At least comes close. You might be right this could have been the cause.
I've been running pre-6.0 from git on that machine but there might have been a few days since last browser-cache-clear or so. Or the background was just shortly exchanged before release. I bet your explanation is right.
Thanks!
Updated by Ernesto Baschny almost 12 years ago
Yes, the new login screen and its background were added very late in the 6.0 development process.
commit 4b1ac32379fe63db829ef5493ef4b6f19231608d Author: Felix Kopp <felix-source@phorax.com> Date: Sun Nov 25 20:48:55 2012 +0100
I am waiting for some signal from the original author (Felix Kopp) on this matter, as he seems to be currently active on that area (see #43378).
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at http://review.typo3.org/16927
Updated by Ernesto Baschny almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dbeaa4d642224c24783548c1c8ba8432a965575c.