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 78162 - [MacOS] multiview editor switching fails after the first alt+shift+left
Summary: [MacOS] multiview editor switching fails after the first alt+shift+left
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: A11Y
Depends on:
Blocks: 83592
  Show dependency tree
 
Reported: 2006-06-16 15:46 UTC by bugbridge
Modified: 2008-12-22 12:24 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
simple patch to fix the macosx problem (5.17 KB, patch)
2006-09-29 09:26 UTC, Milos Kleint
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-06-16 15:46:46 UTC
Description:
Steps to reproduce:
1. Create orchestration project and open bpel multy-view editor. The default
view is Design view.
2. Click "Alt+Shift+Left", editor is switched from Design view to Source view.
3. Click "Alt+Shift+Right" or "Alt+Shift+Left". bpel editor won't be switched
back to Design view. 

Note: On Win XP platform, this feature works fine.
      On a Mac Power PC (OX 10.4.3), even step 2 won't work.
Comment 1 Michael Frisino 2006-07-16 22:21:13 UTC
Is this still a problem? Can someone retest?
Comment 2 Michael Frisino 2006-07-16 22:22:15 UTC
Is this still a problem? Can someone retest?
Comment 3 _ hong_lin 2006-07-18 07:28:22 UTC
tried to retest this bug on a Mac machine today. But the installer for Mac OS is
not good. Sent email to enterprise pack installer team. Will retest it after we
get a valid build.
Comment 4 _ hong_lin 2006-07-21 06:49:53 UTC
tested in NB 5.5 Beta2 build (200607190830, Ent.Pack 2006.07.19), the issue is 
still reproducible.
Comment 5 Ritesh Adval 2006-09-06 01:29:33 UTC
bpel editor bug, changing the sub component.
Comment 6 Michael Frisino 2006-09-12 14:26:37 UTC
I wonder if this is generic Multiview editor bug. We should see if this same bug
exists for Schema editor for instance.

Can QE test Schema editor on MAC for same scenario?
Comment 7 _ hong_lin 2006-09-13 02:26:40 UTC
You are right. Looks like this is a generic Multiview editor bug.

It exists for Schema editor and wsdl editor as well.
Comment 8 Jiri Kopsa 2006-09-13 15:47:00 UTC
I've just checked on Mac in Matisse and yes it seems to be a bug common to all
the multiview editors.
Comment 9 _ hong_lin 2006-09-14 00:25:02 UTC
Move this bug to Editor component. This bug is also A11Y related. So "A11Y"
keyword is added.
Comment 10 Manish Malhotra 2006-09-19 22:40:04 UTC
Honza, pls reassign to correct person on NB editor team - this is important for
a11y support in EntPack.
Comment 11 Jan Chalupa 2006-09-19 22:51:27 UTC
Milos, is this a known issue?
Comment 12 Milos Kleint 2006-09-20 12:22:44 UTC
the problem seems to be that on macosx, the editor has bound actions to the
Alt-Shift-left/right shortcut, while it doesn't on other platforms.

the Alt key should be probably replaced by Meta(Apple sign) on macosx.

Comment 13 pcmreddy 2006-09-26 08:06:19 UTC
Needed by Ent Pack.
Comment 14 Milos Kleint 2006-09-26 08:29:31 UTC
not a P1!
there is no dataloss and there is a workaround (use the menu to switch)
Comment 15 Antonin Nebuzelsky 2006-09-27 12:45:20 UTC
FYI - Milos evaluated possibility to fix this in 5.5. It seems that a change to
Meta on Mac would be trivial fix. If it proves to be the case and it works
correctly, Milos will integrate the change to 5.5 till the end of the week. If
some problems appear, we will not fix it in 5.5 (accessible workaround exists).
Comment 16 Mikhail Kondratyev 2006-09-27 15:30:33 UTC
I tried to workaround the bug by using Meta+Shift+Right and Meta+Shift+Left but
this does not work.
Comment 17 Antonin Nebuzelsky 2006-09-27 16:00:23 UTC
> I tried to workaround the bug by using Meta+Shift+Right and Meta+Shift+Left
> but this does not work.

This is a misunderstanding. A workaround is to use menu items under View/Editors.

Meta+Shift+.. will hopefully work after Milos integrates the change he started
working on.
Comment 18 Milos Kleint 2006-09-29 09:26:51 UTC
Created attachment 34688 [details]
simple patch to fix the macosx problem
Comment 19 Milos Kleint 2006-09-29 09:32:21 UTC
fixed in trunk. the fix is easy (attached), so I suggest we merge it into 5.5
branch as well.
Comment 20 Milos Kleint 2006-09-29 16:43:39 UTC
merged to release55 branch.
Comment 21 Victoria Zhukovskaya 2007-05-31 13:44:28 UTC
build 20070530
"Alt+Shift+Left" does not work on Macx
Comment 22 Victoria Zhukovskaya 2007-05-31 13:45:19 UTC
build 20070530
"Alt+Shift+Left/Right" does not work on Macx
Comment 23 Milos Kleint 2007-07-03 09:44:18 UTC
victoriaz: the binding on mac is Ctrl-Shift-left, not Alt. And it works for me in the current trunk. In the Netbeans55
keymapping profile at least. No idea what the new shortcut is.
Comment 24 Jaromir Uhrik 2007-10-22 09:00:43 UTC
In build NetBeans IDE 6.0 Beta 2 (Build 200710212201) on Mac OS X there is working shortcut Ctrl+Meta+PgUp/PgDn for
multiview switching so that I can mark this issue as Verified.