Lincoln Baxter, III

Results 26 issues of Lincoln Baxter, III

# Feature Request **Ionic version:** [x] **5.x** **Describe the Feature Request** When rendering lists of items with complex structures including `ion-item-sliding` and `ion-item-options`, DOM rendering can be incredibly expensive. This...

type: feature request
package: core

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

type: feature request
package: core

Fix for closeKeyLabel is incorrectly using the closeKeyDescription property when rending help modal.

Very happy to see you folks taking on virtual-scrolling! The CDK version has some significant limitations that make it very limited use. Here's to a modern attempt! Let's gooo!! #...

</> Template

End result of the created arquillian test class should have Deployment method as follows: @Deployment public static WebArchive createDeployment() { return ShrinkWrap.create(WebArchive.class, "test.war") .addPackage(.class.getPackage()) //To ensure all necessary classes are...

**Describe the bug** When overlay scrollbars are initialized, scrolling is locked even though there is overflow. The same code works in newer iOS/Safari mobile environments and on other platforms, so...