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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027197
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Mobile Warehouse operationsmajoralways2014-07-25 12:142015-03-09 11:06
ReportercaristuView Statuspublic 
Assigned Tomigueldejuana 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision21ae6660dbc7
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomalsasua
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0027197: Display problems having long names

DescriptionSome display problems appears in the user interface when he have long names for storage bins and products (See attached)
Steps To Reproduce1) Go to the [Mobile Warehouse Menu] and create a new menu entry with Goods Movements as Window Type.
2) Choose as "Bin From" an storage bin with a large search key, for example: "StorageBinWithBigName"
3) Log-in in Openbravo Warehouse mobile
4) Click on the SCAN button and see the display problem on the lines part.
5) Notice also, that the storage bin and product fields are small and can't show properly some large names. The size of this fields should be bigger.
TagsNo tags attached.
Attached Filesjpg file icon image.jpg [^] (84,517 bytes) 2014-07-25 12:14


png file icon still_cut.png [^] (33,651 bytes) 2014-10-31 06:02

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0071240)
hgbot (developer)
2014-10-29 11:56

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 88cc4677335e2bf03504bbfb54773be5d06f43d8
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Oct 29 11:55:36 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/88cc4677335e2bf03504bbfb54773be5d06f43d8 [^]

Fixed issue 0027197: Display problems having long names

Adding word-wrap: break-word; to all divs we avoid to overlaying text on the next div.

---
M web/org.openbravo.mobile.core/assets/css/ob-standard.css
---
(0071241)
hgbot (developer)
2014-10-29 11:57

Repository: erp/pmods/org.openbravo.mobile.warehouse
Changeset: c3941e986b515e66a7f602b7f779920c4340e41f
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Oct 29 11:56:54 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/c3941e986b515e66a7f602b7f779920c4340e41f [^]

Fixed issue 0027197: Display problems having long names
Adding word-wrap: break-word; to all divs we avoid to overlaying text on the next div.

---
M web/org.openbravo.mobile.warehouse/assets/css/wh-styles.css
---
(0071291)
szapata (reporter)
2014-10-31 06:01

If you try with StorageBinWithBigNameBigBigName instead of StorageBinWithBigName you will notice that the label is still cut.
(0071630)
migueldejuana (developer)
2014-11-13 12:28

We should not do higher this input because we could break the UI. In the order details side we can do higher each line because the component has an scroll and it wouldn't break the UI.
(0074455)
hgbot (developer)
2015-02-13 14:15

Repository: erp/pmods/org.openbravo.mobile.warehouse
Changeset: 21ae6660dbc7d4c1adc2f5d49f4aef24e0ade58c
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Feb 13 14:15:00 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/21ae6660dbc7d4c1adc2f5d49f4aef24e0ade58c [^]

Fixed issue 0027197: Display problems having long names

Make inputs higher.

---
M web/org.openbravo.mobile.warehouse/source/goodsMovement/wh-movement-lineEditor.js
---
(0075301)
malsasua (developer)
2015-03-09 11:06

verified

- Issue History
Date Modified Username Field Change
2014-07-25 12:14 caristu New Issue
2014-07-25 12:14 caristu Assigned To => guilleaer
2014-07-25 12:14 caristu File Added: image.jpg
2014-07-25 12:14 caristu Resolution time => 1409176800
2014-07-25 12:14 caristu Issue Monitored: networkb
2014-07-25 15:19 caristu Summary Display problems in tablet having long names => Display problems having long names
2014-07-25 15:19 caristu Description Updated View Revisions
2014-07-25 15:19 caristu Steps to Reproduce Updated View Revisions
2014-09-30 12:08 caristu Assigned To guilleaer => AtulOpenbravo
2014-10-27 12:19 jonalegriaesarte Assigned To AtulOpenbravo => migueldejuana
2014-10-29 11:56 hgbot Checkin
2014-10-29 11:56 hgbot Note Added: 0071240
2014-10-29 11:56 hgbot Status new => resolved
2014-10-29 11:56 hgbot Resolution open => fixed
2014-10-29 11:56 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/88cc4677335e2bf03504bbfb54773be5d06f43d8 [^]
2014-10-29 11:57 hgbot Checkin
2014-10-29 11:57 hgbot Note Added: 0071241
2014-10-29 11:57 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/88cc4677335e2bf03504bbfb54773be5d06f43d8 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/c3941e986b515e66a7f602b7f779920c4340e41f [^]
2014-10-31 06:01 szapata Note Added: 0071291
2014-10-31 06:01 szapata Status resolved => new
2014-10-31 06:01 szapata Resolution fixed => open
2014-10-31 06:02 szapata File Added: still_cut.png
2014-11-13 12:28 migueldejuana Note Added: 0071630
2015-02-13 14:15 hgbot Checkin
2015-02-13 14:15 hgbot Note Added: 0074455
2015-02-13 14:15 hgbot Status new => resolved
2015-02-13 14:15 hgbot Resolution open => fixed
2015-02-13 14:15 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/c3941e986b515e66a7f602b7f779920c4340e41f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/21ae6660dbc7d4c1adc2f5d49f4aef24e0ade58c [^]
2015-03-09 11:06 malsasua Review Assigned To => malsasua
2015-03-09 11:06 malsasua Note Added: 0075301
2015-03-09 11:06 malsasua Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker