question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ReadAloud skips test in a button.

See original GitHub issue

My classes use acrobatiq.com for course material, which I read using ReadAloud. Some words in the course material are wrapped in button tags, and acrobatiq treats them like tool tips when hovered or clicked. ReadAloud skips reading the text in a button. Example HTML document to reproduce:

<!DOCTYPE html>
<html>
<body>
This example text will <button>not actually</button> be read.
</body>
</html>

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Hipposterouscommented, Jul 4, 2021

I can’t provide a login (not even sure how mine works since I’m redirected there), but perhaps this will help:

It appears these <button> elements are not a child element of a form and the have no name attribute. Perhaps that can help as selection criteria. Also, they all have the attribute data-toggle="popover"

<button 
class="aiq term entry btn-link" 
id="59b7781ec765905a94dae286" 
data-toggle="popover" 
tabindex="0" 
data-container="body" 
data-trigger="hover" 
data-placement="top" 
data-html="true" 
data-template="<div class=&quot;popover aiq-extra-popover&quot; role=&quot;tooltip&quot;><div class=&quot;arrow&quot;></div><h3 class=&quot;popover-title&quot;></h3><div class=&quot;popover-content&quot;></div></div>" 
data-content="tooltip text goes here blah blah blah"
>Some button text</button>

edit: I also just noticed they have classes aiq which seems to be AcrobatIQ’s internal class and term which appears to be what is used for these… uh… terms.

0reactions
sqlHippocommented, Oct 4, 2021

Womp womp! Thank you for looking into it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft read aloud skips midway through paragraph to ...
As the subject states - while using read aloud the reader skips in the middle of a paragraph and starts the next paragraph....
Read more >
How do I enable read-aloud/text to speech for a student?
Click on ACTIONS – blue arrow – and select Enable Text to Speech. The selected students will see the Play button on questions...
Read more >
Hear text read aloud - Chromebook Help - Google Support
You can hear full pages read aloud with Chromebook's built-in screen reader. ... you can pause and play, adjust speed, and skip lines...
Read more >
@Voice Aloud Reader for Android - Free! - Hyperionics
* Click "Share", "Send by Email" button or menu item in any app to send text you read to @Voice Aloud Reader for...
Read more >
TestNav Text-to-Speech (TTS) Training Guide
Click the Jump Back or Skip Ahead button to skip to other portions of text. TTS will continue to read following the selected...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found