- Al habilitar del debug en IE saltaba un error de keyCode, ya que ese evento no era propio para IE.
- Se hicieron cambios para poder detectar los diferentes eventos que tiene IE, firefox, Chrome y validar el keyCode, ademas de la validacion se aumento en el validator.js el campo NodeName para poder hacer la verificacion completa de ese campo.
- la sumatoria de este bug estaba solucionado,
- lo que se aumento son las mascaras , su visibilidad y su no afecto a las formulas nu las umatorias y promedio.
- It was found that had several labels that are hardcoded.
- Changed hardcoded labels reusing some existing labels and some things were created some labels.
- labels created: ID_INIT_DATE(Init Date), ID_OVERWRITE(Overwrite),ID_BROWSE(Browse),ID_UPLOADING_TRANSLATION_FILE(Uploading the translation file...),
ID_EVALUATION_RESULT ([Success] Evaluation result)
- Labels reused: ID_TITLE, ID_DESCRIPTION, ID_DUE_DATE, ID_FINISH_DATE, ID_SEND, ID_UPLOADED_DOCUMENTS, ID_GENERATED_DOCUMENTS, ID_FILE, ID_FIRST_NAME,
ID_LAST_NAME,ID_ACTIVE,ID_INACTIVE, ID_MSJ_REPORSTO
- image for Starting a case ...
it is labeled translation.ID_TITLE_START_CASE which works only if you change the language to es-ES
-
- fixes for installer on IE9
- fixes for main uxmodern interface view on IE9
- ux-wizard extjs plugin updated
- ux-card-layout extjs plugin updated
- extjs library updated to 3.4.0 from 3.2.1
- draw2d library removed from load
- El problema es porque no se hace un borrado completo del dropdown
- se soluciono adicionando una condicion para que este borrado se haga por completo con remove
- Los tabs estaban sobrepuestos debido a que se estaba calculando mal el alto del div q las contenia en IE
- Se agrego una validacion para que cuando sea IE se le agregue n unos cuantos pixeles mas cuando se esta usando IE
- amos is right, the var. value was showing as html and not as self string
- the problem was solved parsing to its html entities equivalent and it is showing now.
- The grid calculate total always shows NAN before fill this column.See attachment.The processmaker version 2.0.37 still has this problem.
- Adjustment in the calculation of values(sum,avg) to insert or delete a new row.
- Despues de presionar el boton "Save" en las propiedades de las tareas simplemente se estaba cerrando el panel
- Ahora despues de cerrar el panel se muestra un mensaje de confirmacióe que los cambios fuerin guardados con exito
- that behavior was happending after codemirror editor was added in script text area.
- the problem was solved adding a set focus() call after codemirror editor was loaded.
- Uno de los estilos que usan los paneles de Maborak tenia un atributo que cambia la posicion del status bar restandole 32px
- Se elemino ese atributo de los estilos y se agrago una condicion en el modulo JS que dibuja el panel, restandole 16px solo cuando sea un panel con tabs
- creates a new instance of infoPanel object
- PMExt.createInfoPanel(url, params)
Sample
var sumaryInfPanel = PMExt.createInfoPanel('../sampleProxy/getSummary', {appUid: '43546...', index:1});