-
Bug
-
Resolution: Cannot Reproduce
-
Low
-
None
-
4.20.0
-
Severity 2 - Major
-
Issue Summary
The link Fullscreen" link icon does not have an href value defined, and additionally it is not accessible with a keyboard.
Steps to Reproduce
- Launch the URL
- In the Insights menu, select any object schema.
- Click on the "oracledb-11g-prod" button, just beside the "Referenced Server:" text, in the "Can we get this server request approved?" page.
- Then the "Object Overview" modal will display.
- Click on the "Show graph" icon button.
- Click on the "Tree" button. Then the graph will display in the tree view, just beside the "Referenced objects" heading.
Actual Results
When keyboard-only or screen reader users navigate through the "Object overview modal", the Fullscreen" link icon does not receive keyboard support and thus they will not be able to access the full-screen functionality of the modal box, but with the help of the mouse the functionality of the full-screen mode can be accessed. This happened due to a lack of href value.
Expected Results
- Provide href with a certain value in the <a> tag, so that the "Fullscreen" icon will receive the keyboard support.
- As far as semantics and styling is concerned, the <a> element isn't a link (:link) unless it has an [href] attribute. A side-effect of this is that an <a> element without [href] won't be in the tabbing order by default.
Screenshot
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available.
Bug Ref: 745135
Bulldog Ref: JSMDC-12546
- is blocked by
-
JSMDC-12546 Loading...