-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.4.0, 9.2.0
-
Severity 3 - Minor
-
Issue Summary
Inappropriate "title" provided for the iframe.
Note: Similar issue is observed for the macros such as "Table of Contents" ,"Children Display" ,"Info" & "Recently Updated"
Steps to Reproduce
- Navigate to the homepage of the confluence
- Navigate to the "create" button & activate it > Edit the page
- Navigate to "Insert more content" and activate the link, dropdown gets displayed and then activate "Expand macro" option in the dropdown.
- Observe that the "Expand macro" modal dialog appears
- Navigate to iframe used for "Insert expand Macro" .
- Inspect the code of the iframe.
- Observe that 'title' of the iframe is inappropriate.
Screenshot
Actual Results
'Title' defined for an iframe used to display the “Insert ‘Expand’ Macro” modal content is inappropriate.
As a result, screen reader users found it difficult to understand the purpose of the iframe.
Expected Results
Screen reader should announe a descriptive and meaningful title for the iframe to their users.
Add appropriate 'title' for all the frames and iframes used on the page
Code Snippet:
<iframe id="wysiwygTextarea_ifr" frameborder="0" allowtransparency="true" title="Expand macro" class="tox-edit-area__iframe" srcdoc="<!DOCTYPE html><html><head><base href="https://instenv-370431-8mbh.instenv.internal.atlassian.com/" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body id="tinymce" class="mce-content-body aui-theme-default mceContentBody wiki-content" data-id="wysiwygTextarea" aria-label="Rich Text Area. Press ALT-0 for help."><br></body></html>" tabindex="0"></iframe>
Environment
MacBook Pro (16-inch, 2021)
macOs Sonoma 14.6.1
Chrome - Version 129.0.6668.70 (Official Build) (x86_64)
Firefox- Version 92.0 (64-bit)
Safari- Version 17.1 (19616.2.9.11.7)
JAWS- Version 2023
NVDA- Version 2021.2
Voiceover - Version Latest
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available