-
Notifications
You must be signed in to change notification settings - Fork 22
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
Escaped characters in HTML report #161
Comments
Also what is "undefined" in Location mean? |
@clapierre, I'm not sure I understand the issue. Paste error maybe? Can you please elaborate or send an input file? Also, "undefined" in the location column means that the document’s title is missing. |
@marisademeglio can you look into that? I suspect it is in the HTML report generation… |
@clapierre @rdeltour yes there was a problem with those characters appearing so I fixed that recently, but maybe the fix causing new issues. I'm guessing you haven't seen this behavior before in previous releases? Do you think you could send me an input file? |
Should be very easy to reproduce as all EPUBs currently do not have an accessibilitySummary right? |
I didn't notice this before, but this error also occurred in 0.9.0, however in 0.3 it behaved correctly. |
the quotes render fine for me, tested on Safari 11.0.3, Firefox 58.0 and Chrome 63.0. Can you please share your OS+browser versions, and maybe send a sample report? (to see if the report’s content is indeed different from what I get). |
Ok, so it seems to happen intermittently in Safari and Chrome. I haven't been able to reproduce the issue in FF. I guess chalk this up to browser and timing issues. there are over 102 pages of errors and warnings for this EPUB which may be part of the reason why this is occasionally happening. |
BTW Safari was 11.0.2, and Chrome is 63.0.3239.132 (Official Build) (64-bit), FF 58.0 |
This is apparently an edge case due to the large file of the report. I'm moving this out of the 1.0 milestone until we can further investigate. We’ll try to fix that in a dot release. Charles, can you send us the report file? |
I can reproduce it consistently if I open the report and then apply filters to the table using the dropdowns. The escape characters then show up, whereas they didn't initially. However, I am not sure why this is happening. The initial vs filtered table views are populated from the same source data. The data is initially escape()'d because otherwise the whole webpage halts when it reaches a description about a "Missing < title > element", and so escaping takes care of the angle brackets. I've tried both unescaping the data and not unescaping the data, neither of which seems to have an effect on the behavior reported here. |
RC1
serious | EPUB | metadata-schema-accessibilitysummaryAce | "undefined"OEBPS/package.opf
-- | -- | -- | -- | Add a 'schema:accessibilitySummary' metadata property to the Package Document
The text was updated successfully, but these errors were encountered: