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 50334

Summary: Add tooltip to multiview toggle buttons
Product: platform Reporter: David Simonek <dsimonek>
Component: Window SystemAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: blocker CC: mkleint
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 50331    
Bug Blocks: 50574    

Description David Simonek 2004-10-13 12:55:06 UTC
More info here, section
C-http://ui.netbeans.org/usability/ws_study/#conclusions

Recommendation: To show name of view (Source View,
Design View) with assigned shortcut
(ALT+SHIFT+LEFT or ALT+SHIFT+RIGHT) in tooltip
above toggle buttons.

Implementation (pending): Tooltip should probably
be constructed from multiview item tooltip +
shortcut info. Shortcut info should be added by
multiview module itself, because it will be
directly handling this shortcut.
Comment 1 Milos Kleint 2004-11-03 09:25:32 UTC
Dusan, it's unclear to me how the tooltips shall handle shortcuts in
case when there's more than 2 editors? the shortcuts are more
iterative than bound to a certain element.


Comment 2 dpavlica 2005-01-13 13:20:30 UTC
I suggest to have the following tooltips for views:

Toltip for Source toggle button: Source View (Alt+Shift+Left or Alt+Shift+Right)
Toltip for Design toggle button: Design View (Alt+Shift+Left or Alt+Shift+Right)
Comment 3 Milos Kleint 2005-01-14 14:34:41 UTC
fixed