View Single Post
Old 07-30-2019, 03:03 PM   #26
Mister L
Groupie
Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
Quote:
Originally Posted by KevinH View Post
As for not updating when clicking on images, I took a look at that code in detail and that is not a bug. Preview to CodeView has always worked that way even under webkit. The javascript uses the document selection anchor to determine its position (that is how it always works). Clicking on an image will not change cursor/selection position. So the position returned is always unchanged until you click someplace in the text. Clicking on the image caption, clicking immediately before the image, clicking immediately after the image work because the document selection is then changed.

There really is no other position to reference as images are not part of the text to select.
Ha okay. Very good to know. Frustrating, but good to know.

Quote:
Originally Posted by DiapDealer View Post
Actually. It's very little trouble at all for us to create a special build with some debugging turned on. The builds are automatic. We make a few tweaks, wait for the build to get done, and send you a download link to it. Bada-boom, bada-bing. Two users or two-hundred ... we'd like to get it sorted.
Quote:
Originally Posted by KevinH View Post
I have already enabled a bunch of debug. I will push it to master of Sigil now.
Quote:
Originally Posted by KevinH View Post
Enabled a bunch of sync related debug output and pushed it to master.
Quote:
Originally Posted by DiapDealer View Post
I'll PM them a link to the Appveyor download (with instructions to get the logging-to-a-file going).
You guys are amazing. Thanks for all your hard work. I'll be very happy to try a debugging version and send you the logs, just let me know what to do.
Mister L is offline   Reply With Quote