frumbert

Results 21 issues of frumbert

If I try to minify a script including an arrow function like this: Object.keys(obj).forEach(key => { data[obj[key].name] = obj[key].value; }); I get an `undefined:1553 throw new JS_Parse_Error(message, filename, line, col,...

The `parseAttributeData` routing is a protected function that looks for attributes with either an ID which starts with a `#` or a class which starts with a `.`. Other markdown...

I'm trying, from the parent document, to scroll an iframe smoothly to a particular position of an id. the iframe doesn't have jquery in it, but the parent does, so...

0 - Backlog

The regions plugin is pretty close to what I really need, which is the ability to visually split audio in multiple non-overlapping chapters (with microsecond accuracy, using the zoom level)....

question
plugins

I have a slider with 3 handles. I'm using clickable pips to move a slider to that position - here's my pip click handler: ``` document.body.addEventListener("click", globalClickHandler); function globalClickHandler(e) {...

Feature

Wow, you get a crash?? All I get is the spinning wheel of doom. The log is pretty nondescript 2019-06-25 18:46:54.401 +10:00 [Verbose] Default directory for WimFolder has been set...

If I start to pull the menu open then decide I don't want to and push it back closed again, it pops open. If I start to close a menu...

Is there a way to create rows in the table that are grouped with the previous row as far as sorting is concerned? Say I had this ridiculous example: ```html...

Is there a suggested way for me to place markers (in my case chapters) over the progress bar at the correct positions in time? I'm planning on just using positioned...

Feature