fix: replace browseable_message's implementation with wx.html2.WebView#364
fix: replace browseable_message's implementation with wx.html2.WebView#364
Conversation
|
I tested this and found two things:
|
|
Interesting for sure. As for the focus problem, it seems to work on my end by using wx.UiActionSimulator, I wonder if additional steps steps are needed to make it work consistently. |
|
Hello @pauliyobo |
|
Hello @pauliyobo |
|
Hello, sorry for the long wait. |
Link to issue number:
fixes #363
Summary of the issue:
Documents which have HTML tables without any caption or header may not be represented properly to a screen reader. This seems to be caused by the backend implementation we currently use to display any HTML dialog
Description of how this pull request fixes the issue:
This PR aims to replace the previous implementation with wx.html2.WebView
Testing performed:
Manual
Known issues with pull request:
None
cc @cary-rowen