Bug 25507 - Compare view prevents Ctrl + F6 working
Summary: Compare view prevents Ctrl + F6 working
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-29 13:53 EST by Tod Creasey CLA
Modified: 2003-02-10 12:09 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2002-10-29 13:53:33 EST
20021023

If you have a compare view up you cannot use Ctrl+F6.

STEPS
1) Open some editors 
2) Hit Ctrl+F6 editors come up
3) Compare a class with another version
4) Hit Ctrl+F6 - nothing
Comment 1 Eduardo Pereira CLA 2002-11-13 11:10:34 EST
Can't reproduce it.
Comment 2 Eduardo Pereira CLA 2002-11-25 17:27:07 EST
The problem is that compareEditorInput.getName() is returning null.
Fixed CycleEditorPart to call getTitle() since It should call getTitle anyway.

Moving to Compare since getName() should never return null.
Comment 3 Andre Weinand CLA 2003-02-06 10:53:48 EST
will try to fix this for 2.1 RC1
Comment 4 Andre Weinand CLA 2003-02-06 10:55:01 EST
will try to fix this for 2.1 RC1
Comment 5 Andre Weinand CLA 2003-02-10 12:09:58 EST
fixed and released on 20030210