Notes |
|
(0059292)
|
shankarb
|
2013-06-10 11:53
|
|
|
|
|
The styling problem (bold, italic, underlined) seems to be not reproducible if we have the org.openbravo.userinterface.smartclient.dev module installed |
|
|
(0059877)
|
dbaz
|
2013-07-05 00:21
|
|
For the test case use WITH and WITHOUT "org.openbravo.userinterface.smartclient.dev" module in place and in development (remember also to update it) |
|
|
(0059878)
|
hgbot
|
2013-07-05 00:22
|
|
Repository: erp/devel/pi
Changeset: f61d2d0da2fa7144c4bf070874d85d935dd14c96
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri Jul 05 00:21:46 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f61d2d0da2fa7144c4bf070874d85d935dd14c96 [^]
Fixed issue 23853: Updated RichTextCanvas with latest Smartclient changes
to fix 'keyDown' behavior
---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/ISC_Combined.js
---
|
|
|
|
This issue is still reproducible: if I update the text of a rich text field, the save button is not enabled until I press another button of the rich text field.
Test case:
- Change the reference of the Description field of the Module window to Rich Text Field.
- Compile, restart tomcat.
- Open the Module window
- Open any record in form view
- Update the text of the description. Notice that the save button is not updated in the toolbar. |
|
|
(0059906)
|
dbaz
|
2013-07-05 18:18
(edited on: 2013-07-05 21:12) |
|
There is a cross-domain problem in Chrome, that raises the following JS error
Blocked a frame with origin "http://domainIP:8080" [^] from accessing a frame with origin "http://domainIP.homeip.net:8080". [^] The frame being accessed set "document.domain" to "IP", but the frame requesting access did not. Both must set "document.domain" to the same value to allow access.
To retest the issue please clear the cache.
|
|
|
(0059907)
|
hgbot
|
2013-07-05 21:13
|
|
Repository: erp/devel/pi
Changeset: cba285f50e81ecf7026ba4575f85338c6bf4470c
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri Jul 05 21:13:30 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/cba285f50e81ecf7026ba4575f85338c6bf4470c [^]
Fixed issue 23853: Added missing 'empty.html' file
needed to avoid 'document.domain' problems in RichTextCanvas
---
A modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/isomorphic/system/helpers/empty.html
---
|
|
|
|
Even though now it detects properly the addition of new characters, if a character is deleted using the Backspace or the Delete keys the change is not detected and the Save button is not enabled. |
|
|
(0059971)
|
hgbot
|
2013-07-15 14:12
|
|
Repository: erp/devel/pi
Changeset: de65f6acc7f000c0877b0baa0c15218ed577a635
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Jul 15 14:12:21 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/de65f6acc7f000c0877b0baa0c15218ed577a635 [^]
Fixed issue 23853: Now 'Backspace' triggers form change in OBRichTextItem
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-richtext.js
---
|
|
|
(0059972)
|
dbaz
|
2013-07-15 14:45
|
|
|
|
|
Code reviewed and verified in pi@436cd2fa79fc |
|
|
|
|
|
|
|
|
|
|
|
(0064615)
|
hgbot
|
2014-02-26 15:32
|
|
Repository: erp/devel/pi
Changeset: b083a207379000136005e486227a1bc342809aac
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Sep 10 20:33:58 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b083a207379000136005e486227a1bc342809aac [^]
[scupgrade] Related to issue 23853: Removed unneeded code
due that latest Smartclient 9.1d implements itself a fix for
the 'Delete' and 'Backspace' keyDown handler
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-richtext.js
---
|
|
|
|
|