Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0016182
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfacemajorhave not tried2011-03-09 12:172011-11-22 03:50
ReporterplujanView Statuspublic 
Assigned Todbaz 
PrioritynormalResolutionfixedFixed in Version3.0MP6
StatusclosedFix in branchFixed in SCM revision145e35bc7e5b
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0016182: Heartbeat Log tab does not scroll the "installed modules" field

DescriptionThe 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 ReproduceUsing Firefox:
* Go to "Heartbeat Configuration"
* Go to its child tab "Heartbeat Log"
* Realize that "Installed Modules" field can not be scrolled
TagsNo tags attached.
Attached Filespng file icon DisableFieldDoesNotScroll.PNG [^] (22,993 bytes) 2011-03-09 12:17

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0018411 newdbaz Read only form fields can not be selected/highlighted using Firefox 

-  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
Powered by Mantis Bugtracker