View Issue Details

IDProjectCategoryView StatusLast Update
0001214NoesisGUIC++ SDKpublic2018-11-22 11:32
Reporternikobarli Assigned Tosfernandez  
PriorityurgentSeverityblock 
Status resolvedResolutionfixed 
Product Version2.1.0b12 
Target Version2.2.0Fixed in Version2.2.0b1 
Summary0001214: Juggling view of ListView when horizontal scrollbar is shown
Description

from https://www.noesisengine.com/forums/viewtopic.php?f=3&t=1253

Please feed the following XAML to XamlPlayer. Then click the 'Font' header of the shown ListView. You'll see that the view is juggling left <-> right.
This doesn't happen if the horizontal scrollbar is not shown.

<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="400" Height="300">
<Grid>
<ListView>
<ListView.View>
<GridView>
<GridViewColumn Header="Text" Width="200" DisplayMemberBinding="{Binding Text}"/>
<GridViewColumn Header="Font" Width="230" DisplayMemberBinding="{Binding FontFamily}"/>
</GridView>
</ListView.View>
<ListView.Items>
<TextBlock Text="First"/>
<TextBlock Text="Second"/>
<TextBlock Text="Third"/>
</ListView.Items>
</ListView>
</Grid>
</UserControl>

PlatformAny

Relationships

related to 0001048 resolvedsfernandez Unity - Framerate drops when pressing shift+tab, tab or clicking rightmost column inside of a ListView 

Activities

nikobarli

nikobarli

2018-02-01 04:26

reporter   ~0005077

I increased the severity and priority of this issue, because after falling to this behavior, apps will stop responding.

sfernandez

sfernandez

2018-06-26 18:46

manager   ~0005240

Fixed for the next release.

Issue History

Date Modified Username Field Change
2017-12-31 10:02 nikobarli New Issue
2018-01-02 12:53 sfernandez Assigned To => sfernandez
2018-01-02 12:53 sfernandez Status new => assigned
2018-01-02 12:53 sfernandez Relationship added related to 0001048
2018-02-01 04:26 nikobarli Priority high => urgent
2018-02-01 04:26 nikobarli Severity major => block
2018-02-01 04:26 nikobarli Note Added: 0005077
2018-06-26 18:46 sfernandez Note Added: 0005240
2018-11-01 02:14 jsantos View Status public => private
2018-11-22 11:31 sfernandez Target Version => 2.2.0
2018-11-22 11:31 sfernandez View Status private => public
2018-11-22 11:31 sfernandez Platform => Any
2018-11-22 11:32 sfernandez Status assigned => resolved
2018-11-22 11:32 sfernandez Resolution open => fixed
2018-11-22 11:32 sfernandez Fixed in Version => 2.2.0b1