earshinov
earshinov
I think, to resolve this you would need to collect _all_ selectors first, then sort them by (specificity, order) and only then apply them to matching elements… Code pointer: https://github.com/Stranger6667/css-inline/blob/cd70af194f36eb26808ee1b385ef266771ff172a/css-inline/src/lib.rs#L369
From the implementation perspective, fixing this bug is not obvious and easy. It seems that `NavigationBarComponent.isNavigable` should reach as far as to `CompletionWizardStep.canExit`. The implementation of `NavigationMode.isNavigable` should ideally call...
@madoar , This change makes perfect sense, because the user should not navigate around in a complete wizard. Also, I believe it will fix this issue. One downside is that...
Let's start with a unit test
@madoar , I think your proposition is fine, but I would rather wait for another feature request or pull request. I don't think this feature will have many users.
@adriangzz , thank you for doing this. Do you have plans on: 1. Uploading your version to PyPI? 2. Submitting a PR to this repo a. in case the original...
Same to me. The project does not seem supported any more. https://webpack.github.io/analyse/ does not load the file, neither in Chrome nor in Firefox. In both cases, there are errors in...
The problem is similar to [angular-froala-wysiwyg](https://github.com/froala/angular-froala-wysiwyg). Both ng2-file-uploader and angular-froala-wysiwyg use `ngm` for building the project. For compatibility with Ivy, Angular CLI should better be used. In angular-froala-wysiwyg, someone already...
Hi @benouat ! Thank you for an elaborate comment. One downside I see as a user in your StackBlitz demo is that the popover doesn't close automatically if one just...
@StickNitro , did you experience any problems with the version by @leo6104 from https://github.com/froala/angular-froala-wysiwyg/pull/329 ?