Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016460Openbravo ERPA. Platformpublic2011-03-24 12:072011-04-05 00:00
psarobe 
alostale 
immediatecriticalalways
closedfixed 
5
pi 
3.0RC63.0RC5 
Core
No
0016460: Several buttons don't work across the ERP. See below to find out which ones so far
Several buttons don't work across the ERP:

Payment out window. Add Details
Payment in window. Add Details
Financial account: All the buttons in that window (Add transactions...)

The pop-ups get opened but they don't show anything just a blank page and this is wrong

Expected behaviour: They should show several things, some info and a grid but never a blank page

This happens in Windows and Linux
No tags attached.
Issue History
2011-03-24 12:07psarobeNew Issue
2011-03-24 12:07psarobeAssigned To => dbaz
2011-03-24 12:07psarobeModules => Core
2011-03-24 12:08psarobeStatusnew => scheduled
2011-03-24 12:08psarobefix_in_branch => pi
2011-03-24 12:30psarobefix_in_branchpi =>
2011-03-24 12:30psarobeDescription Updatedbug_revision_view_page.php?rev_id=1700#r1700
2011-03-24 15:29dbazAssigned Todbaz => mtaal
2011-03-25 08:47alostaleAssigned Tomtaal => alostale
2011-03-25 08:48alostaleNote Added: 0035224
2011-03-25 09:36alostaleNote Added: 0035226
2011-03-25 09:39hgbotCheckin
2011-03-25 09:39hgbotNote Added: 0035227
2011-03-25 09:39hgbotStatusscheduled => resolved
2011-03-25 09:39hgbotResolutionopen => fixed
2011-03-25 09:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b96d9a39520e2e246866239ca283c4db9eb2a9be [^]
2011-04-04 11:02psarobeStatusresolved => closed
2011-04-04 11:02psarobeFixed in Version => 3.0RC5
2011-04-05 00:00anonymoussf_bug_id0 => 3274929

Notes
(0035224)
alostale   
2011-03-25 08:48   
The problem seems to appear in all manual processes making use of new selectors.

When calling http://localhost:8880/openbravo/org.openbravo.client.kernel/OBCLKER_Kernel/StyleSheetResources?_skinVersion=2.50_emulation&_mode=classic [^] it gets stuck.
(0035226)
alostale   
2011-03-25 09:36   
This happens in case smartclient module is not in development, because the CSSMinimizer is entering in an infinite loop.
(0035227)
hgbot   
2011-03-25 09:39   
Repository: erp/devel/pi
Changeset: b96d9a39520e2e246866239ca283c4db9eb2a9be
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Mar 25 09:38:37 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b96d9a39520e2e246866239ca283c4db9eb2a9be [^]

fixed bug 16460: Several buttons don't work

  Fixed CSSMinimizer not to enter in an infinite loop when there are 'special commnents'
  (those having /**).

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/CSSMinimizer.java
---