Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
357 stars 23 forks source link

Next marker button/hotkey does not cycle through entire Welcome script #147

Closed videosmith closed 1 year ago

videosmith commented 1 year ago

Bug Description Selecting Next Marker in any method only advances through the first two bookmarks in the Welcome script (selecting them in the Bookmark list works as expected). Previous Marker moves back through all markers correctly.

In other scripts, works correctly.

Expected behavior Next/Previous functions should be identical in operation.

Screenshots (optional) info

Device information

Cuperino commented 1 year ago

This sounds like bug #85, which I couldn't get rid of for this release.

The bug has been around for a while, but it can be difficult to catch because it happens under very specific circumstances, depending factors like window size.and text placement. What seems to be happening is that the search looks for the next marker but finds the current marker instead because of a computation error that happens when the marker starts in one line but ends on another.

I'm closing this issue as a duplicate of #85. If you have a reason to think it may be something else, please let me know.

videosmith commented 1 year ago

Not an issue if it only manifests on the Welcome script. As I stated, another I created worked correctly. Was just giving an update.

Cuperino commented 1 year ago

Thanks. This is something that could happen in any script, but the chances of it happening are very very low.

You can reduce those chances to absolute 0 by ensuring markers are never placed at the end of a line.