RyanRiffle / Poe

A word processor built with HTML, CSS, and JavaScript
GNU General Public License v3.0
21 stars 4 forks source link

Spaces in PDF #24

Closed RyanRiffle closed 8 years ago

RyanRiffle commented 9 years ago

When a PDF is generated for a document it sometimes has a random space in between words. I believe it has to do with the Poe.TextCursor.handleClick somehow, because it seems the space is where the user clicked. Have to do some more reasearch. As a note: check the DOM and look for any irregularities.