10
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android 6.0 DatePickerDialog のバグの話。

Last updated at Posted at 2016-06-01

この前捕まったAndroid 6.0固有と思しきバグをメモしておきます。

###再現法

  1. DatePickerDialogを起こす。
    特別な設定はせずデフォルトのまま
  2. 任意の日付が選択状態になっていることを確認。
  3. 「<」もしくは「>」で月を移動する。
    前後どちらでもいいので年をまたいで移動  

Screenshot_20160527-160300 のコピー.png

###バグ
選択年ではない年で、選択月日と同じ月日が選択状態になっている。
Screenshot_20160527-160253.png
出入りするデータそのものは問題はなく表示上の問題になります。

同様のチェックを5.x系で試しましたが、発生しなかったので、6.0固有と断定しました。
以上、これに一日食べられた新人の悲しみのメモでした。

10
9
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?