menu in main collections does not change in chrome #36

Closed
opened 2022-03-28 17:52:33 +02:00 by jorge · 3 comments
Owner

hello @chris would you check this link?

https://collections.arc-hive.zone/s/collections/page/index

in chrome does not work the menu of the accordion that orders by "title" "artist" "collection" and/or "date"

it works in Firefox but not in Chrome/Chromium

thanks.

hello @chris would you check this link? https://collections.arc-hive.zone/s/collections/page/index in chrome does not work the menu of the accordion that orders by "title" "artist" "collection" and/or "date" it works in Firefox but not in Chrome/Chromium thanks.
chris was assigned by jorge 2022-03-28 17:52:34 +02:00
jorge self-assigned this 2022-03-29 12:55:41 +02:00
chris was unassigned by jorge 2022-03-29 12:55:41 +02:00
Author
Owner

the problem has to be with the build of foundation theme

@chris has found that this is a 404

https://dev-archive.hangar.org/themes/archive/asset/js/app.js.map

double check the npm build

the problem has to be with the build of foundation theme @chris has found that this is a 404 https://dev-archive.hangar.org/themes/archive/asset/js/app.js.map double check the npm build
Author
Owner

there is no more 404 and the issue persists.

@chris can you take over this issue? seems to be something with javascript and chrome/chromium

function(t {
  if (t.target===t.currentTarget || t.timeStamp>=o || t.timeStamp<=0 || t.target.ownerDocument!==document) return i.apply(this,arguments)
  }

seems to be an event on "click" from the archive-list.js at https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/src/branch/main/asset/js/archive-list.js

there is no more 404 and the issue persists. @chris can you take over this issue? seems to be something with javascript and chrome/chromium ```js function(t { if (t.target===t.currentTarget || t.timeStamp>=o || t.timeStamp<=0 || t.target.ownerDocument!==document) return i.apply(this,arguments) } ``` seems to be an event on "click" from the `archive-list.js` at https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/src/branch/main/asset/js/archive-list.js
Author
Owner

fixed with cca089d368

fixed with https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/commit/cca089d3684ad0d5e9850221c441c1d58fc455e9
jorge closed this issue 2022-04-29 11:22:15 +02:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: arcHIVE-tech/fixes#36
No description provided.