Metadata
- Source
- FLUID-6177
- Type
- New Feature
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Justin Obara
- Reporter
- Justin Obara
- Created
2017-08-01T09:20:45.110-0400 - Updated
2018-07-20T10:46:02.860-0400 - Versions
- N/A
- Fixed Versions
-
- 3.0
- Component
-
- Self Voicing
Description
Based on designs ( https://wiki.fluidproject.org/display/fluid/(Floe)+UI+Options+Design+Walkthrough%2C+C.1?preview=/32014373/34734325/uio_tts2.jpg ).
When self voicing is enabled, a user should be able to select some text to be self voiced. A play button should appear over the selected text, which can be clicked on to self voice the selection.
Comments
-
Justin Obara commented
2018-05-01T16:07:09.103-0400 Can use the "selectionchange" event, along with "window.getSelection()" to know when a user selection has been made and to get the contents of the selection.
see: https://developer.mozilla.org/en-US/docs/Web/API/Selection
-
Justin Obara commented
2018-07-20T10:46:02.857-0400 PR ( https://github.com/fluid-project/infusion/pull/903 ) merged into the project repo at 272cf702d5bf749172c0ba2015ba00dcceb526b1