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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0034592
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2016-11-21 16:592017-05-16 17:11
ReporterdbazView Statuspublic 
Assigned ToRetail 
PriorityhighResolutionopenFixed in Version
StatusacknowledgedFix in branchFixed in SCM revision2896b5b1be89
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0034592: [UX] Scrollbars are too wide

DescriptionCurrent css scrollbars defined in the WebPOS are too wide. This penalizes the available real state in narrow aspect ratios like 4:3.

Typically, the OS scrollbars have 15px width. This should be enough to use an application using the mouse.

In case of using a touch device, the way of scrolling should be by dragging the finger through the scrollable area. It should work this way in all OS (even with Windows 7 + touch screen).
Steps To ReproduceIn the WebPOS, open any scrollable area (ex: SEARCH panel).
Proposed SolutionSet the scroll width to 15px. Also, upgrade the styles to match the ModerUI look and feel.
TagsNo tags attached.
Attached Filesdiff file icon newScrollbars.diff [^] (6,458 bytes) 2016-11-21 18:06 [Show Content]
rar file icon imgs.rar [^] (1,941 bytes) 2016-11-21 18:06
png file icon Current.png [^] (190,174 bytes) 2016-11-21 18:06


png file icon Desired.png [^] (200,708 bytes) 2016-11-21 18:06

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0034538 closedRetail Big total amounts on WebPOS are breaking the layout 

-  Notes
(0091718)
dbaz (developer)
2016-11-21 18:05

Attached screenshots and a proposed patch.
(0091899)
hgbot (developer)
2016-11-28 15:56

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 2896b5b1be89a023308f4ef8b747f40424abb9e4
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Nov 23 08:56:35 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2896b5b1be89a023308f4ef8b747f40424abb9e4 [^]

Fixed issue 34592: [UX] Scrollbars are too wide

- Added some style changes to decrease the size of the Scrollbars

---
M web/org.openbravo.mobile.core/assets/css/ob-standard.css
A web/org.openbravo.mobile.core/assets/img/scrollbarArrowDown.png
A web/org.openbravo.mobile.core/assets/img/scrollbarArrowDown_pressed.png
A web/org.openbravo.mobile.core/assets/img/scrollbarArrowLeft.png
A web/org.openbravo.mobile.core/assets/img/scrollbarArrowLeft_pressed.png
A web/org.openbravo.mobile.core/assets/img/scrollbarArrowRight.png
A web/org.openbravo.mobile.core/assets/img/scrollbarArrowRight_pressed.png
A web/org.openbravo.mobile.core/assets/img/scrollbarArrowUp.png
A web/org.openbravo.mobile.core/assets/img/scrollbarArrowUp_pressed.png
---
(0091900)
hgbot (developer)
2016-11-28 16:37

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 23c0e7ec5fdda1d93eb7860933911b6467ba6cdc
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Mon Nov 28 09:36:58 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/23c0e7ec5fdda1d93eb7860933911b6467ba6cdc [^]

Related to issue 34592: Backed out changeset: 2896b5b1be89

---
M web/org.openbravo.mobile.core/assets/css/ob-standard.css
R web/org.openbravo.mobile.core/assets/img/scrollbarArrowDown.png
R web/org.openbravo.mobile.core/assets/img/scrollbarArrowDown_pressed.png
R web/org.openbravo.mobile.core/assets/img/scrollbarArrowLeft.png
R web/org.openbravo.mobile.core/assets/img/scrollbarArrowLeft_pressed.png
R web/org.openbravo.mobile.core/assets/img/scrollbarArrowRight.png
R web/org.openbravo.mobile.core/assets/img/scrollbarArrowRight_pressed.png
R web/org.openbravo.mobile.core/assets/img/scrollbarArrowUp.png
R web/org.openbravo.mobile.core/assets/img/scrollbarArrowUp_pressed.png
---
(0091901)
mario_castello (developer)
2016-11-28 16:39

Reverted previous changeset. The solution should include also a patch to ensure the scroll always be by dragging the finger through the scrollable area even in Windows 7 + touch screen.

- Issue History
Date Modified Username Field Change
2016-11-21 16:59 dbaz New Issue
2016-11-21 16:59 dbaz Assigned To => Retail
2016-11-21 16:59 dbaz Triggers an Emergency Pack => No
2016-11-21 18:05 dbaz Note Added: 0091718
2016-11-21 18:06 dbaz File Added: newScrollbars.diff
2016-11-21 18:06 dbaz File Added: imgs.rar
2016-11-21 18:06 dbaz File Added: Current.png
2016-11-21 18:06 dbaz File Added: Desired.png
2016-11-21 18:07 dbaz Relationship added blocks 0034538
2016-11-22 11:46 psarobe Type feature request => defect
2016-11-22 17:39 mario_castello Assigned To Retail => mario_castello
2016-11-22 17:39 mario_castello Status new => acknowledged
2016-11-23 15:46 mario_castello Status acknowledged => scheduled
2016-11-28 15:56 hgbot Checkin
2016-11-28 15:56 hgbot Note Added: 0091899
2016-11-28 15:56 hgbot Status scheduled => resolved
2016-11-28 15:56 hgbot Resolution open => fixed
2016-11-28 15:56 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2896b5b1be89a023308f4ef8b747f40424abb9e4 [^]
2016-11-28 16:37 hgbot Checkin
2016-11-28 16:37 hgbot Note Added: 0091900
2016-11-28 16:39 mario_castello Note Added: 0091901
2016-11-28 16:39 mario_castello Status resolved => new
2016-11-28 16:39 mario_castello Resolution fixed => open
2016-11-28 16:39 mario_castello Status new => scheduled
2016-12-16 11:51 marvintm Relationship replaced related to 0034538
2017-05-16 17:11 mario_castello Status scheduled => acknowledged
2017-05-16 17:11 mario_castello Assigned To mario_castello => Retail


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker