Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-136664

Inconsitent mapping of QAccessible::Paragraph

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.9.0
    • None
    • Linux/X11, macOS, Windows

    Description

      The mapping of QAccessible::Paragraph is inconsistent:

      The role seems to be inspired by the ATSPI-Role Paragraph, where it is referred as
      "An object which is contains a single paragraph of text content."

      Neither Windows nor macOS have a specific paragraph role, so they map it to an available role:
      Linux: ATSPI_ROLE_PARAGRAPH (in qspiaccessiblebridge.cpp)
      Windows: UIA_TextControlTypeId (in qwindowsuiautils.cpp)
      macOS: NSAccessibilityGroupRole (in qcocoaaccessibility.mm)

      For consistency, I would expect the macOS role to be NSAccessibilityStaticTextRole here.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            jgreilich Julian Greilich
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes