Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 580197

Summary: Given constructor arguments ignored
Product: [Technology] NatTable Reporter: Gerhard Kreuzer <gerhard.kreuzer>
Component: CoreAssignee: Dirk Fauth <dirk.fauth>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: dirk.fauth, gerhard.kreuzer
Version: 2.0.2   
Target Milestone: 2.0.3   
Hardware: PC   
OS: Windows 10   
See Also: https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/194323
https://git.eclipse.org/c/nattable/org.eclipse.nebula.widgets.nattable.git/commit/?id=e8c1b79dda20cda725647731775323c87e65cd6f
Whiteboard:

Description Gerhard Kreuzer CLA 2022-06-17 12:37:16 EDT
I think I discovered another one (besides Bug 580066):

public NatTableContentTooltip(NatTable natTable, int style, boolean manualActivation, String... tooltipRegions) {
        super(natTable, ToolTip.NO_RECREATE, false);
        setPopupDelay(500);
        setShift(new Point(10, 10));
        activate();
        this.natTable = natTable;
        this.tooltipRegions = tooltipRegions;
    }

(copied from NatTableContentTooltip.java, lines 92 to 99)

Here, the style bits and the flag manualActivation are ignored and ToolTip.NO_RECREATE respectively false are passed on...
Comment 1 Eclipse Genie CLA 2022-06-21 02:59:46 EDT
New Gerrit change created: https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/194323
Comment 3 Dirk Fauth CLA 2022-08-09 02:30:07 EDT
Released with 2.0.3