Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005960Openbravo ERPB. User interfacepublic2008-11-14 01:022008-12-02 06:39
plujan 
dalsasua 
highmajorhave not tried
closedfixed 
10
pi 
2.50 
Core
No
0005960: [QA-alpha-r1] When Login page shows an error, the message is shown with no styles
If I try to log in with an user with no permissions, no warehouse, or even if I enter the wrong password, the window that shows the error message has no styles, so the message is shown on a white page
1. Log in with Openbravo, but enter asdasdsa as password. The error window is displayed with no styles (see attach)
No tags attached.
has duplicate defect 0005895pi closed dalsasua If login fails, window shown has no styles. 
blocks defect 0006239 closed dalsasua Some errror windows are not well format 
png BUG_250-a-r1_ErrorLogin.PNG (11,885) 2008-11-14 01:02
https://issues.openbravo.com/file_download.php?file_id=414&type=bug
png
Issue History
2008-11-14 01:02plujanNew Issue
2008-11-14 01:02plujanAssigned To => rafaroda
2008-11-14 01:02plujansf_bug_id0 => 2279652
2008-11-14 01:02plujanFile Added: BUG_250-a-r1_ErrorLogin.PNG
2008-11-14 01:02plujanRegression testing => No
2008-11-14 11:14psarobeStatusnew => scheduled
2008-11-14 11:14psarobeAssigned Torafaroda => dbaz
2008-11-14 11:14psarobefix_in_branch => trunk
2008-11-14 17:13psarobeRelationship deleteddepends on 0005967
2008-11-14 20:09dbazNote Added: 0010293
2008-11-14 20:09dbazAssigned Todbaz => dalsasua
2008-11-17 00:12svnbotCheckin
2008-11-17 00:12svnbotNote Added: 0010321
2008-11-17 00:12svnbotStatusscheduled => resolved
2008-11-17 00:12svnbotResolutionopen => fixed
2008-11-17 00:12svnbotsvn_revision => 10106
2008-11-20 09:58rafarodaRelationship addedhas duplicate 0005895
2008-11-27 17:48psarobeRelationship addedblocks 0006239
2008-12-02 06:39krishnaStatusresolved => closed

Notes
(0010293)
dbaz   
2008-11-14 20:09   
It seems to be a problem with the LTR/RTL implementation, because this line

<LINK rel="stylesheet" type="text/css" href="../web/skins/Default/Openbravo_ERP_250.css" id="paramCSS"></LINK>

that should be this one

<LINK rel="stylesheet" type="text/css" href="../web/skins/ltr/Default/Openbravo_ERP_250.css" id="paramCSS"></LINK>

So the intermediate folder "ltr" is not set
(0010321)
svnbot   
2008-11-17 00:12   
Repository: openbravo
Revision: 10106
Author: dbaz
Date: 2008-11-17 00:12:11 +0100 (Mon, 17 Nov 2008)

Fixed Bug 0005960: Now the login failed web shows styles ok

---
U trunk/src/org/openbravo/base/secureApp/HtmlErrorLogin.html
U trunk/src/org/openbravo/base/secureApp/HtmlErrorLogin.xml
U trunk/src/org/openbravo/base/secureApp/LoginHandler.java
U trunk/src/org/openbravo/base/secureApp/VariablesSecureApp.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=10106&sc=1 [^]