Comment # 6
on bug 9284
from Gerald Combs
(In reply to Theodore from comment #5)
> I have both the jaws and NVDA screen readers for windows. I can also test
> using orca on Linux.
>
> I'm struggling to navigate the source. Where do I find the QT code that
> needs to be modified?
All of Wireshark's Qt widgets are defined in the ui/qt directory. Some of them
call setAccessibleName, such as the packet list (ui/qt/packet_list.cpp) and
protocol detail tree (ui/qt/proto_tree.cpp). Do either of those reveal
themselves in JAWS or NVDA?
You are receiving this mail because:
- You are watching all bug changes.