-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tooltip for ×× and ×...× passages #22
Labels
Comments
gerritbruening
changed the title
Tooltip for ×...× passages
Tooltip for ×× and ×...× passages
Dec 15, 2016
fixed by 0d7eb8a |
Tooltip is visible, but there is no explicit "unreadable" information displayed, so I'm reopening the bug. |
Chris' tooltip generation code creates the tooltip HTML from the class attributes of children of This is how the unclear information shows up in the SVG (from the test case above): <g class="element-unclear unclear-cert-high" transform="matrix(1, 0, 0, 1, 18, 0)">
<g class="text-wrapper" transform="matrix(1, 0, 0, 1, 0, 0)">
<rect class="bgBox hand-g material-t normal" x="0" y="-16" height="21" width="10"/>
<text class="text hand-g material-t normal">{</text>
</g>
<g class="text-wrapper" transform="matrix(1, 0, 0, 1, 5, 0)">
<rect class="bgBox hand-g material-t normal" x="0" y="-16" height="21" width="60"/>
<text class="text hand-g material-t normal">unclear</text>
</g>
<g class="text-wrapper" transform="matrix(1, 0, 0, 1, 53, 0)">
<rect class="bgBox hand-g material-t normal" x="-1" y="-16" height="21" width="11"/>
<text class="text hand-g material-t normal">}</text>
</g>
</g> so we'll probably need adjustments to look at ancestors of the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Corresponding to the tooltip in the textual rendering, "(ungefähr) ... unlesbare Zeichen".
See https://faustedition.uni-wuerzburg.de/wiki/index.php/Feedback_zur_Beta_1#Seminar_Goethes_Faust:_Entstehung_und_Edition
Test case:
The text was updated successfully, but these errors were encountered: