Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Fixed 'Bug 576819: Extract Interface... OK button is disabled when #4070

Merged
merged 3 commits into from
Mar 9, 2018

Conversation

mkrueger
Copy link
Contributor

@mkrueger mkrueger commented Mar 7, 2018

dialog is initially shown (works in VS2017)'

https://devdiv.visualstudio.com/DevDiv/_workitems/edit/576819

Found & fixed an issue with the cell view update as well.

dialog is initially shown (works in VS2017)'

https://devdiv.visualstudio.com/DevDiv/_workitems/edit/576819

Found & fixed an issue with the cell view update as well.
@mkrueger mkrueger requested a review from Therzok March 7, 2018 08:38
@mkrueger
Copy link
Contributor Author

mkrueger commented Mar 7, 2018

See :

mono/xwt#795

@Therzok
Copy link
Contributor

Therzok commented Mar 7, 2018

cc @sevoku

@@ -108,7 +108,12 @@ public ExtractInterfaceDialog ()
listViewPublicMembers.DataSource = treeStore;
var checkBoxCellView = new CheckBoxCellView (symbolIncludedField);
checkBoxCellView.Editable = true;
checkBoxCellView.Toggled += delegate { UpdateOkButton ();};
checkBoxCellView.Toggled += delegate {
GLib.Timeout.Add (20, delegate {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we track this hack in a github issue so we don't forget?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's here : mono/xwt#795

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created a issue tracking this on our side #4075.

Easier than an issue in xwt with cross references, so we don't lose track of it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big thing to track if you ask me - we've some time outs for similiar behaviors. It's not that this code won't run in ~10 years :) - it's even likely that it will because no one cares about working code and refactoring :/

Copy link
Contributor

@netonjm netonjm Feb 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkrueger mkrueger merged commit cdd42d8 into master Mar 9, 2018
@mkrueger mkrueger deleted the master-fix576819 branch March 9, 2018 07:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants