Openbravo Issue Tracking System - POS2
View Issue Details
0047449POS2Corepublic2021-07-22 17:452021-10-22 13:06
dbaz 
prakashmurugesan88 
normaltrivialalways
closedfixed 
5
 
 
guilleaer
No
0047449: Ripple effect while pressing on buttons, is not the Material Design one
Ripple effect while pressing on buttons, is not the Material Design one.

The Material Design should start the ripple effect in the exact point where it has been pressed. In current application the ripple effect always start from the center of the button

https://material-ui.com/components/buttons/ [^]
https://jsfiddle.net/qtp5re1o/ [^]

Also, due to the current implementation, there is
.obc2BaseButton-overlay {
...
   transition: background 0.8s;
...
}

which causes an undesired transition effect while moving a button to 'disabled' state, accompanied with a shining effect. (this effect was wrongly added during scss-refactor project)

.
No tags attached.
related to defect 0048827 closed jarmendariz Unnecesary calculations made on BaseButton hover 
blocks defect 0046533 closed prakashmurugesan88 Offline X icon problems due to SCSS Button refactor 
blocks defect 0046987 closed prakashmurugesan88 [UX] Weird "flash" animation when picking a Payment Method 
Issue History
2021-07-22 17:45dbazNew Issue
2021-07-22 17:45dbazAssigned To => Retail
2021-07-22 17:45dbazTriggers an Emergency Pack => No
2021-07-22 17:52dbazDescription Updatedbug_revision_view_page.php?rev_id=22927#r22927
2021-07-23 11:36dmiguelezRelationship addedrelated to 0046987
2021-07-23 11:36dmiguelezAssigned ToRetail => migueldejuana
2021-07-23 11:36dmiguelezStatusnew => acknowledged
2021-07-23 11:39dmiguelezRelationship deletedrelated to 0046987
2021-07-23 11:39dmiguelezRelationship addedblocks 0046987
2021-07-23 11:41dmiguelezResolution time => 1628200800
2021-07-23 13:18dmiguelezRelationship deletedblocks 0046987
2021-07-23 13:18dmiguelezRelationship addedblocks 0046533
2021-07-27 15:54dmiguelezRelationship addedblocks 0046987
2021-08-06 11:33dmiguelezResolution time1628200800 => 1633039200
2021-09-15 09:40prakashmurugesan88Assigned Tomigueldejuana => prakashmurugesan88
2021-09-15 09:40prakashmurugesan88Statusacknowledged => scheduled
2021-09-16 12:29dbazDescription Updatedbug_revision_view_page.php?rev_id=23094#r23094
2021-10-06 12:10hgbotNote Added: 0132195
2021-10-22 10:03hgbotNote Added: 0132559
2021-10-22 13:06guilleaerNote Added: 0132590
2021-10-22 13:06guilleaerStatusscheduled => resolved
2021-10-22 13:06guilleaerResolutionopen => fixed
2021-10-22 13:06guilleaerReview Assigned To => guilleaer
2021-10-22 13:06guilleaerStatusresolved => closed
2022-03-17 15:26jarmendarizRelationship addedrelated to 0048827

Notes
(0132195)
hgbot   
2021-10-06 12:10   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/644 [^]
(0132559)
hgbot   
2021-10-22 10:03   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/644 [^]
(0132590)
guilleaer   
2021-10-22 13:06   
This is the commit that fixes this issue with an error in the commit message

https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/c8f837f96089e6197499a9c8c024cef9d81b80cb [^]