Bartosz Korczyński

Results 32 issues of Bartosz Korczyński

**Describe the bug** ActionInvoker is null after `wait` action. **Version (commit hash)** d2ad04b3f53abf5738ab2e178f3a2796d52e66fe **To Reproduce** Steps to reproduce the behaviour: 1. Create a script 2. Create any event which has...

bug
help wanted

**Is your feature request related to a problem? Please describe.** Smart Scripting editing view is missing contextual menus **Describe the solution you'd like** Context menu with most typical actions (copy,...

enhancement
help wanted

**Describe the bug** Popups are displayed in a wrong position, with compositor enabled, with Placement Target specified (pointer position works) when the parent control is an adorner layer. **To Reproduce**...

bug
area-composition

## What does the pull request do? This PR changes VisualLayerManager so that layers can be added during its Arrange pass. ## What is the current behavior? In my previous...

## What does the pull request do? This PR fixes positioning of popups attached to adorners, this is an useful scenario, i.e. ComboxBox attached as an adorner. ## What is...

## What does the pull request do? This PR introduces an internal control called VirtualizedTreeView, which is built upon the ListBox to use virtualization for tree structures. It allows displaying...

## Describe the bug Selecting a control in dev tools crashes the whole app. Unfortunately this is not due to a looped reference, simply the stack gets too big with...

bug
area-composition

### Describe the bug Probably after https://github.com/AvaloniaUI/Avalonia/commit/a7e102676f5854274f246ee82e78b3a3d7f80a30, my app stopped working upon xaml loading: ``` ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidCastException: Specified...

bug
area-xaml
regression

## What does the pull request do? This PR prevents crashes due to illegal conversions in `TargetTypeConverter`, i.e. if a numeric type is bound to a TextBox (only when using...

bug
regression
backport-candidate-11.1.x