Cole Tobin

Results 25 issues of Cole Tobin

**Describe the bug** If I use a compiled binding to a property of a `record` type, the compilation succeeds, only to get an `InvalidProgramException` at runtime when Avalonia attempts to...

bug
help-wanted
area-xaml

### Steps to reproduce Unsure. Seems to happen if points and annotations are added *before* the call to `InvalidatePlot(true)`. Any successive calls to invalidate don't cause an exception. ### Expected...

bug
external

### Steps to reproduce 1. Add an annotation as per below. 2. Observe it ignoring `X` and passing through `(0, 0)`. ```cs ChartModel.Annotations.Add(new LineAnnotation { Slope = 2, X =...

### Steps to reproduce 1. Make a `LineAnnotation` with some text. 2. Set `StrokeThickness` to a non-zero value and `Stroke` to an `OxyColor`. 3. Observe that you can't set a...

### Feature description It would be nice if `OxyPlot.OxyTouchEventArgs` exposed the `ScrenPoint[]` array given to the constructor. This could be used to determine, in a custom `PlotCommand` whether to show...

enhancement
investigate

### Steps to reproduce 1. Set `LinearAxis.Minimum` to 5 2. Set `LinearAxis.MajorStep` to 3 3. Observe tick markers at 6, 9, 12, etc. Platform: .NET version: N/A OxyPlot.Core version: 2.1.0...

enhancement
axes

If I use an image (through `para.AddImage(ImageSource.FromStream("", () => /* */, 100))`), any subsequent attempts to add images to *other paragraphs* will reuse this first loaded image. It's almost as...

As the title suggests, using a `TemplateBinding` with a path to the binding object itself (`{TemplateBinding .}`) causes an exception during compile time. I am forced to use the verbose...

Cross post from https://github.com/oxyplot/oxyplot/issues/1904 Appears to be an issue specifically with `OxyPlot.Avalonia`. @VisualMelon suggests two changes: - Calling `InvalidatePlot` off-thread should set a dirty-flag immediately, and schedule an update on...

### MDN URL https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Accessibility/XUL ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? The page is missing, but liked...

needs-triage