Bug #44813 | Calling Workbench:requestFileSave in a plugin sets document's unsaved status | ||
---|---|---|---|
Submitted: | 12 May 2009 6:42 | Modified: | 12 Nov 2009 15:37 |
Reporter: | Thomas Henlich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.2.3 OSS Beta | OS: | Any |
Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
[12 May 2009 6:42]
Thomas Henlich
[26 May 2009 12:23]
Thomas Henlich
Cannot reproduce on 5.2.1
[22 Sep 2009 9:00]
Thomas Henlich
Bug can be reproduced in 5.2.3
[11 Nov 2009 23:31]
Johannes Taxacher
fixed in sourcecode. will be included in 5.2.7
[12 Nov 2009 15:37]
Tony Bedford
An entry has been added to the 5.2.7 changelog: When running a plugin that called a function such as the following, the document's status was set to “unsaved”, and an asterisk was displayed in the title bar, as soon as the file selection dialog opened. This occurred even for a new document, or an unmodified document. function rfstest(obj) local path path = Workbench:requestFileSave("Caption", "SQL Files (*.sql)|*.sql") end