Search found 6 matches

by andrei_popa
Mon Nov 13, 2023 2:30 pm
Forum: Common Problems
Topic: Get translated labels for a javascript custom action
Replies: 1
Views: 282

Re: Get translated labels for a javascript custom action

Hello, For your action, you can add the messages to client-side translations[1], before using them. Here is an example: sync.Translation.addTranslations({ "my.custom.action_description": { 'en_US': 'english string', 'fr_FR': 'french string'... }, }); MyCustomAction.prototype.getDescription...
by andrei_popa
Fri Feb 04, 2022 4:08 pm
Forum: Common Problems
Topic: Cannot perform the quick fix
Replies: 8
Views: 3116

Re: Cannot perform the quick fix

The problem should be fixed in the latest maintenance build of version 24 (24.0.0.4)

Best regards,
Andrei
by andrei_popa
Fri Sep 03, 2021 11:19 am
Forum: Feature Request
Topic: Archive a review task
Replies: 1
Views: 2532

Re: Archive a review task

I've added your vote to an existing feature request for archiving tasks. We will update this thread when the archive task feature is available. Reviewers can finalize[1] tasks. Finalized tasks are moved to the "Finalized review tasks" list, which is collapsed by default. There is no way fo...
by andrei_popa
Wed Nov 18, 2020 9:33 pm
Forum: Common Problems
Topic: Handle drag and drop
Replies: 5
Views: 1784

Re: Handle drag and drop

Hello Manoj, At the moment all drag and drop handling is done on the client-side. You would need to create a plugin[1] to handle the drop of multiple images client-side. Here are some rough guidelines: - Add a listener for the "drop" event on the body element. - When detecting a "drop...
by andrei_popa
Tue Sep 29, 2020 5:29 pm
Forum: Feature Request
Topic: Screen reader accessibility of tags, review comments, and validation issues
Replies: 3
Views: 2508

Re: Screen reader accessibility of tags, review comments, and validation issues

The comment hover tooltip and validation hover tooltip share much of the functionality, I've mentioned both in the request for keyboard accessibility. If one will get it, so will the other. Since nesting of validation issues is less likely, I think the intended behavior is to announce start/end of e...
by andrei_popa
Mon Sep 21, 2020 6:56 pm
Forum: Feature Request
Topic: Screen reader accessibility of tags, review comments, and validation issues
Replies: 3
Views: 2508

Re: Screen reader accessibility of tags, review comments, and validation issues

Hello, The keyboard method for interacting with comments is to press Ctrl+F6 to switch to the review panel and then focus the review items list. It will read the currently selected review item and you can use the keyboard to navigate through review items and perform actions. The Enter or Space key w...