Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 234654 Details for
Bug 415569
Wrong implementation of "SWT - Table - Read Text at Mouse Position"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix for the bug
0009-Fix-Bug_415569.patch (text/plain), 1.14 KB, created by
Jan Philipp Wiegmann
on 2013-08-22 06:05:46 EDT
(
hide
)
Description:
Fix for the bug
Filename:
MIME Type:
Creator:
Jan Philipp Wiegmann
Created:
2013-08-22 06:05:46 EDT
Size:
1.14 KB
patch
obsolete
>From 636d3250c43d358a00a342ad570223a3f305696c Mon Sep 17 00:00:00 2001 >From: Jan Wiegmann <Jan.Wiegmann@bredex.de> >Date: Thu, 22 Aug 2013 12:01:15 +0200 >Subject: [PATCH] Fix bug #415569 > >--- > .../src/org/eclipse/jubula/rc/common/tester/AbstractTableTester.java | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/org.eclipse.jubula.rc.common/src/org/eclipse/jubula/rc/common/tester/AbstractTableTester.java b/org.eclipse.jubula.rc.common/src/org/eclipse/jubula/rc/common/tester/AbstractTableTester.java >index 8c8ba1a..a6a128e 100644 >--- a/org.eclipse.jubula.rc.common/src/org/eclipse/jubula/rc/common/tester/AbstractTableTester.java >+++ b/org.eclipse.jubula.rc.common/src/org/eclipse/jubula/rc/common/tester/AbstractTableTester.java >@@ -594,7 +594,7 @@ public abstract class AbstractTableTester > * {@inheritDoc} > */ > public String rcReadValueAtMousePosition(String variable) { >- Cell cellAtMousePosition = getTableAdapter().getSelectedCell(); >+ Cell cellAtMousePosition = getCellAtMousePosition(); > return getCellText(cellAtMousePosition.getRow(), > cellAtMousePosition.getCol()); > } >-- >1.7.11 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
marvin_m
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 415569
: 234654