Maliface

Results 5 issues of Maliface

Currently, DOM macros that do not find any matching element return a `no elements matched the selector...`. This means they cannot be used to target elements that may not be...

enhancement

**Is your feature request related to a problem?** There is currently no way to abort navigation once a passage link has been clicked. While `Config.navigation.override` makes it easy to redirect...

enhancement

**Issue** Adding a listener via the `ariaClick()` method always sets the element's `tabindex` to 0, even if it had a bespoke value beforehand. [Source](https://github.com/tmedwards/sugarcube-2/blob/master/src/lib/jquery-plugins.js#L150) This can lead to unexpected behavior...

enhancement
done

Currently, changing the value of a setting through means other than the dedicated dialog is a three steps process: - change value - call the attached `onChange` function - call...

enhancement
done

Hi, it seems the `-` shorthand for hidden elements messes with the parsing of custom elements, making them impossible to use : `` renders as ``. I would gladly submit...

2.X