microsoft / immersive-reader-sdk

SDK for using the Immersive Reader through Cognitive Services
MIT License
95 stars 52 forks source link

Line Reader options appear disabled when they previously did not #518

Closed benvillalobos closed 1 day ago

benvillalobos commented 2 months ago

Relevant issue: https://github.com/microsoft/vscode-edu-extension/issues/1913 let me know if you need access to the repo.

LineFocus

The 3 line and 5 line options in Line Focus show as grey and unclickable in browser-sizes where they previously showed as enabled. See more detailed information in the link above.

Has the behavior here changed intentionally?

cristobal-buenrostro commented 1 month ago

@benvillalobos I already verified with the team, this is an expected behavior. The line focus available depends on the text size and the content (total number of lines visible in the screen). All the cases mentioned in the linked issue above are making sense; the content in those samples is pretty short; for instance, in a content with 6 lines of text is expected to have the 5 lines button disabled. If you change the text size in IR itself, you will also notice how the buttons are enable/disable accordingly.

We don't see any issue here.

cristobal-buenrostro commented 1 day ago

closing this issue