This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 178057 - TableView does not show popup menu on a selected read only cell.
Summary: TableView does not show popup menu on a selected read only cell.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: t_h
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 03:07 UTC by fvogler
Modified: 2009-12-08 02:26 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for TableView to prevent use of inplace editors for (ro) cells (853 bytes, patch)
2009-12-03 03:10 UTC, fvogler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fvogler 2009-12-03 03:07:29 UTC
A selected cell allways uses an inplace editor without checking if the cell is read only. In case of read only cells this inplace editor prevents the popup menu to become visible.
Comment 1 fvogler 2009-12-03 03:10:08 UTC
Created attachment 92031 [details]
Patch for TableView to prevent use of inplace editors for (ro) cells
Comment 2 t_h 2009-12-07 04:15:30 UTC
Thanks for patch. core-main #d78414ea4c60
Comment 3 Quality Engineering 2009-12-08 02:26:42 UTC
Integrated into 'main-golden', will be available in build *200912080200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d78414ea4c60
User: Tomas Holy <t_h@netbeans.org>
Log: #178057: TableView does not show popup menu on a selected read only cell