Bug fix: can't click on any item sometimes:#566
Open
DonnKey wants to merge 1 commit intomanisandro:masterfrom
Open
Bug fix: can't click on any item sometimes:#566DonnKey wants to merge 1 commit intomanisandro:masterfrom
DonnKey wants to merge 1 commit intomanisandro:masterfrom
Conversation
For example, enable preview immediately after recognizing a page: the whole page is selected and clicks do nothing.
Owner
|
I don't see this as a bug: when the page item is selected, the respective bbox is show highlighted as when any other type of item is selected. You can just select any other item in the tree if you wish to select another item. It is true that you can't do so by clicking within the canvas, OTOH the same applies if you have a paragraph selected and want to select a word within that paragraph. |
Author
|
I have a bias toward trying to enhance intuitiveness and discoverability
(that is, trying to make documentation as avoidable as possible.) It's
never perfect, but it can always be better.
This issue is a "you just have to know" sort of usability bug - the
workaround is not easily discoverable: the behavior is technically
reasonable (exactly as you describe), but the solution is one that requires
the sort of deep knowledge you (Sandro) have of the application to know
what to do. For a naive user focused on the canvas as his interface,
suddenly everything stops working as he expects and nothing "obvious" gets
it out of that mode (not even esc). It took me a while to figure out what
was going on, and by now I know the app pretty well. (The workaround to use
the tree once I recognized the problem was obvious to me, but again I'm
also not sure a naive user would quickly see using that "secondary" (from
his point of view) interface as the solution.)
That said, when I get to the point of having easy to understand changes for
a better fix, we can discuss it more then. In the meantime, I can live with
it (as a developer) as it currently is now that I understand it. One of my
changes makes the likelihood of hitting the problem much worse, so we'll
have to deal with that at that time as well.
Donn
…On Fri, Jan 28, 2022 at 11:22 AM Sandro Mani ***@***.***> wrote:
I don't see this as a bug: when the page item is selected, the respective
bbox is show highlighted as when any other type of item is selected. You
can just select any other item in the tree if you wish to select another
item. It is true that you can't do so by clicking within the canvas, OTOH
the same applies if you have a paragraph selected and want to select a word
within that paragraph.
—
Reply to this email directly, view it on GitHub
<#566 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKS2YT3YRWBGZML3UTJT733UYLUIRANCNFSM5M7KMHXQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
779852a to
1daebd1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For example, enable preview immediately after
recognizing a page: the whole page is selected and clicks do nothing.