-
#### Expected behaviour
Parent bubble color can be set.
#### Actual behaviour
Not working.
[Live Demo](https://jsfiddle.net/h6g7sbxy/2/)
#### Product version
#### Affected browser(s)
…
-
seems like there is some issue with the deferred implementation not letting the open and close functions on the options object passed dont fire or buble up.
tried several different jquery versions …
-
I had some suggestions in issues: #4 #5 However, the more I dig into the code the more different ideas I have. It seems the best solution would be to provide an API to create some sort of a factory to…
-
### Steps to reproduce
```js
// okay
export default [...foo, ...bar]
// not okay
export default [].concat(foo)
^
```
The bottom example is how the Buble compiler transfo…
-
It would be useful to transpile async functions, they're a valid part of the language.
See here for previous discussion: https://gitlab.com/Rich-Harris/buble/issues/71
The `fast-async` package p…
-
Hi there! I am just trying to get going with vueify. While re-producing your example given in the readme, I get this error:
```
Error: Parsing file: 'import' and 'export' may only appear at the top …
-
```
I have a problem with tapping letters D and S (but mainly D) in landscape mode.
Randomly D is missing. I tap D, the buble with D shows up but letter in text is
missing. Problem seems to be in sl…
-
I can't understand why the HTML entities are not properly rendered:
![image](https://user-images.githubusercontent.com/5382443/35593938-645062ba-05c6-11e8-8b64-ac2531898a3d.png)
Repro:
https://…
-
hello
when triggering tour inside modal
```
...
...
...
...
```
the modal gets ".introjs-fixParent" class which sets:
"z-index: auto !important;"
this makes the modal disappe…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…