Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://objectstyle.org/jira/secure/ViewIssue.jspa?key=CAY-427
Here is an overview of the issue:
---------------------------------------------------------------------
Key: CAY-427
Summary: DataDomainView.java--label truncation (Container-Managed Transactions)
Type: Improvement
Status: Assigned
Priority: Major
Project: Cayenne
Versions:
1.2 [DEV]
Assignee: Andrus Adamchik
Reporter: Paul Furbacher
Created: Thu, 26 Jan 2006 12:48 PM
Updated: Thu, 26 Jan 2006 12:48 PM
Description:
The label "Container-Managed Transactions" is elided in
the DataDomainView.
Currently, the FormLayout values are (line 149 ff.):
FormLayout layout = new FormLayout(
"right:100dlu, 3dlu, fill:50dlu, 3dlu, fill:47dlu, 3dlu, fill:100",
"p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p");
They should read "right:pref" for the first column,
as in
FormLayout layout =
new FormLayout(
"right:pref, 3dlu, fill:50dlu, 3dlu, fill:47dlu, 3dlu, fill:100",
"p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p");
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://objectstyle.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
This archive was generated by hypermail 2.0.0 : Thu Jan 26 2006 - 12:48:38 EST