| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The character \xa0 is converted to when .outerHTML() is called, causing an error in the data-URL where the outer HTML is used.
|
Some other unicode characters are converted to entites, like \u2003 ->   and |
Sorry, something went wrong.
|
We looked into this a bit, but documentation is scarce on this, and this is at least an improvement. Thanks @mariobuikhuizen |
Sorry, something went wrong.
|
meeseeksdev please backport to 0.12.x |
Sorry, something went wrong.
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
git checkout 0.12.x git pull
git cherry-pick -x -m1 4d5c2932d8d55e1af96e7129f0550c18c0c3b977
git commit -am "Backport PR #1644: fix: save_png doesn't work when character \\xa0 is used"
git push YOURFORK 0.12.x:auto-backport-of-pr-1644-on-0.12.x
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the Still Needs Manual Backport label once the PR gets merged. If these instructions are inaccurate, feel free to suggest an improvement. |
Sorry, something went wrong.
The character \xa0 is converted to when .outerHTML() is called, causing an error in the data-URL where the outer HTML is used. (cherry picked from commit 4d5c293)
| Back | FazBrowse Home | New Git URL |
The character \xa0 is converted to when .outerHTML() is called, causing an error in the data-URL where the outer HTML is used.
Code changes
Revert &nbps;, generated by .outerHtml(), back to the original character \xa0.
User-facing changes
save_png() will now work when \xa0 is used.
Steps to reproduce
Run the following:
Notice the save dialog is not appearing.
The dataURL produced with :
