Bug 376155 - Remove dummy toolbar for fullscreen support in Lion
Summary: Remove dummy toolbar for fullscreen support in Lion
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 349148
  Show dependency tree
 
Reported: 2012-04-05 05:39 EDT by Lakshmi P Shanmugam CLA
Modified: 2012-04-16 11:25 EDT (History)
3 users (show)

See Also:


Attachments
patch-4.2 (975 bytes, patch)
2012-04-05 05:43 EDT, Lakshmi P Shanmugam CLA
no flags Details | Diff
patch-3.8 (767 bytes, patch)
2012-04-05 05:44 EDT, Lakshmi P Shanmugam CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lakshmi P Shanmugam CLA 2012-04-05 05:39:59 EDT
Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=349148#c23

The dummy toolbar created in CocoaUIEnhancer has to be removed for eclipse to support the new full screen feature in Lion. 
Also, it is no longer required as the toolbar toggle button is not available in Mac Lion.
Comment 1 Lakshmi P Shanmugam CLA 2012-04-05 05:43:06 EDT
Created attachment 213621 [details]
patch-4.2

Patch checks the OS version before creating the dummy toolbar.
Comment 2 Lakshmi P Shanmugam CLA 2012-04-05 05:44:44 EDT
Created attachment 213622 [details]
patch-3.8

patch for the R_3development branch