About filters dialog

Product:
Product Version:

webviewer 10.1.0

Please give a brief summary of your issue:
(Think of this as an email subject)

About Filter Dialog author name.

Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)

I want to display the name in the tooltip.

Bucause in japanese, only 4 characters…
image

Please provide a link to a minimal sample where the issue is reproducible:

Best Regards.

Hello okabe.yasufumi,

We don’t currently have this on our roadmap but, we will add it to the backlog for our product team to review for feasibility and viability.

In the meantime, you can override this with a custom CSS stylesheet, see here https://docs.apryse.com/documentation/web/guides/customizing-styles/#changing-css-properties

.FilterAnnotModal .container .filter-modal .body .filter-options .tab-panel .user-filters.three-column-filter {
  /* this only affects the user tab */
  display: block;
}

Please let me know how this works for you!

Regards,
Maggie V.

1 Like

Hello maggiev,

Thank you for reply.
It was displayed like this.
image

We applied your suggestion.

Thank you!

1 Like