Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0016182 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | major | have not tried | 2011-03-09 12:17 | 2011-11-22 03:50 | |||
Reporter | plujan | View Status | public | |||||
Assigned To | dbaz | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0MP6 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 145e35bc7e5b | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0016182: Heartbeat Log tab does not scroll the "installed modules" field | |||||||
Description | The Heartbeat Log tab is by default disabled, meaning that all its fields are read only. However, the "installed modules" field's content required scrolling, what is not possible in a disabled field. See attach. | |||||||
Steps To Reproduce | Using Firefox: * Go to "Heartbeat Configuration" * Go to its child tab "Heartbeat Log" * Realize that "Installed Modules" field can not be scrolled | |||||||
Tags | No tags attached. | |||||||
Attached Files | DisableFieldDoesNotScroll.PNG [^] (22,993 bytes) 2011-03-09 12:17
| |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0034856) hgbot (developer) 2011-03-15 09:53 |
Repository: erp/devel/pi Changeset: d725db400e1fcfea6d6eb8bbbecb068d3652e6c2 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Tue Mar 15 09:51:07 2011 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/d725db400e1fcfea6d6eb8bbbecb068d3652e6c2 [^] Related to issue 16182: Heartbeat Log tab does not scroll disabled textarea field, add hover for disabled text fields --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-formitem-widgets.js --- |
(0034926) mtaal (manager) 2011-03-16 11:23 |
Asked on the smartclient forum, got a reply saying that we should try the readonly property: http://forums.smartclient.com/showthread.php?t=15941 [^] Will do this after unfreeze of pi |
(0041868) hgbot (developer) 2011-10-18 01:32 |
Repository: erp/devel/pi Changeset: a6c57b71ef31601c4479539f04f2069b901e100b Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Tue Oct 18 01:32:11 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/a6c57b71ef31601c4479539f04f2069b901e100b [^] Related to issue 16182: disabled textarea set again --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js --- |
(0041869) dbaz (developer) 2011-10-18 01:40 |
The problem is that textarea is set as disabled, and today still is not available/supported a "readonly" form item in Smartclient. So by the moment we can only have the html standard "disable" feature, where: In IE you can select the text and go to the end. In Chrome you can select the text and also operate the scrolls. In Firefox you can not select nor operate the scrolls. Thanks to mtaal's push, you can hover a disabled text area to show a promt with its content. |
(0041871) mtaal (manager) 2011-10-18 08:07 |
Smartclient has a readOnly property on the TextAreaItem. In addition there are several posts on the smartclient forum discussing how to solve this for other form items without this property. The main issue is that for a form the disabled property is used to signal that a textitem can't be changed. So in this case we need an additional way of keeping track that the textareaitem is actually disabled (i.e. that it is readonly). Can you test with the readOnly on text area items? Also can you check the forum posts on this topic and the smartclient source code? gr. Martin |
(0042011) hudsonbot (developer) 2011-10-23 13:41 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/35bf0a7aa166 [^] Maturity status: Test |
(0042947) jmon (reporter) 2011-11-17 17:03 |
Hi, I need to use a text box in a read-only tab but I have this problem of not being able to scroll to see the content as you describe in this issue. I see the changeset has been in Test status and not included in mp5. Do you have any plans on this? I should decide wether to wait for the fix or use as work around such as setting the tab as editable and preventing changes with a trigger. |
(0042961) dbaz (developer) 2011-11-17 21:56 |
To perform a test, follow the "Steps To Reproduce" |
(0042962) hgbot (developer) 2011-11-17 21:59 |
Repository: erp/devel/pi Changeset: 145e35bc7e5b86aa52163c21117790601a485b37 Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Thu Nov 17 21:59:00 2011 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/145e35bc7e5b86aa52163c21117790601a485b37 [^] Fixed issue 16182: Now disabled textareas can be scrolled in Firefox --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js --- |
(0043002) mtaal (manager) 2011-11-20 23:38 |
Reviewed |
(0043051) hudsonbot (developer) 2011-11-22 03:50 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/ebd713dfe507 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2011-03-09 12:17 | plujan | New Issue | |
2011-03-09 12:17 | plujan | Assigned To | => dbaz |
2011-03-09 12:17 | plujan | File Added: DisableFieldDoesNotScroll.PNG | |
2011-03-09 12:17 | plujan | Modules | => Core |
2011-03-10 18:31 | dbaz | Assigned To | dbaz => mtaal |
2011-03-14 10:56 | alostale | Status | new => scheduled |
2011-03-15 09:53 | hgbot | Checkin | |
2011-03-15 09:53 | hgbot | Note Added: 0034856 | |
2011-03-16 11:23 | mtaal | Note Added: 0034926 | |
2011-09-07 13:34 | mtaal | Assigned To | mtaal => dbaz |
2011-10-18 01:20 | dbaz | Relationship added | related to 0018411 |
2011-10-18 01:32 | hgbot | Checkin | |
2011-10-18 01:32 | hgbot | Note Added: 0041868 | |
2011-10-18 01:40 | dbaz | Note Added: 0041869 | |
2011-10-18 08:07 | mtaal | Note Added: 0041871 | |
2011-10-23 13:41 | hudsonbot | Checkin | |
2011-10-23 13:41 | hudsonbot | Note Added: 0042011 | |
2011-11-17 16:57 | jmon | Issue Monitored: jmon | |
2011-11-17 17:03 | jmon | Note Added: 0042947 | |
2011-11-17 21:55 | dbaz | Steps to Reproduce Updated | View Revisions |
2011-11-17 21:56 | dbaz | Note Added: 0042961 | |
2011-11-17 21:59 | hgbot | Checkin | |
2011-11-17 21:59 | hgbot | Note Added: 0042962 | |
2011-11-17 21:59 | hgbot | Status | scheduled => resolved |
2011-11-17 21:59 | hgbot | Resolution | open => fixed |
2011-11-17 21:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/145e35bc7e5b86aa52163c21117790601a485b37 [^] |
2011-11-20 23:38 | mtaal | Note Added: 0043002 | |
2011-11-20 23:38 | mtaal | Status | resolved => closed |
2011-11-20 23:38 | mtaal | Fixed in Version | => 3.0MP6 |
2011-11-22 03:50 | hudsonbot | Checkin | |
2011-11-22 03:50 | hudsonbot | Note Added: 0043051 |
Copyright © 2000 - 2009 MantisBT Group |