Closed GoogleCodeExporter closed 9 years ago
I should add the following precisions:
- Only the two <div> tags with the "hyphenate" class don't show, i.e., after
closing the error window, the content of the page except those tags is visible.
- This happens with a fresh install of debian wheezy with kde, so it should be
easily reproductible in a virtual machine.
Original comment by jchampavere
on 16 Aug 2014 at 7:58
Attachments:
Thanks for the report.
First issue that I found is that Hyphenator.js doesn't know how to handle the
audio tags. I'll add this to the dontHyphenate-Tag-Collection in a future
release.
But still the hyphenated text doesn't show up…
Original comment by mathiasn...@gmail.com
on 20 Sep 2014 at 6:29
> But still the hyphenated text doesn't show up…
That was an issue of my test setting (forgot to upload the patterns)
There is an issue with the <audio>-tag in Konqueror and Hyphenator.js
Details:
Konqueror returns 'undefined' when Hyphenator.js accesses the className of the
<audio>-tag, while other browsers return an empty string, if no class is set
(filed bug to konqueror: https://bugs.kde.org/show_bug.cgi?id=339247)
Workaround:
Add the audio-tag to the dontHyphenate-list in Hyphenator.js (Line 241)
Original comment by mathiasn...@gmail.com
on 20 Sep 2014 at 7:46
Hi Mathias,
I confirm that adding the audio tag to the dontHyphenate-list in Hyphenator.js
(Line 241) solves this particular issue.
Thanks for your help.
Original comment by jchampavere
on 21 Sep 2014 at 7:39
Original comment by mathiasn...@gmail.com
on 25 Sep 2014 at 3:03
Original issue reported on code.google.com by
jchampavere
on 14 Aug 2014 at 5:08