Wiki

Clone wiki

responsive-base / documentation / bugs

Known bugs

VAT-selector won't work


After cloning the VAT-selector it stopped working.

Test if your shop are affected:

Switch the VAT-selector in the footer, see if it actually switches the VAT after page reload.

Affected versions of Responsive Base:

Only version v1.2.0

Fix:

Commit on BitBucket

Issue:

Issue on BitBucket

Adding more then 10 startpage-objects


Startpages with a lot of objects (< 10) will stop rendering correctly.

Test if your shop are affected:

Add more then 10 startpage items, and observe the rendering of the last items on page.

Affected versions of Responsive Base:

All versions lower then v1.2.0

Fix:

Commit on BitBucket

Some versions of Internet Explorer will return 'undefined' as baseURL for API calls


Internet Explorer 9 & 10, and somewhat random sub-versions of Internet Explorer 11 do not have support for window.location.origin

This caused J.api.helpers.baseUrl to return undefined as host-address.

This bug affects all calls to J.api

Test if your shop are affected:

Version 1.*

If J.api.helpers.baseUrl() returns the string undefined/Services/Rest/v2/json using IE9.

Version 0.8.*

If J.api.baseUrl() returns the string undefined/Services/Rest/v2/json using IE9.

Affected versions of Responsive Base:

  • 0.8.5
  • 0.8.6
  • 1.0.0
  • 1.1.0

Affected modules:

  • list-category
  • inline-product
  • related products
  • sub-categories

Fix:

Commit on BitBucket

Updated