caMicroscope icon indicating copy to clipboard operation
caMicroscope copied to clipboard

Digital pathology image viewer with support for human/machine generated annotations and markups.

Results 176 caMicroscope issues
Sort by recently updated
recently updated
newest added

The accessibility issue I encountered with the element pertains to ensuring that the element has an accessible name. An accessible name is essential for users who rely on screen readers...

bug

**Describe the bug** HTML element does not have a lang attribute. User Impact: **Serious** Tool used: Axe **To Reproduce** Steps to reproduce the behavior: 1. On the slides page, click...

bug

Fixed issue #837 ## Summary HTML element does not have Lang attribute #837 To fix this issue, I added the `lang` attribute to the `html` element and specify the appropriate...

**Describe the bug** Zooming is disabled on mobile view of the Info Page. User Impact: **Critical** Tool used: Axe **To Reproduce** Steps to reproduce the behavior: 1. Go to http://localhost:4010/apps/Info.html...

bug

Fixed disabled in mobile view #830 ## Summary Remove the user-scalable="no" parameter from the content attribute to allow zooming. Add maximum-scale=2.0 for ensuring that the maximum-scale parameter is not less...

Fixed issue #724 Login page ## Summary This proposal aims to enhance the user experience on the caMicroscope platform by redirecting users to the login page when they click on...

The feedback page aims to enhance user experience by providing a convenient platform for users to submit feedback easily. It will feature direct response capabilities, ensuring users receive acknowledgment or...

enhancement

## Summary This PR simplifies the user interface across multiple modals within the application by removing redundant Close or Cancel buttons. Specifically, changes were made to the Delete Modal, Slide...

** Summary** This pull request resolves an issue where the responsive table implementation (using the `stacktable` plugin) was causing duplicate tables to be rendered on mobile devices. The changes ensure...

**Describe the bug** The responsive tables rendered on mobile screens exhibit duplicated tables. The issue is caused by multiple instances of responsive tables being initialized by the stacktable.js plugin, without...

bug