acmertz / eo1

A video editor for Windows 10 built on web technologies
4 stars 0 forks source link

Renaming a track causes a crash #94

Closed acmertz closed 9 years ago

acmertz commented 9 years ago

Pressing the "rename" button on a track in the Timeline causes a crash, due to the unavailability of the following function:

document.body.createTextRange

Revise this functionality to use a standard flyout and text box instead of inline text replacement, which is buggy at best.