Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: removeTableColumn does not removes column from tableColumns array #1939

Merged
merged 2 commits into from
Jun 12, 2013

Conversation

Dogild
Copy link
Member

@Dogild Dogild commented May 31, 2013

Previously the tableView didn't correctly remove a given tableColumn. It was removed in the method load (who is called by the layoutSubviews).
Now the tableColumns is removed before the layoutSubviews (as in cocoa).
It fixed also another problem, before this fixe it wasn't possible to remove all of the columns of a tableView (the last column was always displayed). This is fixed also

Fixes #1913

You can test that with the app of @t00f

Previously the tableView didn't correctly remove a given tableColumn. It was removed in the method load (who is called by the layoutSubviews).
Now the tableColumns is removed before the layoutSubviews (as in cocoa).
It fixed also another problem, before this fixe it wasn't possible to remove all of the columns of a tableView (the last column was always displayed). This is fixed also

Fixes cappuccino#1913

You can test that with the app of t00f
@cappbot
Copy link

cappbot commented May 31, 2013

Milestone: Someday. Label: #new. What's next? A reviewer should examine this issue.

@ahankinson
Copy link
Contributor

-#new
+bug
+AppKit
+#ready-to-commit

@cappbot
Copy link

cappbot commented Jun 3, 2013

Milestone: Someday. Labels: #ready-to-commit, AppKit, bug. What's next? The changes for this issue are ready to be committed by a member of the core team.

aljungberg added a commit that referenced this pull request Jun 12, 2013
Fixed: removeTableColumn does not removes column from tableColumns array
@aljungberg aljungberg merged commit 827b9c4 into cappuccino:master Jun 12, 2013
@aljungberg
Copy link
Member

Merged. Thanks!

milestone=0.9.7
assignee=aljungberg
+#fixed

@cappbot
Copy link

cappbot commented Jun 12, 2013

Assignee: aljungberg. Milestone: 0.9.7. Labels: #fixed, AppKit, bug. What's next? This issue is considered successfully resolved.

@Dogild Dogild deleted the RemovedColumn branch February 6, 2015 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

removeTableColumn does not removes column from tableColumns array
4 participants