tribute icon indicating copy to clipboard operation
tribute copied to clipboard

ES6 Native @mentions

Results 139 tribute issues
Sort by recently updated
recently updated
newest added

See [https://github.com/zurb/tribute/blob/72a9700d767c66d476731594e2eb162c3f832d17/dist/tribute.esm.js#L24](https://github.com/zurb/tribute/blob/72a9700d767c66d476731594e2eb162c3f832d17/dist/tribute.esm.js#L24) Will get: ``` ReferenceError: window is not defined ```

My HTML is like this: ``` Inser Text Text is needed. ``` **What did you expect to happen?** The Popup should work as in the example **What happened instead?** It...

**How can we reproduce this bug?** It's more of a feature request or approach curiosity than it is a bug. I want to highlight the query being entered in the...

The issue is difficult to reproduce, so I didn't provide a reproduction link, but I explain. The error occurs in `isContentEditable` [link](https://github.com/zurb/tribute/blob/1ba3c1d9d76c50c2505c4c54903493433f890c6b/src/TributeRange.js#L377) when `element` is `undefined`. `element` is undefined when...

**How can we reproduce this bug?** Click on 2px space between .tribute-container and ul **What did you expect to happen?** Nothing **What happened instead?** Exception **Link (jsfiddle/plunkr/codepen) or Screenshot:** ![image](https://user-images.githubusercontent.com/12611322/117584906-459a3e80-b118-11eb-820a-5abd0ec92cbb.png)...

**How can we reproduce this bug?** 1. set div.mention on bottom page 2. slide up scroll bar just a little bit and small space less min-height from class tribute-container 3....

**How can we reproduce this bug?** 1. https://codepen.io/pitouli/pen/YzypxoP?editors=1010 2. Type '#B' -> 'Bob' highlights 3. Press space **What did you expect to happen?** '#B' should be replaced by a link...

The question I have is, if I have: SUM(x) when I try to replace x with something by autocomplete, it will replace the next character with space, in this case,...

## Purpose To allow searching whole string in autocomplete mode by allowing autocompleteSeparator to be null as I think it is useful for use cases like search autocomplete with spaces...

- Fix: show menu when backspace in pressed & menu is hidden currently - closes #566