IsLessThanConverter でハング

Issue #185 closed
Ito Mitsuhiro repo owner created an issue
ExceptionType:
System.FormatException
ExceptionMessage:
入力文字列の形式が正しくありません。
ExceptionStackTrace:
場所 System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
場所 NeeView.IsLessThanConverter.Convert(Object value, Type targetType, Object parameter, CultureInfo culture)
場所 System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange)
場所 System.Windows.Data.BindingExpression.Activate(Object item)
場所 System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt)

Comments (6)

  1. Ito Mitsuhiro reporter

    IsLessThanConverterはNowLoadingの透明化処理でのみ使用されている。
    Opacityと特定値(0.01)の比較しか行っておらず、この入力値か0.01をdouble型に変換したときに失敗するとこの例外になるのだが、あり得る条件が想定できていません。

  2. Log in to comment