It was checked yes. So let's see if unchecking it helps. Nope, but how about re-checking it? That doesn't help either. Restarting? Nope. But I get some sort of error when restarting, but it doesn't show up in the log. I can post that, if you can tell me where to find it. Also, when I restarted while in Thunderbird, but not when minimized to the desktop, I got this error:
ERROR - eventHandler.executeEvent (00:04:32.400): error executing event: gainFocus on <baseObject.Dynamic_EditableTextWithAutoSelectDetectionBrokenFocusedStateDocumentEditorMozillaIAccessible object at 0x056023F0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyo", line 155, in executeEvent File "eventHandler.pyo", line 92, in __init__ File "eventHandler.pyo", line 100, in next File "C:\Users\khomus\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus File "eventHandler.pyo", line 100, in next File "C:\Users\khomus\AppData\Roaming\nvda\addons\wintenApps\globalPlugins\wintenObjs\__init__.py", line 267, in event_gainFocus File "eventHandler.pyo", line 100, in next File "appModules\thunderbird.pyo", line 28, in event_gainFocus File "eventHandler.pyo", line 100, in next File "NVDAObjects\behaviors.pyo", line 169, in event_gainFocus File "NVDAObjects\__init__.pyo", line 961, in event_gainFocus File "NVDAObjects\__init__.pyo", line 849, in reportFocus File "speech.pyo", line 416, in speakObject File "documentBase.pyo", line 24, in makeTextInfo File "NVDAObjects\IAccessible\ia2TextMozilla.pyo", line 87, in __init__ File "NVDAObjects\IAccessible\ia2TextMozilla.pyo", line 204, in _findContentDescendant LookupError: Object has no text descendants
toggle quoted messageShow quoted text
On 11/19/2018 21:58, Joseph Lee wrote: Hi, Press Control+NVDA+V and see if the new "Include Unicode Consortium data (including emoji) when processing characters and symbols" checkbox is checked. Cheers, Joseph
-----Original Message----- From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of John Isige Sent: Monday, November 19, 2018 7:46 PM To: nvda@nvda.groups.io Subject: [nvda] NVDA 2018.4-Beta 1 doesn't read emojis for me.
Just tested the beta, and it doesn't read emojis, at least for me, with any synthesizer. I get X of Y, e.g. 1 of 50, 2 of 50, and so on. This happens even with the one-core voices, which used to read more emojis than any other synthesizer. This happens whether the copy is installed or portable. Windows 10 64-bit, latest upates, not 1809 though. Here's the log from when I try to get to an emoji to put into this message in Thunderbird.
INFO - __main__ (21:37:00.319): Starting NVDA INFO - core.main (21:37:01.154): Config dir: C:\Users\khomus\AppData\Roaming\nvda INFO - config.ConfigManager._loadConfig (21:37:01.154): Loading config: C:\Users\khomus\AppData\Roaming\nvda\nvda.ini INFO - core.main (21:37:01.523): NVDA version 2018.4beta1 INFO - core.main (21:37:01.523): Using Windows version 10.0.17134 workstation INFO - core.main (21:37:01.523): Using Python version 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:22:17) [MSC v.1500 32 bit (Intel)] INFO - core.main (21:37:01.523): Using comtypes version 1.1.3 INFO - core.main (21:37:01.523): Using configobj version 5.1.0 with validate version 1.0.1 INFO - synthDriverHandler.setSynth (21:37:03.980): Loaded synthDriver oneCore INFO - core.main (21:37:04.438): Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 INFO - brailleInput.initialize (21:37:04.441): Braille input initialized INFO - braille.initialize (21:37:04.444): Using liblouis version 3.7.0 INFO - braille.BrailleHandler.setDisplayByName (21:37:04.457): Loaded braille display driver noBraille, current display has 0 cells. WARNING - core.main (21:37:04.520): Java Access Bridge not available INFO - _UIAHandler.UIAHandler.MTAThreadFunc (21:37:04.536): UIAutomation: IUIAutomation5 INFO - core.main (21:37:05.927): NVDA initialized INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (21:43:23.134): Developer info for navigator object: name: u'\U0001f6c0' role: ROLE_LISTITEM states: STATE_SELECTABLE, STATE_SELECTED isFocusable: False hasFocus: False Python object: <NVDAObjects.UIA.ListItem object at 0x07C36F10> Python class mro: (<class 'NVDAObjects.UIA.ListItem'>, <class 'NVDAObjects.UIA.UIA'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'documentBase.TextContainerObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <type 'object'>) description: '' location: RectLTWH(left=727, top=479, width=40, height=40) value: None appModule: <'windowsinternal_composableshell_experiences_textinput_inputapp' (appName u'windowsinternal_composableshell_experiences_textinput_inputapp', process ID 8388) at address 7ab9710> appModule.productName: u'Microsoft\xae Windows\xae Operating System' appModule.productVersion: u'10.0.17134.191' TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'> windowHandle: 199668 windowClassName: u'Windows.UI.Core.CoreWindow' windowControlID: 0 windowStyle: 1409286144 windowThreadID: 11456 windowText: u'Microsoft Text Input Application' displayText: u'' UIAElement: <POINTER(IUIAutomationElement) ptr=0xa73a930 at 79f59e0> UIA automationID: UIA frameworkID: XAML UIA runtimeID: (42, 199668, 4, 34) UIA providerDescription: [pid:8388,providerId:0x0 Main(parent link):Unidentified Provider (unmanaged:Windows.UI.Xaml.dll)] UIA className: GridViewItem UIA patterns available: LegacyIAccessiblePattern, VirtualizedItemPattern, InvokePattern, ScrollItemPattern, SelectionItemPattern
|