nbriz / databending101

a collection of glitch art tools and tutorials
http://nickbriz.com/databending101/
GNU General Public License v3.0
6 stars 0 forks source link

Hex editor doesn't modify the data. #1

Open marccharton opened 3 years ago

marccharton commented 3 years ago

It 's impossible to edit data from the text editor in Hex mode on this page : http://nickbriz.com/databending101/raw-data-playground.html

The modified values are not saved 😭

Got this error on keydown : image


vue.js:634 [Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'selectionStart' of undefined"

found in

---> <ByteEditor>
       <Root>
warn @ vue.js:634
logError @ vue.js:1893
globalHandleError @ vue.js:1888
handleError @ vue.js:1848
invokeWithErrorHandling @ vue.js:1871
invoker @ vue.js:2188
original._wrapper @ vue.js:7541
vue.js:1897 TypeError: Cannot read property 'selectionStart' of undefined
    at VueComponent.byteUpdated (byte-editor.js:211)
    at input (eval at createFunction (vue.js:1), <anonymous>:3:988)
    at invokeWithErrorHandling (vue.js:1863)
    at HTMLInputElement.invoker (vue.js:2188)
    at HTMLInputElement.original._wrapper (vue.js:7541)
nbriz commented 2 years ago

@marccharton so sorry for the suuuuper late reply to this... somehow i missed this issue when u first posted it. what browser were u using? i've optimized this for Firefox (various diff parts of the site break on other browsers)