You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been reported at least twice since extension was activated. At first I could not reproduce it, but after switching browser from Chromium to Firefox, I could.
It was reported that all elements were collapsed. It was possible to expand individual elements, but after reloading the page, the behaviour was the same (all elements collapsed).
Firefox 115.12.0esr (64-bit) "Extended Support Release", Xubuntu (Linux)
Note: I usually do not use Firefox, this might be an outdated version. The other colleagues are usually under Windows using automatically updated versions.
The text was updated successfully, but these errors were encountered:
sypets
added a commit
to sypets/collapse
that referenced
this issue
Jun 24, 2024
Depending on brower version, the value of the aria-expanded
attribute could sometimes not be read correctly. This resulted
in elements always being collapsed.
Resolves: b13#11
Depending on brower version, the value of the aria-expanded
attribute could sometimes not be read correctly. This resulted
in elements always being collapsed.
Resolves: b13#11
Update: Problem might be due to using outdated browser. So, better alternative might be updating browser. See compat. matrix: https://developer.mozilla.org/en-US/docs/Web/API/Element/ariaExpanded#browser_compatibility
It has been reported at least twice since extension was activated. At first I could not reproduce it, but after switching browser from Chromium to Firefox, I could.
It was reported that all elements were collapsed. It was possible to expand individual elements, but after reloading the page, the behaviour was the same (all elements collapsed).
Overrall, we saw 2 different problems:
I will create PR.
Possible solution
changing
in PageModuleCollapse.js
was reported to work.
Info
Behaviour may be browser-dependant, see also
Versions
reproduced with
Note: I usually do not use Firefox, this might be an outdated version. The other colleagues are usually under Windows using automatically updated versions.
The text was updated successfully, but these errors were encountered: