Arno Gourdol
                                            Arno Gourdol
                                        
                                    It would help if you had a project to share that reproduces the problem.
That's an interesting issue. Before the element is attached to the DOM, there are some limitations, and this is currently one of them. See the description of the lifecycle: https://cortexjs.io/mathlive/guides/lifecycle/...
Yes, the examples in the doc have been carefully chosen. Before the component is mounted, if some properties are modified, they are stored aside, then reapplied when the component is...
I can't reproduce this. I'm getting 7/27 as the answer, as expected.
OK, I think this is a duplicate of #147. I can't reproduce the problem with top of tree.
Not clear to me that there is a fix that would cover all use cases. Seems like it's a choice between supporting braille output or NVDA. I'm open to suggestions,...
Duplicate of #2104
iOS 17 (physical device) mathfield unresponsive to touch until page relayout (after device rotation)
That is very odd. I've tried to reproduce this on a device with iOS 17.1.2 but have not been able to. Did you try with the page at https://cortexjs.io/mathlive/demo/ ?
iOS 17 (physical device) mathfield unresponsive to touch until page relayout (after device rotation)
Ah, ok. Got it now. Thanks.
iOS 17 (physical device) mathfield unresponsive to touch until page relayout (after device rotation)
I have no idea so far. It doesn't reproduce using the iOS Simulator. I'm going to guess this is a bug in WebKit, but I have no idea what might...