Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005967Openbravo ERPB. User interfacepublic2008-11-14 11:142009-03-03 06:12
plujan 
dalsasua 
highmajorhave not tried
closedfixed 
10
pi 
2.50pi 
Core
No
0005967: [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.
Issue History
2008-11-14 11:14psarobeNew Issue
2008-11-14 11:14psarobeAssigned To => dbaz
2008-11-14 11:14psarobeStatusnew => scheduled
2008-11-14 17:13psarobeRelationship deletedblocks 0005960
2008-11-14 20:09dbazNote Added: 0010294
2008-11-14 20:09dbazAssigned Todbaz => dalsasua
2008-11-17 00:11svnbotCheckin
2008-11-17 00:11svnbotNote Added: 0010320
2008-11-17 00:11svnbotStatusscheduled => resolved
2008-11-17 00:11svnbotResolutionopen => fixed
2008-11-17 00:11svnbotsvn_revision => 10105
2009-03-03 06:12sureshbabuRegression testing => No
2009-03-03 06:12sureshbabuStatusresolved => closed
2009-03-03 06:12sureshbabuNote Added: 0014250
2009-03-03 06:12sureshbabuFixed in Version => trunk

Notes
(0010294)
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
(0010320)
svnbot   
2008-11-17 00:11   
Repository: openbravo
Revision: 10105
Author: dbaz
Date: 2008-11-17 00:11:47 +0100 (Mon, 17 Nov 2008)

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

---
U branches/r2.50alpha-r1/src/org/openbravo/base/secureApp/HtmlErrorLogin.html
U branches/r2.50alpha-r1/src/org/openbravo/base/secureApp/HtmlErrorLogin.xml
U branches/r2.50alpha-r1/src/org/openbravo/base/secureApp/LoginHandler.java
U branches/r2.50alpha-r1/src/org/openbravo/base/secureApp/VariablesSecureApp.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=10105&sc=1 [^]
(0014250)
sureshbabu   
2009-03-03 06:12   
Retested in context http://79.125.56.185/openbravotrunk [^]