[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #28585] Unable to edit columns of tables inside a TabView in Gorm.
From: |
Sergey Golovin |
Subject: |
[bug #28585] Unable to edit columns of tables inside a TabView in Gorm. |
Date: |
Tue, 30 Aug 2011 07:44:15 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.20) Gecko/20110805 Ubuntu/10.04 (lucid) Firefox/3.6.20 |
Follow-up Comment #1, bug #28585 (project gnustep):
The problem lies into [GormScrollViewEditor mouseDown:] which calls edited
object's -[hitTest:] with the point in the window coordinates (not the edited
object's superview ones as stated in the Apple documentation of -[NSView
hitTest:]: "aPoint is in the coordinate system of the receiver’s superview,
not of the receiver itself.")
I have attached the patch fixes the problem which is manifested not only when
NSTableView resides inside NSTabView but with any NSTableView is inside a view
other than window's content view (see the additionally attached gorm file).
(file #23903, file #23904)
_______________________________________________________
Additional Item Attachment:
File name: GormScrollViewEditor.patch Size:0 KB
File name: NSTableColumnResizing.gorm.tar.bz2 Size:2 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?28585>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #28585] Unable to edit columns of tables inside a TabView in Gorm.,
Sergey Golovin <=