<div dir="ltr">Dear all,<div><br></div><div>I have an issue with tsavedialog on OS X (laz 1.6.4, fps 3.0.2).</div><div>If I execute the dialog and select a file in Documents folder then I execute again the dialog the filename is highlighted in the savedialog, I just press Save and the file name I messed up, the filename include the previous filename plus the new filename without path.</div><div>In order to reproduce that just add a button a savedialog and a label to a form.</div><div><br></div><div><div>procedure TForm1.Button1Click(Sender: TObject);</div><div>begin</div><div>  if SaveDialog1.Execute then</div><div>    Label1.Caption:= SaveDialog1.FileName;</div><div>end; </div></div><div><br></div><div>A known bug?</div></div>