View Issue Details

IDProjectCategoryView StatusLast Update
0007162Wave themeThemepublic2020-07-16 16:28
Reportermascho Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Summary0007162: Adding new delivery address leads to JavaScript error
DescriptionIn file wave-theme/out/wave/src/js/widgets/oxusershipingaddressselect.min.js there the following code:
a("#delCountrySelect").selectpicker("refresh")

This leads to error:
oxusershipingaddressselect.min.js?1593254787:1 Uncaught TypeError: a(...).selectpicker is not a function
    at a.<computed>.<computed>.emptyInputFields (oxusershipingaddressselect.min.js?1593254787:1)
    at a.<computed>.<computed>.emptyInputFields (script.min.js?1593254787:3)
    at HTMLInputElement.<anonymous> (oxusershipingaddressselect.min.js?1593254787:1)
    at HTMLInputElement.dispatch (script.min.js?1593254787:2)
    at HTMLInputElement.q.handle (script.min.js?1593254787:2)
    at Object.trigger (script.min.js?1593254787:3)
    at HTMLInputElement.<anonymous> (script.min.js?1593254787:3)
    at Function.each (script.min.js?1593254787:1)
    at fa.fn.init.each (script.min.js?1593254787:1)
    at fa.fn.init.trigger (script.min.js?1593254787:3)
Steps To Reproduce- Create user account with billing address
- Add a second delivery address
- Go to basket's second step "Address"
- Select the option "add delivery address"
error is triggered (see browser tools / console)
Additional InformationOXID version: 6.2.1
Wave Theme version: 1.3.1 - problematic code is still in master branch
TagsAddress, Delivery, error, JavaScript, Wave

Activities

QA

2020-07-16 16:25

administrator   ~0013269

Last edited: 2020-07-16 16:26

Thanks for your report. Please keep in mind to report any issue in english language in the future. Your report was translated this time.

I can't confirm the lack of any JavaScript functionality after triggering the error. I was able to save and proceed or select another address again. However, the error is occuring as described and therefore an existing issue. Report was acknowledged.

[sp]