View Issue Details

IDProjectCategoryView StatusLast Update
0006531Flow themeThemepublic2024-08-21 07:47
Reportervanilla thunder Assigned To 
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.0.0-beta 
Fixed in Version3.1.0 
Summary0006531: Bootstrap tooltip causing buttons to jump
Descriptionbootstrap tooltip makes "add to basket" buttons in product lists 1px wider.
This happens because div with tooltip is injected into button group between both buttons.
Steps To Reproduce-> http://demoshop.oxid-esales.com/professional-edition/
hover over the white "to cart" button with shopping cart icon. It will get gray background and push the blue "more details" button 1px away.
Additional InformationThis is a well known problem of bootstrap, e.g.
http://stackoverflow.com/questions/14364079/bootstrap-tooltip-causing-buttons-to-jump
http://stackoverflow.com/questions/27256594/tooltip-button-moving-when-hover

To fix it, you need to update scripts.js
old: $( '.hasTooltip' ).tooltip();
fix: $( '.hasTooltip' ).tooltip({container: 'body'});
TagsNo tags attached.
Attached Files
bug.jpg (84,184 bytes)   
bug.jpg (84,184 bytes)   

Activities

SvenBrunk

2024-08-21 07:47

manager   ~0017442

Fixed with https://github.com/OXID-eSales/flow_theme/pull/130 in 3.1.0