Patterns icon indicating copy to clipboard operation
Patterns copied to clipboard

Library for quickly applying rich interaction patterns without the need to write any JavaScript.

Results 113 Patterns issues
Sort by recently updated
recently updated
newest added

Sometimes it would be useful to open a page with a certain sheet/tab out of the stack that is not the first one. This seems to be currently impossible. It...

Here are the first eight lines of [`ArgumentParser.parse()`](https://github.com/Patternslib/Patterns/blob/master/src/core/parser.js#L381): parse: function argParserParse($el, options, multiple, inherit) { if (typeof options==="boolean" && multiple===undefined) { multiple=options; options={}; } inherit = (inherit!==false); var stack =...

definition

In a template like this: ``` ${context/text} ``` Where ``${context/text}`` outputs this: ``` *This is markdown* ``` The rendered markdown is: ``` *This is markdown* ``` Instead of: ``` This...

on http://localhost:4001/preparation-fremdfirma.html I get ![Bildschirmfoto 2019-11-18 um 17 15 23](https://user-images.githubusercontent.com/138906/69069624-19bc6200-0a27-11ea-8ab9-1340c8d33a82.png)

When a user has Safari already open in Fullscreen mode, then resizing a page that gets opened via pat-fullscreen does not work: Safari in fullscreen mode: ![Screenshot 2019-10-07 at 14.21.54.png](https://images.zenhubusercontent.com/5c9382309543816d30f63220/c8b218f0-f0f8-4949-a418-8bc3c16e6fdf)...

Probably needs to be updated in 2 places.

Note to self: Currently, package.json points to my own fork of AnythingSlider, which has a couple of small jQuery 3 fixes. I have an issue and PR open in the...

When creating a modal that contains * a form without pat-inject and * a submit button with the "close-panel" class then the form is not submitted when clicking the submit...

Pattern modal

Running `make all` produces this warning: ``` npm WARN deprecated [email protected]: postinstall-build's behavior is now built into npm! You should migrate off of postinstall-build and use the new `prepare` lifecycle...