yamamoto2002 / bitspersampleconv2

Automatically exported from code.google.com/p/bitspersampleconv2
MIT License
0 stars 1 forks source link

再生位置スライダーのつまみではないエリアを左クリックしマウスを素早く横に動かすとつまみが移動せず同じ箇所が何度も再生される #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
これは面白い現象だ

Original issue reported on code.google.com by yamamoto2002@gmail.com on 9 May 2012 at 3:06

GoogleCodeExporter commented 9 years ago
スライダーのつまみではない位置(slider 
trackというらしい)をクリックしてつまみをマウスポインタ��
�置まで呼び寄せたとき、
つまみの色を見ると、つまみはつままれている状態になっ��
�いないことがわかる

以下のようにスライダーの中のつまみを取ってきてMouseEnter�
��ベントをセットすると直るという
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/5fa7cbc2-c99f-4b71-b46c
-f156bdf0a75a

Original comment by yamamoto2002@gmail.com on 12 May 2012 at 6:19

GoogleCodeExporter commented 9 years ago
スライダーのつまみ Thumb
スライダーのつまみの乗っているレール Track
スライダーの目盛り線 TickBar

Original comment by yamamoto2002@gmail.com on 12 May 2012 at 6:22

GoogleCodeExporter commented 9 years ago
Revision 2385

Original comment by yamamoto2002@gmail.com on 12 May 2012 at 7:44

GoogleCodeExporter commented 9 years ago
PlayPcmWin 3.0.73で修正

Original comment by yamamoto2002@gmail.com on 12 May 2012 at 5:10

GoogleCodeExporter commented 9 years ago
この現象は、

WPFのsliderコントロールをIsMoveToPointEnabled==trueにしたときのデ
フォルト動作が、
trackの左クリックでthumbがクリック位置に移動してくるがthum
bは選択状態にならない。もう一度thumbをクリックし直すこ��
�によってthumbが選択状態になってマウスポインタの動きに��
�いてくるようになる
という動作になっており、音楽再生アプリケーションの再��
�位置スライダーとしては使いにくい感じの動作になってい�
��のが原因だった。

Original comment by yamamoto2002@gmail.com on 13 May 2012 at 3:56