Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to read books in Blio with braille #2139

Open
nvaccessAuto opened this issue Mar 2, 2012 · 7 comments
Open

Unable to read books in Blio with braille #2139

nvaccessAuto opened this issue Mar 2, 2012 · 7 comments

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2012-03-02 07:47
Blio is an ebook reader written in .net. There are two issues which mean braille can't be used to read books:

  1. It uses a role of document for its book content area. However, braille doesn't treat this as a text object. We should add document to the list of roles accepted by braille.NVDAObjectHasUsefulText.
  2. Once the first issue is fixed, braille does not track the cursor. In turn, this means you can't move to the next line with braille. This happens because we disabled the UIA !TextSelectionChanged event (Instability with WPF 3.0/3.5 text boxes #1205, 9025c04). Unfortunately, Instability with WPF 3.0/3.5 text boxes #1205 apparently occurred in Windows 7 as well, so re-enabling the event would re-introduce this.

Mick, any thoughts on (2)? The best I could come up with is to selectively listen for these events only for certain objects, but we've run into problems with object event registration in the past.

As a sidenote, (1) is also valid for Digital Editions, but unfortunately, it doesn't fire !TextSelectionChange events even when we listen for them.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2012-05-04 05:45
Changes:
Milestone changed from 2012.2 to 2012.3

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2012-05-25 08:17
Fixed in 9adc36c.
Changes:
State: closed

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2012-10-08 05:36
Unfortunately, we had to revert part of this fix in 0df44ab, as it was seriously breaking Adobe Digital Editions and other applications used by users. We'll try to find a better fix in the future.
Changes:
Milestone changed from 2012.3 to None
State: reopened

@LeonarddeR
Copy link
Collaborator

@jcsteh: Should we close this as won't fix in favour of kindle/QRead, which are both accessible solutions now?

@jcsteh jcsteh removed their assignment Sep 5, 2017
@Adriani90
Copy link
Collaborator

@jcsteh, @LeonarddeR, any further thoughts on this? Is the support for braille in this application still an option? or should we close it?

@Adriani90 Adriani90 added the Abandoned requested reports or updates are missing since more than 1 year, author or users are not available. label Apr 3, 2023
@Adriani90
Copy link
Collaborator

It seems the software is either discontinued or it changed its name. I cannot find anything about it in the web. Iam going to close this as abandoned due to missing updates for a very long time and given also the questions raised above.
If you still have a link to a website where we can download the software and test it, please comment and we can reopen.

@Adriani90 Adriani90 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2023
@Adriani90
Copy link
Collaborator

Adriani90 commented Apr 3, 2023

Oh sorry it seems I was wrong, reopening :)).
https://www.blio.com/

@Adriani90 Adriani90 reopened this Apr 3, 2023
@Adriani90 Adriani90 removed the Abandoned requested reports or updates are missing since more than 1 year, author or users are not available. label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants