A new bug in NSTableView in Mac OS X 10.3?
A new bug in NSTableView in Mac OS X 10.3?
- Subject: A new bug in NSTableView in Mac OS X 10.3?
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 23 Jun 2004 16:20:02 +0200
I'm seeing what looks like to be a bug in NSTableView on Mac OS X 10.3
I have a NSTableView with 2 columns (1st is resizable, second not)
which can't be resized by the user.
There is no vertical or horizontal scroller.
So this gives the following widget
+---------------------+-------------+
| 1st column | 2nd column |
+---------------------+-------------+
| | |
| | |
| | |
| | |
| | |
+---------------------+-------------+
The bug I'm seeing is that the CornerView looks like to be drawn on the
Header Line and if you resize the tableview, it's moving.
It gives something like this:
+---------------------+-------------+
| 1st column | 2nd c mn |
+---------------------+-------------+
| | |
| | |
| | |
| | |
| | |
+---------------------+-------------+
I have not called reloadData yet when this bug occurred. But since
there is no relationship between this call and the CornerView AFAIK...
Is this a known bug, a feature, some new bug?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.